[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 this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/ReHmba9K8z0J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 load and they show up in the inventory of the dashboard.

I really hope I just have some configuration setting wrong. If I have
to ssh to all my clients and run this by hand just to get them loaded
I'm going to have a bad day.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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/
local/bin/svscan /data/service\,
unless = /bin/ps -aux |/usr/bin/grep '/data/
service',
}

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 tux...@gmail.com 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 what kind of load this thing would
  have managing about 400 nodes.
  Does this thing require a beefy server?

 we manage 320 nodes on a XEN VM based Puppet Master.
 4 GB RAM, 1 Core with 2.3 GHz 80% used.
 We have dashboard and puppetmaster running on apache passenger and mysql
 running locally.

 hth,

 Martin

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 tux...@gmail.com 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)









  On May 10, 10:16 am, Martin Alfke tux...@gmail.com 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 what kind of load this thing would
  have managing about 400 nodes.
  Does this thing require a beefy server?

  we manage 320 nodes on a XEN VM based Puppet Master.
  4 GB RAM, 1 Core with 2.3 GHz 80% used.
  We have dashboard and puppetmaster running on apache passenger and mysql
  running locally.

  hth,

  Martin

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.