[Puppet Users] device resource NXOS

2013-02-09 Thread Panaman
Does anyone know if the puppet device resource works with the Cisco NXOS? I am trying to use it to configure some nexus switches and its giving me an error about the facts -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from thi

[Puppet Users] use regex to ensure multiple directories are absent or exist

2012-10-21 Thread Panaman
Is it possible to use regex to ensure directories are deleted. I want to be able to do something like: file { '/var/directory[1-9]': ensure => absent, } Would also be nice to use regex to ensure directories are present... -- You received this message because you are subscribed to the Goo

[Puppet Users] puppet agent daemon does not load custom facts

2011-11-28 Thread Panaman
This is something that is really bugging me, for some reason my puppet agents will not load the custom facts i have created. I Have the inventory service running in my puppet dashboard so I can see they are not loaded. If I ssh to the client node and manually run "puppet agent -t" the custom facts

[Puppet Users] exec onlyif not working properly

2011-07-21 Thread Panaman
I basically have a custom service i am running I want puppet to run a command if the process doesn't show up in ps - aux What is happening is it runs the command no matter what. here is my exec exec { "$rule-$interface-svscan": command => "/usr/sbin/daemon -f /bin/sh -c \"/usr

[Puppet Users] Re: problem with rack versions and puppet-dashboard

2011-05-25 Thread Panaman
On May 24, 11:48 am, David Klann wrote: > On Tue, 24 May 2011 10:40:03 -0500, you said: > > > I get this error > > can't activate rack (~> 1.0.1), already activated rack-1.2.2 > > > It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7 > > needs to use rack1.2.2 > > > Is there a w

[Puppet Users] problem with rack versions and puppet-dashboard

2011-05-24 Thread Panaman
I get this error can't activate rack (~> 1.0.1), already activated rack-1.2.2 It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7 needs to use rack1.2.2 Is there a way around this or make dashboard use rack 1.2.2? -- You received this message because you are subscribed to the G

[Puppet Users] Puppet Dashboard on Freebsd 8.2

2011-05-12 Thread Panaman
Is anyone running the puppet dashboard on freebsd 8.2 I am kinda a newb to freebsd but managed to get puppet installed with apache and mysql. But I haven't actually figured out how to get the dashboard to install. -- You received this message because you are subscribed to the Google Groups "Pupp

[Puppet Users] Re: Puppet Master System Requirements

2011-05-10 Thread Panaman
I'm thinking quad xeon with 8gb of ram should be sufficient. I am probably going to be using FreeBSD On May 10, 11:31 am, Panaman wrote: > thanks guys, this is very useful to me. > > On May 10, 10:45 am, Martin Alfke wrote: > > > > > > > > > On 05/10/2

[Puppet Users] Re: Puppet Master System Requirements

2011-05-10 Thread Panaman
thanks guys, this is very useful to me. On May 10, 10:45 am, Martin Alfke wrote: > On 05/10/2011 04:25 PM, Panaman wrote: > > > when you say 80% used do you meen like your cpu is 80%? > > CPU is 20% unused and 80% used (according to /proc/stat) > > > > >

[Puppet Users] Re: Puppet Master System Requirements

2011-05-10 Thread Panaman
when you say 80% used do you meen like your cpu is 80%? On May 10, 10:16 am, Martin Alfke wrote: > Hi, > > On 05/10/2011 03:04 PM, Panaman wrote: > > > I've been messing around with Puppet on a VM on my personal desktop. > > It looks descent. I was wondering

[Puppet Users] Puppet Master System Requirements

2011-05-10 Thread Panaman
I've been messing around with Puppet on a VM on my personal desktop. It looks descent. I was wondering what kind of load this thing would have managing about 400 nodes. Does this thing require a beefy server? -- You received this message because you are subscribed to the Google Groups "Puppet Us