Re: [Puppet Users] Kindly share Modules of CLAMV for Centos ,Ubuntu,Suse

2014-06-24 Thread Jerald Sheets
https://forge.puppetlabs.com/modules?utf-8=✓&sort=rank&q=clamav On Jun 24, 2014, at 5:03 PM, shyam sundar Keshari wrote: > Hi Team , > > If anyone has puppet modules to install and configure Clamav on > > Different linux flavor like Suse ,Centos and Ubuntu with feature like scan > repo

Re: [Puppet Users] Scaling of Puppet masters

2014-05-19 Thread Jerald Sheets
On May 19, 2014, at 3:40 PM, Peter Berghold wrote: > Second: is there a way to use a load balancer in front of a bank of Puppet > masters and keep the reports in sync? PuppetDB eliminates this need for you, and you can scale at the PostGres layer instead. Have a peek at PuppetDB. It’s a de

Re: [Puppet Users] proftpd module service error

2014-02-11 Thread Jerald Sheets
Permission on the files? On Feb 11, 2014, at 10:46 AM, Tim Dunphy wrote: > Hey puppet, > > I thought I had all my ducks in a row with this puppet module I had written > for proftpd. I'm attempting to get the proftpd config to notify the proftpd > service, but without much luck. > > [root@op

Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2013-12-11 Thread Jerald Sheets
Same here... local Yum repo, no external repo, keeping up to date by executing a "yum update" via exec --- Jerald M. Sheets jr. On Wed, Dec 11, 2013 at 11:52 AM, Pack, Scott wrote: > I’ve found the best way is that instead of using Puppet to perform the > updates you develop your own update s

Re: [Puppet Users] Unpleasant puppetlabs experience

2013-12-06 Thread Jerald Sheets
> > Possibly consider all the work you've put into implementing puppet on your > own systems, and consequently how obtaining puppet gratis doesn't mean that > it's free of cost. > > Please note that the exact same documentation is expected to be used for either and people spending crap-tons of mone

[Puppet Users] Question about Hiera...

2013-12-04 Thread Jerald Sheets
If I'm finding Hiera unnecessarily obtuse and the PuppetLabs documentation (after dredging through the docs literally all morning) similarly confusing, where could I look to find more clarity and quality tutorial or instruction in the Hiera product? --- Jerald M. Sheets jr. -- You received thi

Re: [Puppet Users] Dynamically assign Static IP Addresses

2013-06-25 Thread Jerald Sheets
Wouldn't you want to do this on the provisioning side? --- Jerald M. Sheets jr. On Tue, Jun 25, 2013 at 3:04 PM, Worker Bee wrote: > Yes, but we will not be able to use DHCP in this case. This is why I was > aksing if anyone had any suggesting for leveraging Puppet to do this > > > On Tue,

Re: [Puppet Users] Puppet install decency issues

2013-05-07 Thread Jerald Sheets
Yeah... god forbid you actually need to stay up to date with Ruby... On May 7, 2013, at 1:01 PM, Ramin K wrote: > On 5/6/2013 5:34 PM, WojonsTech wrote: >> I have run into the same error installing puppet 2.7 and 3.1.0 on centos >> box. In the end it tries to install 1.8.7 for the 3.1.0 even

Re: [Puppet Users] passwordless ssh

2013-04-26 Thread Jerald Sheets
Not here. I'm in one of those environments. :) On Apr 26, 2013, at 2:04 PM, Bert Cauwelier wrote: > thx, any possible instant working puppet module for distributing the key's > and allow passwordless ssh > > > > 2013/4/26 Jerald Sheets > Stay careful t

Re: [Puppet Users] passwordless ssh

2013-04-26 Thread Jerald Sheets
Stay careful that if you're in a PCI/SOX/ITIL environment, it may be against policy to provide this between hosts under certain circumstances. YMMV. On Apr 26, 2013, at 1:46 PM, Dan White wrote: > Two different questions. > > Best: > http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ss

Re: [Puppet Users] Moving to Chef..

2013-03-12 Thread Jerald Sheets
Translation: My Solaris skills are such that I can't integrate a simple scripting overlay plus configuration management framework on it, so I'm going to go find whatever spells it out for me so I don't have to be bothered to grow and actually learn something. Geez. (sorry, guys... grumpy mo

Re: [Puppet Users] How to manage one line in a file by puppet

2013-01-04 Thread Jerald Sheets
I'm doing this with the augeas piece like so: augeas { 'make_grub_verbose': context => '/files/etc/grub.conf', changes => [ 'rm hiddenmenu', 'rm splashimage', ], } You should be able to use those features as you like. --Jer

Re: [Puppet Users] New to Puppet -- why the puppet user

2012-11-26 Thread Jerald Sheets
Because standard systems administration practice is to rarely if ever run anything at all as root. This practice, generally speaking, will not pass ITIL, SOX, HIPAA, or PCI compliance auditing, and if something like Puppet (which has complete run of your system) ran as root, you could easily de