diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 14:45:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 14:45:36 -0300 |
commit | 1f25194c5ab63ee588fa66f09cf30f5994490455 (patch) | |
tree | fac630f43fb1c5e488f24a50f9839d7c6160e6da /share/hydractl/puppet-install | |
parent | 402782207daaea438316c4ef9b38f3e5198beb03 (diff) | |
download | hydra-1f25194c5ab63ee588fa66f09cf30f5994490455.tar.gz hydra-1f25194c5ab63ee588fa66f09cf30f5994490455.tar.bz2 |
Renaming actions and adding backup function
Diffstat (limited to 'share/hydractl/puppet-install')
-rwxr-xr-x | share/hydractl/puppet-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydractl/puppet-install b/share/hydractl/puppet-install new file mode 100755 index 0000000..0d0e141 --- /dev/null +++ b/share/hydractl/puppet-install @@ -0,0 +1,4 @@ +#!/bin/bash + +apt-get update +apt-get install puppet puppetmaster |