Issue #2742 has been updated by Luke Kanies. Status changed from Unreviewed to Rejected
If you do this, you need to set the 'source' to 'undef'. ---------------------------------------- Bug #2742: Overriding File resource with link in subclass breaks File resouce with 'source' in parent class. http://projects.reductivelabs.com/issues/2742 Author: Matthew Swain Status: Rejected Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.0 Keywords: Branch: 1.) Create a file resource in a class that specifies a source. 2.) Override the file resource with symlink in a subclass. class foo { file {"/test": source => "puppet:///files/test", } } class bar inherits foo { File["/test"] { ensure => "/path/to/otherfile", } } -- 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 -~----------~----~----~----~------~----~------~--~---
