Re: [Puppet Users] New to puppet and recieving mcollective error

2013-12-15 Thread Nan Liu
On Fri, Dec 13, 2013 at 2:05 PM, Alan Renouf wrote: > Im new to puppet and installed it in my home lab to mess with, when i > installed it i used the hostname rather than FQDN so went back and changed > puppet and reran the certificate tool to regenerate the certificates etc, > the agent works fi

[Puppet Users] Projects.puppetlabs.com undergoing maintenance at 9PM PST

2013-12-15 Thread Matt Kirby
Hello, We will be performing maintenance on Puppet Labs redmine at projects.puppetlabs.com starting at 9PM PST. During this time redmine will be unavailable. Estimated downtime for maintenance is one hour after which all redmine projects will be read-only in favor of tickets.puppetlabs.com , ou

[Puppet Users] Re: New to puppet and recieving mcollective error

2013-12-15 Thread Alan Renouf
It was a VM so i just went back to the OS snapshot and re-installed puppet and made sure i used the FQDN, all working fine now. On Friday, December 13, 2013 2:05:12 PM UTC-8, Alan Renouf wrote: > > Im new to puppet and installed it in my home lab to mess with, when i > installed it i used the ho

Re: [Puppet Users] get a *structured* version of the puppet agent output

2013-12-15 Thread Charlie Sharpsteen
On Friday, December 13, 2013 2:43:41 PM UTC-8, David Portabella wrote: > is there a way to get the list of resources created when using a puppet > apply (instead of puppet agent)? > > the point is that we need this when refactoring puppet modules, in order > to test the modules in a vagrant m

Re: [Puppet Users] Re: puppet apply manifest command line parameters

2013-12-15 Thread Felix Frank
Custom facts is a good keyword, and you can get the same effect easier: FACTER_param1=foo FACTER_param2=bar puppet apply /my/manifest.pp The "facts" $::param1 and $::param2 will be available to puppet. Note that it is likely preferable to write an actual bash script instead of a puppet manifest

[Puppet Users] Re: Template change - not applying

2013-12-15 Thread Steven Jonthen
Ok I solved the problem. Thx. Am Sonntag, 15. Dezember 2013 15:23:04 UTC+1 schrieb Steven Jonthen: > > Hi guys, > > I'm using Puppet 3.3.1 and have the following problem: > When I change the values of variables which are used by my > Puppet-template, then the change is applied by Puppet. But whe

[Puppet Users] Template change - not applying

2013-12-15 Thread Steven Jonthen
Hi guys, I'm using Puppet 3.3.1 and have the following problem: When I change the values of variables which are used by my Puppet-template, then the change is applied by Puppet. But when I change any static thing (text) within the template, the changes are not applied by puppet. Can anyone te

Re: [Puppet Users] Cannot see Inventory in Dashboard & failed to use facer variable in manifest

2013-12-15 Thread shlo . afgin
Hi, For installing Dashboard, I follow the instruction in: http://docs.puppetlabs.com/dashboard/manual/1.2/index.html In section 'Serving Dashboard With Passenger and Apache' I use the default port 80. I tried to change it to port 3000, but all the Dashboard stop working. I search the fi