On 06/19/2014 02:12 PM, Stefan Heijmans wrote:
> class oracle_t {
>   include install, sysctl
> }

FWIW, I consider this bad form.

You should qualify your class names, even if you include inside the same
module.

include oracle_t::install
include oracle_t::sysctl

It's not much more to type, and is actually more readable/maintainable
(arguably, I guess).

Without the qualification, 'sysctl' could as well be the inital class in
a sysctl module.

This might even be among the reasons for your problem, although I
wouldn't put any money on those odds.

Regards,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53C83CD5.9070500%40Alumni.TU-Berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to