[Puppet Users] Modify class variable in puppet

2014-02-12 Thread CedrX
notice("value of packages: $packages") } } package { $packages: ensure => present, } } How i can do to modify the value of $packages ? Thanks in advance CedrX -- You received this message because you are subscribed to the Google Groups "Puppet Users

[Puppet Users] Re: Modify class variable in puppet

2014-02-12 Thread CedrX
I have the answer. I read here : https://groups.google.com/forum/#!topic/puppet-users/I9Y-p3UY8JE that variables are immutable Le mercredi 12 février 2014 14:16:33 UTC+1, CedrX a écrit : > > Hi > I would like to modify a class variable. > This variable contains a list of package