Re: [Puppet Users] extending puppet without hacking puppet

2011-05-09 Thread saurabh verma
On 09-May-2011, at 6:33 PM, Martijn Grendelman wrote: > On 09-05-11 14:29, Jeff wrote: >> Is it possible to extend 'package' without actually hacking the puppet >> code. I'd like to do this: >> >> package { "httpd": >> name=> "httpd", >> ensure => "present", >> check => "newer", >> } >

Re: [Puppet Users] extending puppet without hacking puppet

2011-05-09 Thread Martijn Grendelman
On 09-05-11 14:29, Jeff wrote: > Is it possible to extend 'package' without actually hacking the puppet > code. I'd like to do this: > > package { "httpd": > name=> "httpd", > ensure => "present", > check => "newer", > } > > My goal is this. For every package I have in puppet, I'd li