On 5 July 2010 16:27, Patrick Mohr <[email protected]> wrote:

> I usually put some of the really small classes in init.pp.  For instance,
> do you put your packages classes in their own file?
>
> class apache::package {
> package { apache2: ensure => present }
> }
>
> Would you put this in it's own file?
>

Yeah. I uniformly split all classes and definitions into their own files,
big or small.

I wouldn't typically put that snippet into it's own class - but that's
probably another topic.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to