]> gitweb.fluxo.info Git - hydra.git/commitdiff
Misc fixes and TODO update
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2011 19:06:32 +0000 (16:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2011 19:06:32 +0000 (16:06 -0300)
share/hydractl/backup-restore-site
share/hydractl/init
share/hydractl/requirements

index a408a1176cc808e8f874dd2d74c067e9ee661500..04c0b10ea817579ca5ffac25668c51f30e0134d8 100755 (executable)
@@ -3,6 +3,7 @@
 # Restore a website from backup
 #
 # TODO: moin
+# TODO: support restoration from /var/sites/backups
 
 # Load.
 source $APP_BASE/lib/hydra/functions || exit 1
index 14effa842b40fd4015c9ea6931a8888c5646dffa..3ce9a8b3873c280c6b0d5412b260d558ec0723ab 100755 (executable)
@@ -3,7 +3,7 @@
 # Bootstrap a new hydra using the current host as a starting point.
 #
 
-hydractl install_puppet
+hydractl puppet-install
 
 mkdir -p /etc/puppet/modules
 git clone git://git.sarava.org/puppet-bootstrap /etc/puppet/modules/bootstrap
@@ -11,5 +11,5 @@ 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
 
-puppetd --no-daemonize --debug --verbose --onetime /etc/puppet/modules/bootstrap/manifests/init.pp
-puppetd --no-daemonize --debug --verbose
+puppet agent --no-daemonize --debug --verbose --onetime /etc/puppet/modules/bootstrap/manifests/init.pp
+puppet agent --no-daemonize --debug --verbose
index dc96894a2f17f936dc7bad4549ea497cf42eb25f..bbc743d4ca04455c17bba803516efbacab27dcf3 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/bash
-# TODO: get all needed requirements
+#
+# TODO: Get all needed requirements
+#