[Puppet Users] Issue with "change from absent to present failed...no such file or directory"

2011-06-07 Thread Trey Dockendorf
I'm working on a DHCP module, modeled after this https://github.com/camptocamp/puppet-dhcp . Mine is just a much simpler version as I don't manage multiple OSes in my environment. However I cannot get my subnet file to create, this is the error from debug I get "err: /Stage[main]/Fog_server/Dhcp

Re: [Puppet Users] Re: Catalog compile times > 40s - Puppet 2.7.18

2012-12-24 Thread Trey Dockendorf
On Dec 22, 2012 11:04 PM, "Michael Stahnke" wrote: > > Puppet 3 has lots of performance improvements. In many cases it's > faster than 2.6.x was. Some of those fixes were back-ported to 2.7.20, > but not all of them could be. > > For best performance, try out something in the Puppet 3 series. > >

Re: [Puppet Users] facter's zpool_version errors using zfsonlinux

2013-05-08 Thread Trey Dockendorf
On May 7, 2013 4:48 AM, "Marc Fournier" wrote: > > Excerpts from treydock's message of 2013-05-06 20:04:16 +0200: > > Has anyone run into an issue with zfsonlinux >= 0.6.1 failing to work with > > the Facter zpool_version fact? I get the following error "Could not > > retrieve zfs_version: undefi

Re: [Puppet Users] puppet module permissions - librarian-puppet

2014-04-21 Thread Trey Dockendorf
I'm using 0022 on no both desktop and puppet master. - Trey On Apr 21, 2014 2:02 PM, "Robin Bowes" wrote: > What umask are you using? > > R. > On 21 Apr 2014 19:18, "treydock" wrote: > >> I have noticed lately that on my development system (OS X) and my >> production Puppet master (CentOS 6.5)

Re: [Puppet Users] Re: Puppet under passenger constantly crashing

2014-06-12 Thread Trey Dockendorf
Sort of. The normal Puppet+Passenger configuration still crashes, but for some odd reason if I add the following to the Puppet config.ru (after the --confdir and --vardir lines) the crashes stop... ARGV << "--debug" ARGV << "--trace" ARGV << "--profile" ARGV << "--logdest" << "/var/log/puppet/pup

Re: [Puppet Users] Re: apache module class order issue with ENC

2014-06-24 Thread Trey Dockendorf
I was a bit vague in my report initially, will try to clarify. The error about "undefined method >= for :undef" is due to using version 1.0.1 of the module which did not have the fix for MODULES-910. The fact the value was :undef is the other issue. The error "private method scan called on nil:N

Re: [Puppet Users] Re: puppetlabs_spec_helper 0.5.x breaks puppet-lint's ignore_paths ?

2014-07-01 Thread Trey Dockendorf
Thanks Jason. I wasn't sure if there was some clever (and expected) way to override what is set in puppetlabs_spec_helper and such user error, or if this was a true bug. Looks like a bug / regression. - Trey On Tue, Jul 1, 2014 at 10:06 AM, Jason Antman wrote: > I'm also experiencing this iss

Re: [Puppet Users] Re: Exported resources applied on exporting host - EL7 only

2014-08-14 Thread Trey Dockendorf
And AH HA! I did "grep -HnR "Firewall" /etc/puppet/environments/production/modules/*/manifests/" and see the problem, I'm using older version of puppetlabs-firewall that does "Package['iptables-services'] -> Firewall <||>" for EL7. I had not pushed my fork to my "master", and what's worse is I'