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",
>> }
>
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