Re: [Puppet Users] ssh::auth and other ways of managing ssh keys

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Ashley Gould wrote: > > I've created a puppet-sshauth repo on github: > https://github.com/ashleygould/puppet-sshauth > > I would very much like to work with others on perfecting this > module. Management of keypairs is really useful. 2 improvements I > imagine are using h

[Puppet Users] Including some resources only some of the time

2013-01-15 Thread nicolas vigier
Hello, I am using puppet on some servers to do various different things, running puppet from crontab every 15 minutes, which is doing all the various tasks every 15 minutes. However some of the tasks are very resource intensive, but they wouldn't need to be done so often, they could be done once a

Re: [Puppet Users] Including some resources only some of the time

2013-01-15 Thread nicolas vigier
On Tue, 15 Jan 2013, Brian Mathis wrote: > I haven't used them yet myself, but I think you might want to use a schedule: >http://docs.puppetlabs.com/references/latest/type.html#schedule This seems to be exactly what I was looking for. Thanks ! -- You received this message because you are su

Re: [Puppet Users] how to add an evironment variable to puppet agent execution?

2013-01-16 Thread nicolas vigier
On Wed, 16 Jan 2013, Luca Gioppo wrote: > > How is possible in a easy and working way to set env vars with puppet in a > way that get known to following steps? You can set environment variables for an exec using the environment parameter : http://docs.puppetlabs.com/references/latest/type.html