[Puppet - Bug #7793] setting the $noop metaparameter as class parameter does not work

2013-01-04 Thread tickets
Issue #7793 has been updated by Stephen Johnson. The issues is still present class test ($string = hello) { file {'/tmp/test': ensure = file, content = $string, } file {'/tmp/test2': ensure = file, content = $string, } } class{'test': noop = true} I expected all

[Puppet - Bug #7793] setting the $noop metaparameter as class parameter does not work

2013-01-04 Thread tickets
Issue #7793 has been updated by Stephen Johnson. Affected Puppet version changed from 2.6.8 to 3.0.2 Bug #7793: setting the $noop metaparameter as class parameter does not work https://projects.puppetlabs.com/issues/7793#change-80111 Author: Michael