Issue #2054 has been updated by luke. Category set to documentation Status changed from Unreviewed to Accepted Assigned to set to jamtur01
It's a docs issue - scoped variables are read-only. ---------------------------------------- Bug #2054: Usage of qualified variables http://projects.reductivelabs.com/issues/2054 Author: lludwig Status: Accepted Priority: Normal Assigned to: jamtur01 Category: documentation Target version: Complexity: Unknown Affected version: 0.24.7 Keywords: Either this is a bug or documentation is not clear. http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#qualified-variables In the example listed on the site: <pre> class myclass { $test = "content" } class anotherclass { $other = $myclass::test } </pre> Is it possible to set $myclass::test from another class, globally or from an external node variable? If the variables are read only it should state this in the documentation. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
