Re: [Puppet Users] overriding packages in subclasses

2011-03-02 Thread Daniel Piddock
On 02/03/11 04:31, russell.fulton wrote: > I am having a fight with a postgressql nodule: > > It defines: > > class postgresql::base { > > > package {"postgresql": > ensure => present, > notify => undef, > } > ... > > and later we have a class that inherits the base class: > > class

[Puppet Users] overriding packages in subclasses

2011-03-01 Thread russell.fulton
I am having a fight with a postgressql nodule: It defines: class postgresql::base { package {"postgresql": ensure => present, notify => undef, } ... and later we have a class that inherits the base class: class postgresql::rhe::v8-4 inherits postgresql::base { $data_dir = $