Hey, Mohamed. Nan's got a good suggestion; I' Alternately, you could
do this:

node default {
    include $perhost_module
    # Do nothing else.
}

class some_host_module {
    $auth_aaa = "something"
    $other_variable = "something"
    include class_that_includes_everything
}

class class_that_includes_everything {
    include gu_common
    include gu_auth
    # ...Everything else that used to happen in node default
}

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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