LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I've made a Community Puppet installation script (https://www.linuxquestions.org/questions/linux-software-2/ive-made-a-community-puppet-installation-script-4175482663/)

szboardstretcher 10-29-2013 12:34 PM

I've made a Community Puppet installation script
 
Had a lot of problems finding good documentation on the latest installation method for the Community Puppet version. My company asked me to install it, and I put together a script-set of the actions required to get it running so I wouldn't have to painstakingly do it again.

Cheers

https://github.com/boardstretcher/puppet

sag47 11-01-2013 03:24 PM

You have a lot of non-necessary defaults in there (such as generating a cert where someone might have a signed cert prepared already). You also install a lot of non-required packages, e.g. vim. Though I do use vim myself I wouldn't consider it necessary for the installation. Your scripts also reboot the system. This may not be desired and usually isn't necessary unless there's a kernel upgrade (or some other package such as glibc for e.g.). Another thing to mention is the version of ruby that comes with RHEL is anchient (1.8.7) and so compiling ruby would be a more recommended method.

When I set up puppet in RHEL I'll likely use your scripts as a reference but I won't be using them directly. Thanks for putting it together.

SAM


All times are GMT -5. The time now is 09:14 AM.