On 5 July 2010 16:27, Patrick Mohr <kc7...@gmail.com> 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 puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to