Issue #2931 has been updated by R.I. Pienaar aka Volcane.
Remember http://groups.google.com/group/puppet-dev/browse_frm/thread/76455902cab56091/ ? I was going to write up a feature request, tried and failed to capture all of that discussion in a simple request. Worth keeping in mind, I think you're close above to what we wanted then. ---------------------------------------- Bug #2931: resource defaults should work with inheritence http://projects.reductivelabs.com/issues/2931 Author: Dan Bode Status: Accepted Priority: Normal Assigned to: Category: language Target version: Rowlf Affected version: 0.25.1 Keywords: Branch: It should be possible to use inheritance to change default resource values. Class two should override the default resource param mode to 664. <pre> class one { File{mode=>777} file{ '/tmp/one': content => 'one'; '/tmp/two': content => 'two'; } } class two inherits one{ File{mode => 664} } #include one include two </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
