[Puppet Users] puppet 2.6.4 installation options for redhat/centos

2011-01-05 Thread pzi
After a quick read of the 'Installation Guide' at puppetlabs.com I see that there is either tar or distro options. I looked at distro option and see that for redhat there is only outdated puppet-0.25.5-1.el5.noarch.rpm at http://download.fedora.redhat.com/pub/epel/5/x86_64/ . No rpms for 2.6.4. A

[Puppet Users] Re: puppet 2.6.4 installation options for redhat/centos

2011-01-05 Thread pzi
ner => root, group => root, mode => 440 } EOF puppetmasterd --mkusers cd /var/lib/puppet chown -R puppet:puppet . cd /etc/puppet chown -R puppet:puppet . puppetmasterd On Jan 5, 10:46 am, "sstein...@gmail.com" wrote: > On Jan 5, 2011, at 10:24 AM, pzi wrote: > > &

[Puppet Users] Re: How do you implement "revert changes'

2011-04-24 Thread pzi
File content is just a small part of what puppet classes generally do. Average module if coded properly will include number of operations like starting/configuring services, cron jobs, editing files, installing packages, etc. and I think the only way to satisfy that average change control 'revert'

[Puppet Users] Re: How do you implement "revert changes'

2011-04-25 Thread pzi
ll our initial changes, as we add more and more to > puppet, will have a puppet-less 'revert" procedure: > > - Change via puppet. > - Revert (the old way)t: >   for host in hosts: >      ssh to host >      run command1 >      run command2 > > Thanks, > M