Re: [Puppet-dev] Re: Facter ec2 facts, should they be redone with describe sdk methods

2015-04-18 Thread Peter Foley
Hi Phil, New custom facts can be distributed as Puppet modules. See > https://docs.puppetlabs.com/guides/plugins_in_modules.html > . > > If you

[Puppet-dev] Re: Puppet PR Triage for 2015-03-11 starting soon

2015-03-12 Thread Peter Foley
Hi Melissa, Thank you very much for posting the triage videos and notes I find them very useful to hear first hand thoughts on various PR's. If it hasn't already been suggested and rejected before I think a useful addition might be to keep a stop watch running during the recording and include

Re: [Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-03-04 Thread Peter Foley
uilding your own > simple type in a module. Have you looked into available modules such as > > https://forge.puppetlabs.com/branan/s3file > > Having the support in the core file type is mainly useful if you expect > to require regular checksum based probes for upstream chang

[Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-01-22 Thread Peter Foley
Hi, I am looking for some guidance on how easy it might be to add a new source type to the File puppet type in the puppet code base. Essentially it would work something like: node 'aws-ec2-instance' { file { "/etc/puppet/secure/keys/private_key.pkcs7.pem": owner => puppet, group =>