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.
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
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
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
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
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
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
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}"
- "%
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