diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-05 20:12:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-05 20:12:23 -0300 |
commit | b0353cd961c5bb8642535a3f9284a6d74c96644b (patch) | |
tree | 28465b5dddc8faefc8fafd47444c5ba019559e78 | |
parent | 5b6380e022359e05eb52745593eddef91149d8b5 (diff) | |
download | puppet-puppet-b0353cd961c5bb8642535a3f9284a6d74c96644b.tar.gz puppet-puppet-b0353cd961c5bb8642535a3f9284a6d74c96644b.tar.bz2 |
Hook alternatives
-rw-r--r-- | files/post-update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/post-update.sh b/files/post-update.sh index 741e239..a484b34 100644 --- a/files/post-update.sh +++ b/files/post-update.sh @@ -1,5 +1,8 @@ #!/bin/bash # See https://we.riseup.net/riseup+tech/puppet +# +# Alternatives: https://github.com/pdxcat/puppet-sync +# https://github.com/theforeman/puppet-puppet/blob/master/templates/server/post-receive.erb echo "" echo "Updating puppet configuration..." |