On 12/13/2011 02:40 PM, Daniel Pittman wrote:
On Tue, Dec 13, 2011 at 05:11, Dan White wrote:
I am dealing with SSL certificates for secure rsyslog that need to be created
on each machine and then collected onto the logging server.
Getting a file from puppetmaster to client is trivial, but ho
On 12/07/2011 06:01 PM, Christian G. Warden wrote:
On Wed, Dec 07, 2011 at 01:36:13PM -0800, jcbollinger wrote:
On Dec 6, 4:12 pm, "Christian G. Warden" wrote:
On Tue, Dec 06, 2011 at 01:38:38PM -0800, Nan Liu wrote:
On Tue, Dec 6, 2011 at 12:27 PM, Christian G. Warden wrote:
Do explicit cl
On 12/03/2011 04:30 PM, Jeff Sussna wrote:
I am considering installing a Puppet agent on a legacy server running
an old, crappy, slow, leaky, yet important Java app. Nervous about
introducing anything that might (further) destabilize the app. What
are people's experiences with Puppet in terms of
On 11/30/2011 11:01 AM, Ted wrote:
I'm trying to call puppet from a bash script and whilst it works, it
causes my script to end prematurely.
#!/bin/bash
...
function runPuppetLocally()
{
echo "...running Puppet locally"
exec puppet agent --test
echo "Puppet complete"
}
runPuppet
On 12/01/2011 08:01 AM, Alexander Swen wrote:
Hi,
I am trying to convince aptitude update to run only when a file
changes in /etc/apt/sources.list.d:
[...]
however, when I run this on a target system, puppet generates
the .list file in /etc/apt/sources.list.d but forgets to schedule a
run of apt
On 11/28/2011 05:07 PM, Boudewijn Ector ICT wrote:
Op 28/11/2011 18:21, Phillip Frost schreef:
On Nov 28, 2011, at 9:45 AM, Boudewijn Ector wrote:
They're creating a mysql::server class.
How should I incorporate it in the sql.foo.nl node aforementioned?
We've put the class in /etc/puppet/modu
On 11/21/2011 01:30 AM, Douglas Garstang wrote:
Grrr. I have the exec{} below in my puppet module. How do I escape the
\ characters? I've tried every possible combination I can think of.
I've used one, I've used two, and I've used THREE \.
exec {
'oracle-extract-part':
comm