Re: [Puppet Users] Logging Exec

2010-04-24 Thread Patrick
On Apr 24, 2010, at 3:26 AM, Christian Kauhaus wrote: > Am 24.04.2010 01:02, schrieb Douglas Garstang: >> I need to pass sensitive options, ie passwords, on the command line, >> and don't want them to appear in log files. > > I think doing so is generally a bad idea. Command line arguments are >

Re: [Puppet Users] Logging Exec

2010-04-24 Thread Christian Kauhaus
Am 24.04.2010 01:02, schrieb Douglas Garstang: > I need to pass sensitive options, ie passwords, on the command line, > and don't want them to appear in log files. I think doing so is generally a bad idea. Command line arguments are world-readable from the process list. Better put the sensitive pa

Re: [Puppet Users] Logging Exec

2010-04-23 Thread Daniel Pittman
Avi Miller writes: > Douglas Garstang wrote: > >> I need to pass sensitive options, ie passwords, on the command line, >> and don't want them to appear in log files. > > I work around this by storing passwords in scripts distributed by File{} > resources that are mode 400 to root and then Exec'ing

Re: [Puppet Users] Logging Exec

2010-04-23 Thread Avi Miller
Hey Douglas, Douglas Garstang wrote: I need to pass sensitive options, ie passwords, on the command line, and don't want them to appear in log files. I work around this by storing passwords in scripts distributed by File{} resources that are mode 400 to root and then Exec'ing the script. That

Re: [Puppet Users] Logging Exec

2010-04-23 Thread Nigel Kersten
On Fri, Apr 23, 2010 at 4:02 PM, Douglas Garstang wrote: > Is there a way to stop puppetd from logging the command line arguments > passed to an Exec() ? > > I need to pass sensitive options, ie passwords, on the command line, > and don't want them to appear in log files. > You know they'll still

Re: [Puppet Users] Logging Exec

2010-04-23 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/24/2010 01:02 AM, Douglas Garstang wrote: > Is there a way to stop puppetd from logging the command line arguments > passed to an Exec() ? > > I need to pass sensitive options, ie passwords, on the command line, > and don't want them to appear i

[Puppet Users] Logging Exec

2010-04-23 Thread Douglas Garstang
Is there a way to stop puppetd from logging the command line arguments passed to an Exec() ? I need to pass sensitive options, ie passwords, on the command line, and don't want them to appear in log files. Doug. -- You received this message because you are subscribed to the Google Groups "Pupp