[Puppet Users] SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B

2012-01-27 Thread Romeo Theriault
Hello, I'm new to puppet and am getting a puppet server setup with puppet dashboard. I have the puppet server and puppet dashboard (Apache/Passenger) setup and working well with 60+ test nodes working as expected. Only problem is that I have this one error in the logs which I can't figure out. Jan

Re: [Puppet Users] SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B

2012-02-09 Thread Romeo Theriault
ing seems to work pretty well: > > On 01/27/2012 04:59 AM, Romeo Theriault wrote: >> Jan 26 17:09:41 ppt01 puppet-agent[27357]: Using cached catalog > > Your agent is using a cached catalog. > > puppet agent --test should fail. Also, changing the manifest for this > nod

Re: [Puppet Users] Puppet syntax check for Komodo Edit

2012-02-18 Thread Romeo Theriault
On Sat, Feb 18, 2012 at 10:01, Mister IT Guru wrote: > Hi All, > > Please forgive me for jumping on this thread, but I'm a bit shocked - Syntax > highlighting for puppet? Sorry for being slow on this one, I have been > cracking my eyes using nano, and basic text editors - It never crossed my > min

[Puppet Users] Change user password only on systems where they exist

2012-02-22 Thread Romeo Theriault
Hi, We're just getting started with puppet and one of the things we'd like to automate across a mix of Solaris and RHEL boxes is resetting a users password. But we only want to reset the users password on the boxes they already exist on. We don't want to have their account created on all the boxes.

Re: [Puppet Users] Change user password only on systems where they exist

2012-02-25 Thread Romeo Theriault
On Wed, Feb 22, 2012 at 21:30, Steve Shipway wrote: > We have a system here that automatically resets the root password (amongst > others) when they are >60 days old, and stores the >new password in a central > encrypted location.  To do this, we have a custom fact that identifies the > age of

Re: [Puppet Users] Re: Change user password only on systems where they exist

2012-02-25 Thread Romeo Theriault
On Thu, Feb 23, 2012 at 04:04, jcbollinger wrote: > Do you want merely to reset the password and then ignore subsequent > changes, or do you intend to keep the password fixed to the new > value?  If the former then Puppet isn't the right tool for the job. > Instead, you want MCollective or anothe

Re: [Puppet Users] Re: Change user password only on systems where they exist

2012-02-26 Thread Romeo Theriault
On Sun, Feb 26, 2012 at 05:05, bel wrote: > You might want to change the regex used in the grep line to: > > '^${user}:' # Adding the colon > > This would prevent false-positives when, for e.g., you are looking for > user "joe" in a system where it doesn't exist but "joep" does. Thanks! Good poin

Re: [Puppet Users] Dashboard, node classes, what do they do part 2

2012-03-01 Thread Romeo Theriault
On Thu, Mar 1, 2012 at 11:51, Peter Berghold wrote: > Hi folks, > > Went back and did some more reading and found the intriguing entry in the > Dashboard documentation > > "The classes the console knows about are a subset of the classes in your > puppet master’s collection of modules. You must add

Re: [Puppet Users] Dashboard, node classes, what do they do part 2

2012-03-02 Thread Romeo Theriault
On Fri, Mar 2, 2012 at 04:12, Peter Berghold wrote: > > > On Fri, Mar 2, 2012 at 12:55 AM, Romeo Theriault > wrote: >> >> >> In the Dashboard, when they say "classes" they really mean "module". >> > > > > This begs a follow-on q

[Puppet Users] Best practices for excluding certain modules from certain nodes

2012-03-02 Thread Romeo Theriault
Hi, I'm just getting started with puppet and am looking for some best practices on how to handle node and module inheritance issues. I'm planning to start using heira so want to plan my implementation around hiera specifics. Specifically, one item I can't seem to find a clean way of dealing with i

[Puppet Users] Re: Best practices for excluding certain modules from certain nodes

2012-03-02 Thread Romeo Theriault
On Fri, Mar 2, 2012 at 08:56, Romeo Theriault wrote: > Hi, I'm just getting started with puppet and am looking for some best > practices on how to handle node and module inheritance issues. I'm > planning to start using heira so want to plan my implementation aroun

Re: [Puppet Users] Re: Best practices for excluding certain modules from certain nodes

2012-03-06 Thread Romeo Theriault
so be trying to use hiera as much as possible to handle external data and determining which classes get applied to which nodes. Thanks again for the help. Romeo On Mon, Mar 5, 2012 at 04:24, jcbollinger wrote: > > > On Mar 2, 2:12 pm, Romeo Theriault wrote: >> On Fri, Mar 2, 2

[Puppet Users] How to fully remove a node from Puppet Dashboard (v1.2.4)

2012-03-07 Thread Romeo Theriault
I can delete a node in dashboard fine, but when I do a search with the Inventory Search the node shows up again and also then shows up under "Unreported". Any way to get rid of all references to the node? Thanks, -- Romeo -- You received this message because you are subscribed to the Google Gr

Re: [Puppet Users] How to fully remove a node from Puppet Dashboard (v1.2.4)

2012-03-09 Thread Romeo Theriault
On Fri, Mar 9, 2012 at 12:05, Jeff McCune wrote: > On Wed, Mar 7, 2012 at 8:22 PM, Romeo Theriault > wrote: >> >> I can delete a node in dashboard fine, but when I do a search with the >> Inventory Search the node shows up again and also then shows up under >> "

Re: [Puppet Users] How to fully remove a node from Puppet Dashboard (v1.2.4)

2012-03-11 Thread Romeo Theriault
0 maart 2012 03:39:31 UTC+1 schreef Romeo Theriault het > volgende: >> >> On Fri, Mar 9, 2012 at 12:05, Jeff McCune wrote: >> > On Wed, Mar 7, 2012 at 8:22 PM, Romeo Theriault >> > >> > wrote: >> >> >> >> I can delete a node in dashboard

[Puppet Users] puppet eating solaris 10 crontab for lunch

2012-03-13 Thread Romeo Theriault
Ugh, this isn't a nice bug to find out about. Just found out that on a few of our Solaris 10 global zones, puppet is destroying the crontab entry of the root user. It seems to be related to a hang in facter. I'm not 100% sure, but it seems the issue is occurring when facter runs 'prtdiag' on the ho

[Puppet Users] fqdn changes on client and connection to master fails

2012-04-04 Thread Romeo Theriault
I have a situation where some of my puppet client machines fqdn's change. After this happens they fail to connect to the puppet master due to an untrusted certificate. It looks like manually setting a "certname" in the client puppet.conf file will work around this issue of the certname relying on t

Re: [Puppet Users] Re: puppet eating solaris 10 crontab for lunch

2012-05-01 Thread Romeo Theriault
rmal... >> >> Hopefully all your root cron jobs are in Puppet and will be rebuilt on >> the next run... >> >> Greg >> >> On Mar 14, 9:26 am, John Warburton wrote: >> >> >> >> >> >> >> >> > On 14 March 2012

Re: [Puppet Users] Re: puppet eating solaris 10 crontab for lunch

2012-05-01 Thread Romeo Theriault
On Tue, May 1, 2012 at 10:35 AM, Russell Van Tassell wrote: > On Tue, May 1, 2012 at 12:45 PM, Romeo Theriault > wrote: >> >> Unfortunately, solaris >> doesn't have a cron.d directory where we can drop crontab files >> either. > > > Are you talk

Re: [Puppet Users] Puppet Sites. Your thoughts?

2012-05-10 Thread Romeo Theriault
On Thu, May 10, 2012 at 6:44 AM, Daniel Sauble wrote: > Hey all, > > I've been designing a new feature for Puppet, and wanted to get some > kick-back from the community to see if you think this is needed or not. The > feature is called Puppet Sites, and meets some specific goals by means of a > fe

Re: [Puppet Users] puppet-dashboard with SELinux enforced - anyone frpm PuppetLab care to comment?

2012-05-29 Thread Romeo Theriault
On Tue, May 29, 2012 at 1:39 PM, Sans wrote: > > Thanks nseagoon! But that didn't help. I already did that. And I'm still > trying to understand the audit log. > Does any one have any other suggestion(s) for me? Cheers!! It may be useful for you to install the 'setroubleshoot' package (that's wha

Re: [Puppet Users] Crontab overwritten by Puppet

2012-07-11 Thread Romeo Theriault
On Tue, Jul 10, 2012 at 10:41 PM, Kmbu wrote: > Hi, > > Thanks for supporting. We've been running this environment of around 1000 > servers for at least 5 years and have never seen a crontab suddenly > disappear before. We've only had Puppet in place for a month or so. > > Regards, Unfortunately,