Re: [Puppet Users] puppet exec is not working

2016-03-01 Thread Vladislav Rusanov
Hi! Just add backslash before $: >> exec { "file_system_cleanup": >> command => "touch /root/file_system_cleanup.log", >> path=> '/bin/:/sbin/:/usr/bin/:/usr/sbin', >> onlyif => "test `df -h / | tail -1 | awk '{print \$5}' | >> sed 's/%//g'` -g

Re: [Puppet Users] Force Fact within manifest

2016-03-01 Thread jcbollinger
On Monday, February 29, 2016 at 1:24:44 PM UTC-6, JS wrote: > > Im going to second this guy. > Which guy? The OP? > I believe puppet should ALWAYS collect facts after it is done. > That's not what anyone else in this necro'd thread said back in its previous life, so exactly what and wh

Re: [Puppet Users] SSL Error when connecting agent to master

2016-03-01 Thread cmiller76
The link you posted worked. I had to go into the ssl.rb file of my ruby package (2.1.7) and change ssl_version to TSLv1. (Note this is slight different then what attached post suggests, as just changing it to sslv3 still did not work.) Thanks again for your help! On Wednesday, February 17, 201

[Puppet Users] Puppet Explorer help

2016-03-01 Thread Dale Mcswain
I am running puppet 4 and puppetdb 3.2 on Redhat 7. Following the instructions for puppet Explorer I ran: puppet module install spotify-puppetexplorer Now how do I access puppet explorer? localhost:? Yes I am new to puppet. Thanks Dale -- You received this message because you are subscribed

Re: [Puppet Users] Force Fact within manifest

2016-03-01 Thread JS
> > Which guy? The OP? Yep, OP, per the rest of the post. That's not what anyone else in this necro'd thread said back in its > previous life, so exactly what and who are you agreeing with? Yes, it was actually this necro'd threads main point of emphasis, including subject, introduction, mid

Re: [Puppet Users] Puppet Explorer help

2016-03-01 Thread Ruben Laban
Hi Dale, On 1-3-2016 16:38, Dale Mcswain wrote: I am running puppet 4 and puppetdb 3.2 on Redhat 7. Following the instructions for puppet Explorer I ran: puppet module install spotify-puppetexplorer Next step would be something like: node 'node.name' { class { 'puppetexplorer': } } This w

Re: [Puppet Users] Help needed : Upgrade pf weblogic 12.1.3 to 12.2.1

2016-03-01 Thread warron.french
Try a: puppet module search weblogic I am a novice myself, but if your puppet master has Internet access it might help. I don't know for sure. On Feb 29, 2016 11:32 AM, "Sumit Gupta" wrote: > Hi All, > > I am new to puppet and recently installed a weblogic domain 12.1.3. Now my > company's requ