In regard to: Re: [Puppet Users] advice on module/class refactoring for...:
Note the define for config() within the init.pp for ldconfig. That's now
out of favor. Moving that define into it's own file in
modules/ldconfig/manifests/config.pp is straightforward, but it leaves
me with questions a
On Thu, May 24, 2012 at 1:53 PM, Tim Mooney wrote:
>
> All-
>
> We have several modules that have defines within them that the style guide
> (sections 11.1 & 11.4) and puppet-lint suggest should be in their own
> file. I'm working on fixing them and have a question about how things
> should be re