Re: [Puppet Users] tidy -- ignoring sockets?

2010-03-14 Thread Alan Sparks
Luke Kanies wrote: > On Feb 26, 2010, at 12:07 PM, Alan Sparks wrote: >> >> Since tidy does not have a parameter for directories or files to ignore, >> and there's no option to specify the types of files to consider, is >> there any way short of hacking the code to eliminate these errors? > > I don

Re: [Puppet Users] disable ssl

2010-03-14 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you front Puppet with Apache per the Mongrel instructions and set the SSLCipherSuite to 'NULL' in Apache, then it will turn off all encryption. Trevor On 03/12/2010 05:57 PM, Dan Bode wrote: > > > On Fri, Mar 12, 2010 at 2:53 PM, Christopher Joh

Re: [Puppet Users] tidy -- ignoring sockets?

2010-03-14 Thread Luke Schierer
On Mar 14, 2010, at 18:37 EDT, Luke Kanies wrote: > On Feb 26, 2010, at 12:07 PM, Alan Sparks wrote: > >> I've a tidy resource for /tmp under 0.24.8, which throws errors each run >> due to a socket file created by xfs under /tmp/.font-unix/. It's >> relatively harmless, but it fills the logs wi

Re: [Puppet Users] tidy -- ignoring sockets?

2010-03-14 Thread Luke Kanies
On Feb 26, 2010, at 12:07 PM, Alan Sparks wrote: I've a tidy resource for /tmp under 0.24.8, which throws errors each run due to a socket file created by xfs under /tmp/.font-unix/. It's relatively harmless, but it fills the logs with error messages... /var/log/messages.4:Jan 31 04:01:34 vm0

Re: [Puppet Users] push file once

2010-03-14 Thread Peter Meier
Zitat von janfrode : Is there any way to have puppet push an initial configuration file, and then let local admins modify it without it being overwritten by subsequent puppet runs ? have a look at the replace option of the file resource: http://docs.reductivelabs.com/references/stable/type.

[Puppet Users]

2010-03-14 Thread Peter Meier
-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at

Re: [Puppet Users] disable ssl

2010-03-14 Thread Nigel Kersten
On Sat, Mar 13, 2010 at 11:33 AM, Christopher Johnston wrote: > No I am not using environments with this setup, curious on how that would > make a difference if the module base is identical for all of my production > hosts. This probably explains it better. http://projects.reductivelabs.com/issu

[Puppet Users] push file once

2010-03-14 Thread janfrode
Is there any way to have puppet push an initial configuration file, and then let local admins modify it without it being overwritten by subsequent puppet runs ? Two examples: Push-if-not-existing: - I want to push a default /etc/httpd/conf.d/00-local-defaults.conf , bu

Re: [Puppet Users] Managing known_hosts

2010-03-14 Thread Oliver Schad
Am Sunday 14 March 2010 schrieb mir Peter Meier: > collecting exported resources. > > You find more about that here: > http://projects.reductivelabs.com/projects/puppet/wiki/Exported_Resourc > es > > > It es very powerful if you want to distribute "configurations" related > to one host to anothe

Re: [Puppet Users] Managing known_hosts

2010-03-14 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi >> # Collect ssh keys and add them to /etc/ssh/ssh_known_hosts >> case $sshrsakey { >> '': { alert("No sshrsakey found for $fqdn") } >> default: { >> @@sshkey { $fqdn: > ^^ exporting resources >> alias => [$host

Re: [Puppet Users] Managing known_hosts

2010-03-14 Thread Oliver Schad
Am Saturday 13 March 2010 schrieb mir Todd Zullinger: > # Collect ssh keys and add them to /etc/ssh/ssh_known_hosts > case $sshrsakey { > '': { alert("No sshrsakey found for $fqdn") } > default: { > @@sshkey { $fqdn: ^^ > alias => [$hostname, $ipaddress], >

[Puppet Users] Puppet Wiki Migrated from Trac to Redmine

2010-03-14 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This weekend we performed cut-over from the existing Puppet Trac wiki to Redmine. This involved moving all the existing wiki pages from Trac, converting them to Markdown and importing them into Redmine. You can find the new wiki at: http://projects.