Re: [Puppet Users] Cannot set up Puppet to use Apache/Passenger on a custom install

2012-06-23 Thread Kmbu
Just wanted to write back to say that everything works like a charm now. I started with this due to capacity issues, so I intend to try increasing the load to see how much more the Apache/Passenger setup can handle as compared to the built-in server. Thanks for the support! On Friday, 22 June

Re: [Puppet Users] Service Puppetmaster being monitored by Nagios

2012-06-23 Thread Todd Zullinger
Hi, Wendell Araujo wrote: I have a server running Nagios and would like to monitor the service in my puppet server puppetmaster. Has anyone managed to do this? The REST API¹ is very handy for doing this. I use https://$server:8140/production/status/no_key for this. I had to allow this in the

Re: [Puppet Users] add an rpm to a host

2012-06-23 Thread Markus Falb
On 22.6.2012 18:23, Christopher Wood wrote: > On Fri, Jun 22, 2012 at 08:50:59AM -0700, Christian DeKonink wrote: >>foo_bar_1.0.rpm > > > If this is something that you absolutely must do by the end of the day on a > Friday because some manager is a maniac, you can deploy the rpm via a file >

[Puppet Users] puppet server complains of time sync

2012-06-23 Thread Tim Dunphy
Hello list, I am having an issue where a puppet agent on a client complains that clocks are out of sync between it and it's master - err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed. This is often because the time is out

[Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread treydock
I'm attempting to manage my network interfaces through a homebrew module that takes input from hiera, and then uses augeas to define each ifcfg-*. Example: /* Set manditory parameters */ augeas { "eth_bond_${name}" : context => "/files/etc/sysconfig/network-scripts/ifcfg-${name}", cha

Re: [Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread Christopher Wood
netmark? On Sat, Jun 23, 2012 at 02:37:04PM -0700, treydock wrote: >      "set NETMARK ${netmask}", -- 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 thi

Re: [Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread treydock
Wow...can we permanency delete this post? Haha, I've been staring at Puppet modules for a week straight, it's always a spelling error. Thanks! - Trey On Saturday, June 23, 2012 5:34:53 PM UTC-5, Christopher Wood wrote: > > netmark? > > On Sat, Jun 23, 2012 at 02:37:04PM -0700, treydock wrote:

[Puppet Users] puppetlabs-corosync help using multiple primitive operations

2012-06-23 Thread treydock
Setting up a HA iSCSI / NFS target using this document, http://www.linbit.com/fileadmin/tech-guides/ha-iscsi.pdf, and I am unable to find a way to use the puppetlabs-corosync module to emulate this command crm(live)configure# primitive p_drbd_coraid23 ocf:linbit:drbd \ params drbd_resource=cora

[Puppet Users] Extending Puppet using Rubygems

2012-06-23 Thread Kelsey Hightower
There is a pending pull request that adds the ability for Puppet to load Faces, parser functions, and report processors installed via Rubygems. https://github.com/puppetlabs/puppet/pull/873 This means in addition to extending Puppet via pluginsync you would be able to simply do something like t