[Puppet Users] Facter Variable inside of variable string

2012-10-12 Thread Zane Williamson
Hi All, I am using puppet-labs/mysql forge module, but the MySQL package we use is the MySQL-server-community packages. Basically I am need to update a paratmeter $pidfile = '/var/lib/mysql/${fqdn}.pid' Where I can put the FQDN into the pidfile variable as suggested above.

[Puppet Users] Puppet and Mcollective yaml file changing when it shouldn't

2012-12-13 Thread Zane Williamson
Has anyone else ran into this? debug: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: Executing 'diff -u /var/tmp/facts.yaml /tmp/puppet-file20121214-13448-933j3r-0' notice: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: --- /var/tmp/facts.yaml 2012-12-14 00:53:20.0

[Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2012-12-13 Thread Zane Williamson
Running Ruby 1.8.7... I believe this issue started when I upgraded from 1.8.5, but I am not 100% positive. On Thursday, December 13, 2012 5:06:54 PM UTC-8, Zane Williamson wrote: > > Has anyone else ran into this? > > debug: /Stage[main]/Mcollective/File[/var/tmp/facts.y

[Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2012-12-13 Thread Zane Williamson
op for the fact file format) seems to stop to_yaml from adding spaces. On Thursday, December 13, 2012 5:06:54 PM UTC-8, Zane Williamson wrote: > > Has anyone else ran into this? > > debug: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: > Executing 'diff -u /var/tm

[Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2012-12-13 Thread Zane Williamson
ecember 13, 2012 5:06:54 PM UTC-8, Zane Williamson wrote: > > Has anyone else ran into this? > > debug: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: > Executing 'diff -u /var/tmp/facts.yaml > /tmp/puppet-file20121214-13448-933j3r-0' > notice: /Stage[m

[Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2012-12-17 Thread Zane Williamson
Thank you for the recommendations. I am going to give them a try and see how they work out in production. Thanks! Zane On Thursday, December 13, 2012 5:06:54 PM UTC-8, Zane Williamson wrote: > > Has anyone else ran into this? > > debug: /Stage[main]/Mcollective/File[/var/tm

[Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2013-02-14 Thread Zane Williamson
Excellent, the erb template method is working great. Thank you for the information. On Thursday, December 13, 2012 5:06:54 PM UTC-8, Zane Williamson wrote: > > Has anyone else ran into this? > > debug: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: > Executing &#

[Puppet Users] PuppetDB http web interface user access

2013-03-12 Thread Zane Williamson
Hi All, Has anyone figured out a nice way to restrict user access to puppetdb's http web interface? Such as a .htaccess method or something similar? I would prefer something along those lines instead of setting up firewall rules. -Zane -- You received this message because you are subscribed

Re: [Puppet Users] PuppetDB http web interface user access

2013-03-12 Thread Zane Williamson
c > AuthName "Restricted Files" > AuthBasicProvider file > AuthUserFile /etc/httpd/basic.pwd > Require user ken > > > > This is at least a start anyway. More custom redirections and handling > can be rolled obviously. > > ken. > > On

Re: [Puppet Users] PuppetDB http web interface user access

2013-03-12 Thread Zane Williamson
obvious, but in this case ProxyPass > works well enough. Looks like you're using Debian, do you have to use > a2enmod perhaps to get RewriteRule to work? > > Either way thanks for sharing the config that works for you. > > ken. > > On Tue, Mar 12, 2013 at 9:11 PM, Zane Wi

Re: [Puppet Users] puppet on Xen Server

2013-04-05 Thread Zane Williamson
Looks like I got it to install, but curious where the configuration information for puppet agent lives when installing it via ruby gems. Could you point me in the right direction? On Thursday, August 9, 2012 2:23:09 PM UTC-7, vioilly wrote: > > ok.. so (roughly) here's what I did to get the pu

Re: [Puppet Users] puppet on Xen Server

2013-04-06 Thread Zane Williamson
he config files set up > for you. You need to place a config in /etc/puppet/puppet.conf to control > the binary. Also create an init script in /etc/init.d/puppet for the start > stop restart. > > Just out of curiosity are you using Citrix Xenserver or opensource xen? > > > 201

[Puppet Users] SSL Certificate expiration on Load Balancer

2013-10-08 Thread Zane Williamson
Greetings, I am not sure what the best steps are to replace an SSL ceritificate that has expired on the load balancer that the puppet agents use. setup: agent ---> loadbalancer w/ SSL Cert port 8140 ---> 2 master systems with shared SSL directory on nfs. Here is what the puppet.conf looks l

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
The "!" mark is breaking the parsing method. Appears to be related to https://github.com/puppetlabs/puppetlabs-firewall/pull/267 and https://github.com/puppetlabs/puppetlabs-firewall/issues/141 On Monday, December 30, 2013 11:19:04 PM UTC-8, Zane Williamson wrote: > > All of