]> gitweb.fluxo.info Git - hydra.git/commitdiff
Renaming hydractl init to bootstrap
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Oct 2013 22:29:42 +0000 (20:29 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Oct 2013 22:29:42 +0000 (20:29 -0200)
share/hydractl/bootstrap [moved from share/hydractl/init with 87% similarity]

similarity index 87%
rename from share/hydractl/init
rename to share/hydractl/bootstrap
index cc14d328222e9e2d720db4913b75a50ca5d50f97..a1ca8a114ce3a51aa502ec599f795944948415e6 100755 (executable)
@@ -21,8 +21,8 @@ hydractl puppet-install
 mkdir -p /etc/puppet/modules
 git clone git://git.sarava.org/puppet-bootstrap /etc/puppet/modules/bootstrap
 
-echo "Editing /etc/puppet/modules/bootstrap/manifests/site.pp to suit your needs..."
-$EDITOR /etc/puppet/modules/bootstrap/manifests/site.pp
+echo "Editing /etc/puppet/modules/bootstrap/manifests/config.pp to suit your needs..."
+$EDITOR /etc/puppet/modules/bootstrap/manifests/config.pp
 
 puppet agent --no-daemonize --debug --verbose --onetime /etc/puppet/modules/bootstrap/manifests/init.pp
 puppet agent --no-daemonize --debug --verbose