Re: [Puppet Users] Unreported Windows nodes (Puppet 3.7.3, Exchange 2010)

2014-12-13 Thread Rob Reynolds
On Tue, Dec 9, 2014 at 7:28 AM, cko wrote: > > Hi, > > I'm currently having an issue with the Windows Server 2008R2 nodes in our > Exchange 2010 environment. > > Since I upgraded the four nodes to Puppet 3.7.3 , they do not check in to > the Puppetmaster via the Windows Service every 30 minutes li

Re: [Puppet Users] compare two variables via regex

2014-12-13 Thread Henrik Lindberg
On 2014-05-12 16:43, Ramin K wrote: On 12/5/14 3:16 PM, Lori Cho wrote: I have two variables and I want to compare them to each other. However, the regex doesn't return true, because it seems to treat the variable in the // as a literal. Something like this: $variable1 = 'foo' $variable2 = 'f

Re: [Puppet Users] is there a way to compare one facts with all other facts in the list

2014-12-13 Thread Henrik Lindberg
On 2014-10-12 12:03, Spriya wrote: Hi, I have a requirement that, *I have list of two different facts* *java_foundversion1_path1 java_foundversion2_path2 java_foundversion3_path3 java_foundversion4_path4* *and java_authorizedversion1path1 java_authorizedversion2path2 java_authorizedversion3pa

Re: [Puppet Users] Passing exe switches on Windows

2014-12-13 Thread cko
I was referring to the documentation that I got from the developer of the executable. The correct switches are: ['/S', '/v/qn'], On Friday, December 12, 2014 6:46:14 PM UTC+1, Josh Cooper wrote: > > > > On Fri, Dec 12, 2014 at 8:59 AM, cko > > wrote: > >> It turned out that it was a small ty