This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Quick and easy script to install Puppet, Facter and dependencies. | |
# Kickstarts a node ready for puppeting. | |
# Tested with: | |
# | |
# - Scientific Linux 6.1, 6.2, 6.3 | |
# - CentOS 6.3 |