diff options
-rwxr-xr-x | share/hydra/deploy | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy index 14aa170..e461028 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -1,6 +1,11 @@ #!/bin/bash # -# Deploy a node using automated recipes. +# Deploy a node using automated recipes. See discussion at +# +# - http://current.workingdirectory.net/posts/2011/puppet-without-masters/ +# - http://andrewbunday.co.uk/2012/12/04/masterless-puppet-wrapper/ +# - http://semicomplete.com/presentations/puppet-at-loggly/puppet-at-loggly.pdf.html +# - https://github.com/jordansissel/puppet-examples/tree/master/masterless # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |