summaryrefslogtreecommitdiffstats
path: root/bootstrap/ubuntu1004_bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/ubuntu1004_bootstrap.sh')
-rwxr-xr-xbootstrap/ubuntu1004_bootstrap.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap/ubuntu1004_bootstrap.sh b/bootstrap/ubuntu1004_bootstrap.sh
index e4bbcd5..8eda350 100755
--- a/bootstrap/ubuntu1004_bootstrap.sh
+++ b/bootstrap/ubuntu1004_bootstrap.sh
@@ -66,8 +66,9 @@ fi
PUPPETLIST_FILE=/etc/apt/sources.list.d/bootstrap-puppet.list
if ! test -e $PUPPETLIST_FILE; then
echo Setting up bootstrap-puppet.list...
- echo -e 'deb http://apt.puppetlabs.com/ lucid main\ndeb-src http://apt.puppetlabs.com/ lucid main' > $PUPPETLIST_FILE
- apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30
+ echo 'deb http://apt.puppetlabs.com/ precise main' > $PUPPETLIST_FILE
+ echo 'deb-src http://apt.puppetlabs.com/ precise main' >> $PUPPETLIST_FILE
+ apt-key adv --keyserver keyserver.ubuntu.com --recv 7F438280EF8D349F
apt-get update
else
echo bootstrap-puppet.list already exist