aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/init
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-22 18:23:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-22 18:23:58 -0300
commitc36794e899731be16f1045a9ae19878813fd9896 (patch)
treeabbfbfb6d69b2e43b1748822cfbfb2b5c5964bdd /share/hydra/init
parentfec2db557dcad1f52a1ffa8b612629a0b8b4c054 (diff)
downloadhydra-c36794e899731be16f1045a9ae19878813fd9896.tar.gz
hydra-c36794e899731be16f1045a9ae19878813fd9896.tar.bz2
Action changes
Diffstat (limited to 'share/hydra/init')
-rwxr-xr-xshare/hydra/init12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/hydra/init b/share/hydra/init
deleted file mode 100755
index f1b4afe..0000000
--- a/share/hydra/init
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-hydra backports
-hydra 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.
-
-puppetd --no-daemonize --debug --verbose --onetime /etc/puppet/modules/bootstrap/manifests/init.pp
-puppetd --no-daemonize --debug --verbose