Re: [Puppet Users] Puppet agent on Windows

2013-09-24 Thread Sneha More
Hi, On Windows 7 and Windows 8, Puppet’s confdir is %PROGRAMDATA%\PuppetLabs\puppet\etc. This is usually located on disk at C:\ProgramData\PuppetLabs\puppet\etc. Please refer link : http://docs.puppetlabs.com/guides/configuring.html You can add run interval in it. Follow the link : http://docs.

Re: [Puppet Users] Puppet agent on Windows

2013-09-24 Thread AAB !!
Hi, You can skip the second question. But let come back to the first one, could you tell me where I can find the puppet.conf file in the windows machine. And would I be able to add run interval in it ??? Regards On Friday, September 20, 2013 6:59:27 PM UTC+2, Rob Reynolds wrote: > > You shoul

Re: [Puppet Users] Puppet agent on Windows

2013-09-20 Thread Rob Reynolds
You should be able to add that to the puppet.conf file. See http://docs.puppetlabs.com/references/latest/configuration.html#runintervalfor reference on how to set that properly. For your second question, can you please be more elaborate a bit more? Thanks. On Fri, Sep 20, 2013 at 4:40 AM, Adee

[Puppet Users] Puppet agent on Windows

2013-09-20 Thread Adeel Bhatti
Hi, Could someone tell me how can I have runinterval = 180 in puppet agent for windows ? How can puppet agent on windows runs/contacts puppet master to get sync !! Adeel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from thi

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-12-06 Thread ad
Hey Oliver, I finally got around to working on this today, and discovered I fixed it long ago and completely forgot to push the change to github. oops :) Looks like I took a different approach. https://github.com/adenning/winfacts/blob/master/lib/facter/os_architecture.rb I only run Puppet on

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-30 Thread ad
Hi Oliver, Nice catch! Thanks for posting your patch. Cheers, Adam On Friday, November 30, 2012 9:27:05 AM UTC-6, r0k5t4r wrote: > > Hi Adam, > > The class > Win32_OperatingSystemexists > on Vista and above. For older systems y

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-30 Thread r0k5t4r
Hi Adam, The class Win32_OperatingSystemexists on Vista and above. For older systems you can use Win32_ComputerSystem. I found this information here: http://www

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-30 Thread r0k5t4r
Hi Adam, thanks a lot. I have successfully implemented your or_architecture fact on our machines. But it looks like it is not workung under Windows 2003 32Bit.I have to check this... Regards, Oli -- You received this message because you are subscribed to the Google Groups "Puppet Users" grou

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-27 Thread ad
Hey Oliver, You can use my winfacts module, or just strip out the os_archtecture fact from it: https://github.com/adenning/winfacts/blob/master/lib/facter/os_architecture.rb That will correctly handle 32-bit OS on 64-bit hardware. Adam On Tuesday, November 27, 2012 5:04:47 AM UTC-6, r0k5t4r w

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-27 Thread r0k5t4r
Hi Josh, thanks a lot for pointing this out. I will update the install on all windows machines to the latest puppet 2.7.x release. This updates facter and the architecture is correctly display unless it's running 32Bit on 64Bit hardware. Regards, Oliver On Monday, November 26, 2012 6:36:20 PM

Re: [Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-26 Thread Josh Cooper
Hi Oliver, On Wed, Nov 21, 2012 at 8:08 AM, r0k5t4r wrote: > I just started using puppet agent on windows 32Bit and my manfiests are > working good so far. Now when using the same manifests on a 64Bit Windows > machine I get trouble about the very special Program Files path. :( Facter 1.6.10 wil

Re: [Puppet Users] Puppet agent on Windows

2012-11-25 Thread Ryan Coleman
On Sun, Nov 25, 2012 at 1:30 PM, Ugo Bellavance wrote: > Hi, > > What are the requirements to have puppet agents on windows servers? I have > 2003 R2 and 2008 R2 servers, 32 and 64- bit, > All of those are supported. Here are the relevant docs. http://docs.puppetlabs.com/pe/2.7/install_system_r

[Puppet Users] Puppet agent on Windows

2012-11-25 Thread Ugo Bellavance
Hi, What are the requirements to have puppet agents on windows servers? I have 2003 R2 and 2008 R2 servers, 32 and 64- bit, Puppetmaster 2.6. What are the types that can be used on Windows? Is it production-ready? Thanks, Ugo -- You received this message because you are subscribed to the Go

[Puppet Users] Puppet Agent on Windows and file paths 32 or 64 Bit

2012-11-21 Thread r0k5t4r
Hi, I just started using puppet agent on windows 32Bit and my manfiests are working good so far. Now when using the same manifests on a 64Bit Windows machine I get trouble about the very special Program Files path. :( Is there a way of using a variable in puppet manifests and the puppet agent

Re: [Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Nimish Vidyarthi
Yes i know i was trying out things to make it work. it does not work for 60 sec also. Ok i fetched the values from puppet config print all | find "config". the puppet.conf is showing to be correct( as the file i changed) But the runinterval is showing as 1800. I presume this is the issue , how c

Re: [Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Josh Cooper
Hi Nimish, On Wed, Aug 29, 2012 at 10:52 AM, Nimish Vidyarthi wrote: > I tried changing the puppet.conf Likely the file you are editing is not the same one that the service is looking at. Since the puppet agent service runs under the LocalSystem account, make sure you are editing the puppet.conf

[Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Nimish Vidyarthi
Hi , I am trying to run puppet agent on windows. The Master is running on Linux RHEL6.2. Puppet Version : 2.7.12. The puppet agent service starts properly and the client is able to fetch its catalouge evry 30 mins. My requirement is to reduce this interval to 2 mins. I tried changing the puppet.c

Re: [Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-08 Thread Matt Mencel
OK... apparently the first time I ran "ruby install.rb" for puppet I did not do it in "Run As Administrator" mode. Even though the account I'm logging in as is a local adminit seems to work only if I open the command prompt with "Run As Administrator" privileges. Deleting the folder structure

Re: [Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-08 Thread Josh Cooper
On Thu, Mar 8, 2012 at 8:47 AM, Josh Cooper wrote: > HI Matt, > > On Thu, Mar 8, 2012 at 6:45 AM, Matt Mencel wrote: > >> Hi Josh, >> >> On Wed, Mar 7, 2012 at 6:12 PM, Josh Cooper wrote: >> >>> Hi Matt, >>> >>> On Wed, Mar 7, 2012 at 2:58 PM, Matt Mencel wrote: >>> I recently noticed tha

Re: [Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-08 Thread Josh Cooper
HI Matt, On Thu, Mar 8, 2012 at 6:45 AM, Matt Mencel wrote: > Hi Josh, > > On Wed, Mar 7, 2012 at 6:12 PM, Josh Cooper wrote: > >> Hi Matt, >> >> On Wed, Mar 7, 2012 at 2:58 PM, Matt Mencel wrote: >> >>> I recently noticed that the Windows host where I installed the Puppet >>> agent for testin

Re: [Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-07 Thread Josh Cooper
Hi Matt, On Wed, Mar 7, 2012 at 2:58 PM, Matt Mencel wrote: > I recently noticed that the Windows host where I installed the Puppet > agent for testing was thrashing the CPU. > > The culprit ended up being Ruby.exe *32 - "Ruby interpreter (CUI) > 1.8.7.334 [i386-mingw32]". This is actually bein

Re: [Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-07 Thread Jeff McCune
On Wed, Mar 7, 2012 at 2:58 PM, Matt Mencel wrote: > I recently noticed that the Windows host where I installed the Puppet > agent for testing was thrashing the CPU. > > The culprit ended up being Ruby.exe *32 - "Ruby interpreter (CUI) > 1.8.7.334 [i386-mingw32]". This is actually being launched

[Puppet Users] Puppet Agent on Windows - High CPU Usage

2012-03-07 Thread Matt Mencel
I recently noticed that the Windows host where I installed the Puppet agent for testing was thrashing the CPU. The culprit ended up being Ruby.exe *32 - "Ruby interpreter (CUI) 1.8.7.334 [i386-mingw32]". This is actually being launched by the puppet-agent service in Windows. The CPU on the host

Re: [Puppet Users] Puppet Agent on Windows

2012-02-27 Thread Jeff McCune
On Mon, Feb 27, 2012 at 9:29 AM, Igor wrote: > I'm having issues getting puppet to work properly on our servers. we > have puppet allready running on our linux servers however are unable > to have the puppet agent run on windows. > > the log displays only the following: > > Puppet (notice): Start

[Puppet Users] Puppet Agent on Windows

2012-02-27 Thread Igor
I'm having issues getting puppet to work properly on our servers. we have puppet allready running on our linux servers however are unable to have the puppet agent run on windows. the log displays only the following: Puppet (notice): Starting Puppet client version 2.7.11 Puppet (err): Could not ru