[Puppet Users] Package install from a URL

2012-09-03 Thread matonb
puppet-server 2.7.19 on CentOS 6.3 x64 I have the follow very bsaic class, which I would expect to install the package if it's not already present on the system: class yum::repos::puppetlabs { package { 'puppetlabs-release': ensure = installed, source =

[Puppet Users] Passenger Problems

2012-08-31 Thread matonb
I'm having trouble getting puppetmaster to use passenger, it appears to be releated SSL selfsigned certificates but I could be barking up the wrong tree... Puppet Master is hosted on a CentOS 6.0 32bit machine # yum list installed | grep puppet facter.i3861:1.6.11-1.el6

[Puppet Users] Re: Passenger Problems

2012-08-31 Thread matonb
It turns out that for me at least this problem was caused by using the directory /etc/puppet/rack/ as the document root. Creating the directory puppetmasterd and moving everything to down a level to /etc/puppet/rack/puppetmasterd (paths updated in apache config of course), everything

[Puppet Users] Re: plusignment syntax?

2012-07-20 Thread matonb
This does work though: class php::params { case $osmajor { '5': { $phpService = 'php53' $Modules = [ 'php-pecl-memcache', ] } default: { $phpService = 'php' $Modules = [

Re: [Puppet Users] virtual resources spaceship syntax

2012-06-29 Thread matonb
Thanks for looking Henk, I think my email client replaced == with =, it is using the comparison op in the actual code On Friday, 29 June 2012 16:07:55 UTC+1, (unknown) wrote: Hi, On Fri, 29 Jun 2012 15:36:35 +0100 Brett Maton brett.ma...@googlemail.com wrote: I'm probably

[Puppet Users] Re: puppetrun failing with Error 403?

2010-09-10 Thread matonb
or others? I got the same error and didn't know how to resolve yet. Thanks and expect your reply! On Aug 24, 6:10 pm, matonb brett.ma...@googlemail.com wrote: Hi Patrick,   I figured it out by adding --verbose when starting the client listener.  Turns out I had to add the puppetmaster

[Puppet Users] Change date format in puppet-dashboard

2010-08-27 Thread matonb
Is it possible to change the format of the date in puppet-dashboard, from the American style to the format the rest of the world uses? -- 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] Re: puppetrun failing with Error 403?

2010-08-24 Thread matonb
Sigh, Still a no-go. I tried adding a [kick] section to namespaceauth.conf and then with one in puppet.conf. Niether worked, still getting the 403 forbidden message On Aug 23, 8:05 pm, matonb brett.ma...@googlemail.com wrote: I'll give it ago in the morning, fingers crossed

[Puppet Users] Re: puppetrun failing with Error 403?

2010-08-24 Thread matonb
-agent[6724]: Forbidden request: my_fqdn_puppetmaster(192.168.x.x) access to /run/my_fqdn_host [save] authenticated at line 93 just checked /etc/puppet/namespaceauth.conf on the client node which now only contains: [puppetrunner] allow * [kick] allow * On Aug 24, 9:28 am, matonb brett.ma

[Puppet Users] Re: puppetrun failing with Error 403?

2010-08-24 Thread matonb
24, 9:37 am, matonb brett.ma...@googlemail.com wrote: Error messages have changed slightly (not sure when though) I didn't notice the Denying access before: Aug 24 09:31:26 puppet-agent[6724]: Denying access: Forbidden request: my_fqdn_puppetmaster(192.168.x.x) access to /run/my_fqdn_host [save

[Puppet Users] Re: puppetrun failing with Error 403?

2010-08-23 Thread matonb
Didn't help unfortunaltely. Still getting the same error(s)! On Aug 20, 4:07 pm, Patrick kc7...@gmail.com wrote: On Aug 20, 2010, at 6:05 AM, matonb wrote: I'm trying to push client configurations from the puppetmaster instead of having scheduled runs on each client. I think puppetrun

[Puppet Users] Re: puppetrun failing with Error 403?

2010-08-23 Thread matonb
version is your client? What version is your server? Make sure you're running puppetrun as root. Make sure that running puppetd --test --verbose as root on the client actually works. On Aug 23, 2010, at 12:53 AM, matonb wrote: Didn't help unfortunaltely.  Still getting the same error(s

[Puppet Users] Re: puppetrun failing with Error 403?

2010-08-23 Thread matonb
I'll give it ago in the morning, fingers crossed :-) On Aug 23, 5:26 pm, Patrick kc7...@gmail.com wrote: On Aug 23, 2010, at 2:10 AM, matonb wrote: Hi Patrick,  The client and server are both version 2.6.0  I am running puppetrun as root on the puppet master server.  And yes, a test

[Puppet Users] puppetrun failing with Error 403?

2010-08-20 Thread matonb
I'm trying to push client configurations from the puppetmaster instead of having scheduled runs on each client. I think puppetrun is what I'm after but I can't get it to work! On the client node # cat namespaceauth.conf [puppetrunner] allow my_fqdn_puppetmaster [puppetbucket] allow

[Puppet Users] Using date in site.pp

2010-08-17 Thread matonb
Is it possible to use a date variable in /etc/puppet/ manifests.site.pp? I would like to put it in File { backup = @@.date format@@ } -- 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] Re: Using date in site.pp

2010-08-17 Thread matonb
Thanks for the pointer Rob, the link on the page you referenced for the templating docs (http://docs.puppetlabs.com/trac/puppet/wiki/ PuppetTemplating) is unfortuantely broken! On Aug 17, 1:16 pm, Rob McBroom mailingli...@skurfer.com wrote: On Aug 17, 2010, at 5:07 AM, matonb wrote

[Puppet Users] Re: Push changes to clients

2010-08-13 Thread matonb
Is there a puppet.conf equivalent to --no-client ? All the nodes are RHEL and will use the puppet service (init script). I'd rather not tweak that if possible. Thanks. On Aug 13, 11:38 am, Craig Dunn li...@codenation.net wrote: On Fri, Aug 13, 2010 at 10:05 AM, ScubaDude