[Puppet Users] Re: BROKEN PUPPETDB

2016-07-01 Thread Stefan Heijmans
On Friday, July 1, 2016 at 12:04:19 AM UTC+2, Virat wrote: > > var/log/puppetlabs/puppetdb/puppetdb.log > > > 2016-06-30 17:13:54,781 ERROR [p.p.s.storage] > * > * PostgreSQL DB versions older than 9.4 are no longer supported. Please > upgrade Postgres and restart PuppetDB.

[Puppet Users] Struggling with setting up a Manageable Puppet Infrastructure?

2016-07-01 Thread Ger Apeldoorn
Hi all! I see people struggle with their Puppet setups over and over again. It doesn’t fit right, makes it hard for people to work together and changes are risky and complicated. The smallest change might be the one that makes your servers keel over. I have found that there is a sound infrastr

[Puppet Users] Re: EAR application deploy in Local Weblogic

2016-07-01 Thread bert hajee
When you apply the manifest with --debug, you get more information what is happening. On Thursday, 23 June 2016 18:35:49 UTC+2, Mauro Fiorin Jr wrote: > > I'm trying to deploy an EAR on a existing > domain: /servers/Oracle/Middleware/user_projects/domains/MyApp > > I have Weblogic Server config

Re: [Puppet Users] Re: Augtool installation

2016-07-01 Thread Shrawan Bhagwat
Hi David, Thanks for you response :) I have had downloaded puppet agent following that guide. but still i am getting the same error. I have installed ruby-augeas using tar file available on augeas site. I am using augeas-1.5.0 while in logs i am getting following: Debug: Augeas[host_file](prov

Re: [Puppet Users] Hiera question

2016-07-01 Thread Henrik Lindberg
On 01/07/16 06:20, Alex Samad wrote: Hi I have in my common.yaml --- classes: - ssh How do I say if the OS is linux then add that class ? I think it is best if you try to read the documentation and look at tutorials. This very first step is clearly shown there. - henrik Thanks Alex

[Puppet Users] Re: Struggling with setting up a Manageable Puppet Infrastructure?

2016-07-01 Thread Eric Sorenson
Awesome, Ger! Your talks and blog posts are always great and the puppet infra you recommend is very clean. Best wishes for your class. --eric0 On Friday, July 1, 2016 at 3:42:18 AM UTC-7, Ger Apeldoorn wrote: > > Hi all! > > I see people struggle with their Puppet setups over and over again. It

Re: [Puppet Users] Hiera question

2016-07-01 Thread Alex Samad
Hi Thanks for replying But I have been looking not saying it's not there but a quick URL to start with might be helpful. There is lots of doco. I've done the learning vm twice but it didn't answer the questions I'm looking Found this which seems to have all the answers for now http://www.slashr

Re: [Puppet Users] Hiera question

2016-07-01 Thread Alex Samad
Okay I have progressed further with the help of the blog my hiera.yaml looks like this --- :backends: - yaml # Hierarchy # First takes precedence ??? I think :hierarchy: # node specific - "nodes/%{::trusted.certname}" # OS specific #- "environment/%{server_facts.environment}" - "%

Re: [Puppet Users] Working with hiera and debugging

2016-07-01 Thread Alex Samad
Incase somebody googles to here i found this puppet apply --certname= -e "notice(hiera('classes'))" --noop --verbose This shows me what the puppet master is giving as classes for a specific node based on certname. also hiera -d classes ::osfamily=RedHat environment=production ::tr