Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Dayton Jones
> > *From:* Dayton Jones > > *Sent:* 15 Dec 2015 1:02 pm > *To:* Puppet Users > *Subject:* Re: [Puppet Users] Logging output of a long running exec > > Does that show the output during the puppet run though? I "need" to have > the output of the script show up

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Steve Traylen
In this case the screen session stays forever and you can connect to it later to see the output. That may or may not be useful to you of course --- Steve Traylen From: Dayton Jones Sent: 15 Dec 2015 1:02 pm To: Puppet Users Subject: Re: [Puppet Users] Logging output of a long running exec

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Dayton Jones
;/usr/local/sbin'], } > Sent from Nine <http://www.9folders.com/> > > *From:* Dayton Jones > > *Sent:* 11 Dec 2015 9:45 pm > *To:* Puppet Users > *Subject:* [Puppet Users] Logging output of a long running exec > > I have a legacy "provisioning" script th

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Steve Traylen
l} | grep -qv ${src_vol}", path => ['/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/', '/usr/local/bin', '/usr/local/sbin'], } Sent from Nine<http://www.9folders.com/> From: Dayton Jones Sent: 11 Dec 2015 9:45 pm To: Puppet U

[Puppet Users] Logging output of a long running exec

2015-12-11 Thread Dayton Jones
I have a legacy "provisioning" script that I'm calling with puppet on brand new machines (I'm slowly taking the functionality out of the script and into puppet, but for reasons I can't do a full replacement yet) I'd like to log the output of the provisioning and have included "logoutput" to the