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
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
>
> 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
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
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
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
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