Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Bug 1287417 - pull ps module from github rather than puppet; r=Callek
Browse files Browse the repository at this point in the history
  • Loading branch information
grenade committed Jul 18, 2016
1 parent 25bcb24 commit c5eb869
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configs/b-2008.user-data
Expand Up @@ -98,9 +98,7 @@ function Download-Module {{
}}

# download and import the Ec2UserdataUtils module
# todo: swap hardcoded puppet url when puppet_server token is being correctly populated (spot and golden)
#Download-Module -url ('http://{{0}}/repos/powershell/Ec2UserdataUtils.psm1' -f $puppetServer)
Download-Module -url 'http://releng-puppet2.srv.releng.scl3.mozilla.com/repos/powershell/Ec2UserdataUtils.psm1'
Download-Module -url 'https://raw.githubusercontent.com/mozilla/build-cloud-tools/master/configs/Ec2UserdataUtils.psm1'
Import-Module Ec2UserdataUtils

# create the log directory if it doesn't exist
Expand Down

0 comments on commit c5eb869

Please sign in to comment.