Re: [Puppet Users] class name size

2010-12-09 Thread Chris C
Thanks for reminding me about this [r...@puppetmaster manifests]# cat classes/redhat/prod/inf/syslogng/class.pp class syslogng inherits all_hosts_redhat { $dir = redhat/prod/inf/syslogng file { check_logserver: name = /usr/lib64/nagios/plugins/check_logserver.py,

Re: [Puppet Users] class name size

2010-12-09 Thread Felix Frank
[r...@puppetmaster manifests]# cat site.pp import classes/redhat/prod/inf/syslogng/class.pp node syslogng { include syslogng } Maybe an issue with classname == nodename? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to

Re: [Puppet Users] class name size

2010-12-09 Thread Chris C
Good thinking Felix. I changed the class name to syslogngcrctesting and wahlah! the client pulls and applies the catalog. [r...@syslogng ~]# puppetd --test --verbose notice: Ignoring --listen on onetime run info: Caching catalog for syslogng.akc.org info: Applying configuration version

Re: [Puppet Users] class name size

2010-12-09 Thread Chris C
BTWmy normal check in time is 12 secs.not 76 secs. ;) I was running a mysql query on that box in another terminal. /C On Thu, Dec 9, 2010 at 9:58 AM, Chris C mazzy...@gmail.com wrote: Good thinking Felix. I changed the class name to syslogngcrctesting and wahlah! the client pulls

Re: [Puppet Users] class name size

2010-12-08 Thread Felix Frank
On 12/06/2010 01:12 AM, Chris C wrote: Hi folks, Is anyone noticing an issue with the length of a class name? If I call the class syslogng the class fails. If I call the class slng the class works. Strangely a class named all_hosts works. I remember a weird occurence when a class was