[Puppet Users] same hiera data across multiple profiles

2017-06-12 Thread Christopher Wood
How do you typically organize your data lookups when you want to use the same hiera data across multiple profiles, themselves possibly used across multiple roles? A cut down example with fake names: class role::mailserver { include ::profile::http include ::profile::smtp } class role::webs

Re: [Puppet Users] Puppet agent installation error.

2017-06-12 Thread Danish Siddiqui
As Joshua suggests you need to claasify the agent. Follow what he has written. Check out quick installation guide for puppet. On Jun 12, 2017 4:01 PM, "Joshua Schaeffer" wrote: > >1. Log into your console. >2. Go to Nodes -> Classifications -> PE Master. >3. Under the PE Master class

Re: [Puppet Users] Puppet agent installation error.

2017-06-12 Thread Joshua Schaeffer
1. Log into your console. 2. Go to Nodes -> Classifications -> PE Master. 3. Under the PE Master classification click on the Classes tab. 4. Add the pe_repo::platform::el_7_x86_64 class to the classification. 5. Run puppet on the Puppetserver.

[Puppet Users] Re: running puppet apply during kickstart preseed in ubuntu

2017-06-12 Thread Free4All User
Hello Peter, Puppet is getting installed in the %post section of the ks.cfg file the whole procedure is running til the end - but after i login into ubuntu, nothing of the packages from the install.pp file is on the system. what would be the $PATH (target system?) to enter this and if so where i

[Puppet Users] Re: Puppet 'replace_facts'command for $HOST failed during submission to PuppetDB: [400 ] Unsupported query parameter 'producer-timestamp'

2017-06-12 Thread Bhanu Ganguru
Thanks Russell, That's it both versions are not matched Bhanu On Wednesday, June 7, 2017 at 11:37:26 AM UTC-4, Russell Mull wrote: > > > > On Tuesday, June 6, 2017 at 10:04:51 AM UTC-7, bhan...@gmail.com wrote: >> >> Hi, >> >> Any one saw this error before? >> >> there are a lot of messages like

[Puppet Users] Re: running puppet apply during kickstart preseed in ubuntu

2017-06-12 Thread Peter Faller
A few questions ... : - does your kickstart successfully install the Puppet agent package? - are you running 'puppet apply' with the correct $PATH (or with a full path to the puppet executable)? - what errors are reported by your %post script? On Monday, 12 June 2017 14:55:45 UTC+2, Free4All User

[Puppet Users] running puppet apply during kickstart preseed in ubuntu

2017-06-12 Thread Free4All User
Hello, I have a very annoying problem. I have created an automated ubuntu installation (preseed method) incl. kickstart config. After the basic installation is done, i would like to apply a small file puppet apply install.pp I tried this in the post section, but it did not help. Any sugestion