From 6f237f2b0486df800492c34824fa6cd48881a885 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Wed, 25 Apr 2012 13:24:16 +0300 Subject: [PATCH] Fixed puppetmaster bootstrap on Ubuntu Don't create puppet.conf in first puppet run, breaks installing puppetmaster during second run. --- puppet/bootstrap-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/bootstrap-server.sh b/puppet/bootstrap-server.sh index 35e720c..ca2e3b3 100755 --- a/puppet/bootstrap-server.sh +++ b/puppet/bootstrap-server.sh @@ -74,5 +74,5 @@ EOF fi puppet cert --keylength 4096 --list -puppet apply --no-report --tags bootstrap /etc/puppet/manifests/site.pp +puppet apply --no-report --tags apt,yum,ruby /etc/puppet/manifests/site.pp puppet apply --no-report /etc/puppet/manifests/site.pp