Re: [Puppet Users] puppet agent on HP unix os

2013-12-30 Thread Martin Alfke
Hi Ankit, I have worked at a company where we run Puppet on HP UX. The findings have been added to the HP-UX site at Puppetlabs: https://projects.puppetlabs.com/projects/puppet/wiki/Puppet_HP-UX You just need openssl and ruby available on your system. hth, Martin On 27 Dec 2013, at 11:20, An

[Puppet Users] Re: mco puppet runonce fails intermittently

2013-12-30 Thread Jose Luis Ledesma
Someone knows how to review stderr/stdout of a mco command? El viernes, 27 de diciembre de 2013 17:17:08 UTC+1, Jose Luis Ledesma escribió: > > Hi all, > >sometimes when I run an mco puppet runonce it fails with the error: > > [root@puppet-master clientbucket]# mco puppet runonce -I client01

[Puppet Users] Provider must have features 'manages_symlinks' to set 'ensure' to 'link' shouldn't happen on Linux?

2013-12-30 Thread Steph Gosling
Hey all, Done a bit of googling for this and haven't seen it yet. I have one of about 120 nodes running the puppetlabs repo version 3.4.1 on CentOS 6 that has inexplicably started throwing this: Error: Failed to apply catalog: Parameter ensure failed on File[/etc/localtime]: Provider must have

[Puppet Users] Re: Problem using hiera-eyaml

2013-12-30 Thread wernerbahlke
Hi Kit, Thanks for posting. No, I did not resolve it and have put it on the back burner. Quite possible that it is a Ruby / gems issue. Keep us posted if you resolve it before me. Werner On Saturday, December 21, 2013 11:13:46 AM UTC-5, Kit Plummer wrote: > > Did you resolve this? > > I'm hav

Re: [Puppet Users] Re: Problem using hiera-eyaml

2013-12-30 Thread Kit Plummer
Hey Werner.  I did resolve my issue.  It turned out to be a path issue, with how the PE’s rubygems installs gems.  While the eyaml commands were working, the directory for the hiera-eyaml (and it’s dependent gems) didn’t allow the pe-puppet user (global perms) to get to the lib .rb files in the

[Puppet Users] Re: puppet nagios module integration

2013-12-30 Thread Paul Tötterman
Hi, I'll try to answer, since I'm using the nagios_* -types in puppet. > 1) Do we need to install nagios separately. > Just using the nagios_* -types will not install nagios for you. But it is entirely possible to install nagios using puppet. There might even be such a module available, but

[Puppet Users] Getting agent v3.4 to manage my services

2013-12-30 Thread Jon Yeargers
I have a group of services that are supposed to be maintained by puppet agent. Up until I moved from 2.6 to 3.4 they were kept up to date and running (as expected). Since the upgrade of the puppet agent these services are no longer being monitored. I'm sure that the server is still seeing the f

Re: [Puppet Users] Getting agent v3.4 to manage my services

2013-12-30 Thread Edson Manners
I had this same problem and couldn't figure out why it did it. I was moving from 2.7.23 to 3.x and it was driving me nuts, I never found what was the exact cause as there weren't any errors showing up and ' puppet agent -t' ran clean. I ended up blowing away my whole puppet/passenger/puppetdb ins

Re: [Puppet Users] dashed by dashboard

2013-12-30 Thread Felix Frank
>> 3. What can you rule out as possible causes by now? > > ++ While I appreciate this approach, I don't think it will help. I followed > as much > ++ as possible with: > > http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html > > but it blows up at Preparing Schema. That sounds

Re: [Puppet Users] dashed by dashboard

2013-12-30 Thread Stuart Cracraft
I would take any reasonable console as long as it has a very visual operation and is trivial to install. Dashboard definitely is not the latter in my 'umble opinion. On Dec 30, 2013, at 3:17 PM, Felix Frank wrote: >>> 3. What can you rule out as possible causes by now? >> >> ++ While I appr

Re: [Puppet Users] Provider must have features 'manages_symlinks' to set 'ensure' to 'link' shouldn't happen on Linux?

2013-12-30 Thread Felix Frank
Hi, that's weird. Does this work? puppet apply -e 'file { "/tmp/test": ensure => link, target => "/tmp/test-target" }' If it yields the same error, please add -dv and share the debug output. Thanks, Felix On 12/30/2013 01:21 PM, Steph Gosling wrote: > > Error: Failed to apply catalog: Paramet

[Puppet Users] Blogged about the coming Type System in Puppet

2013-12-30 Thread Henrik Lindberg
Hi, In case you are interested in what is happening on the bleeding edge of Puppet development, I have started with a series of blog posts about the new Type System that will be released in Puppet 4 and is available as an experimental feature in the experimental --future parser released in Pup

Re: [Puppet Users] pupplet-labs/firewall module errors

2013-12-30 Thread Zane Williamson
I am having the same issue described here. On Thursday, December 12, 2013 6:26:37 AM UTC-8, Tomas Barton wrote: > > I'm getting the same error. Any progress on this? > > Thanks, > Tomas > > On Tuesday, 5 November 2013 21:42:26 UTC+1, James Loosli wrote: >> >> I'm getting this same error, but for

Re: [Puppet Users] pupplet-labs/firewall module errors

2013-12-30 Thread Zane Williamson
All of my other servers seem fine, but this is a new virtual server on a Xen host. I wonder if it could be related to the virutalization and network bridging. $ puppet resource firewall --debug --verbose Debug: Puppet::Type::Firewall::ProviderIptables: [instances] Debug: Executing '/sbin/iptab

Re: [Puppet Users] pupplet-labs/firewall module errors

2013-12-30 Thread Zane Williamson
My issue is related to -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE