diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 23:21:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 23:21:33 -0200 |
commit | b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98 (patch) | |
tree | 9ef1bdd5a1d2c9c9adaa1da06e44f53a8187e656 /share/hydractl | |
parent | 3346311096bee29b81190ceb377ef5648aee1380 (diff) | |
download | hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.gz hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.bz2 |
Initial code for 'hydra register'
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/init | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/hydractl/init b/share/hydractl/init index 6c8264a..06fd754 100755 --- a/share/hydractl/init +++ b/share/hydractl/init @@ -1,4 +1,7 @@ #!/bin/bash +# +# Bootstrap a new hydra using the current host as a starting point. +# hydractl backports hydractl install_puppet @@ -6,7 +9,8 @@ hydractl install_puppet mkdir -p /etc/puppet/modules git clone git://git.sarava.org/puppet-bootstrap /etc/puppet/modules/bootstrap -# TODO: edit /etc/puppet/modules/bootstrap/manifests/site.pp to suit your needs. +echo "Editing /etc/puppet/modules/bootstrap/manifests/site.pp to suit your needs..." +$EDITOR /etc/puppet/modules/bootstrap/manifests/site.pp puppetd --no-daemonize --debug --verbose --onetime /etc/puppet/modules/bootstrap/manifests/init.pp puppetd --no-daemonize --debug --verbose |