> My current answer is "no", just because I'm trying to keep things simple.

I'm leaning toward "no", but let's try this:

class A {
   File { owner => "root" }
}

class B
  class C inherits A {
    file {"foo" :}
    class D {
      file {"bar" :}
    }
  }
}


Would you expect "bar" to be owned by "root" ?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.

Reply via email to