[Puppet Users] Re: templates on puppetmaster, shipped via scp to clients

2011-05-17 Thread Judd Maltin
Long delay in replying - how would I get the facter facts to the puppet master in order to process the erb? Any cool node classifier i might use? Scp a yaml file from the node to the puppet master? How would I process the yaml file and the erb once there? Any tools for that? Thanks for the sug

[Puppet Users] Re: templates on puppetmaster, shipped via scp to clients

2011-05-04 Thread Judd Maltin
Thanks Russell and Felix! That makes plenty of sense - the puppet client can do all the manifest and template processing that puppetmaster can do, plus it has access to facter facts. On May 4, 6:31 am, Russell Howe wrote: > > Subject: [Puppet Users] templates on puppetmaster, shipped > > via scp

[Puppet Users] templates on puppetmaster, shipped via scp to clients

2011-05-03 Thread Judd Maltin
Hi folks, I can't run puppet client on my nodes. I want to fake facter info to process templates and ship them via scp to my nodes. Is it possible? Strategies? This work will be utilized later in a proper Puppet setup, as the ports will open up and I will be able to run the puppet client from t

[Puppet Users] File resource type: critical chmod security issue

2009-07-27 Thread Judd Maltin
This code: file { '/tmp/default': ensure => directory, mode => '666' } produces: r...@blah# ls -la /tmp/default/ total 16 drwxrwxrwx 2 root root 4096 2009-07-27 16:21 . That is a major security issue. I cannot recommend Puppet to my clients if I get different results on my f