Something that I have been confused about for a while.

If I have:

/etc/puppet/modules/foo/manifests/bar.pp:
class foo::bar {
    File {
        backup => false
    }
}

/etc/puppet/manifests/site.pp:
File { backup => true }

.... which one takes precedence in this situation? What about when an
include or an inherit is used instead?

Doug.

-- 
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