Displaying 1 result from an estimated 1 matches for "my_test1".
Did you mean:
  my_test
  
2012 Jul 05
7
proper usage of global variables / node variables / +=
Hello puppet masters, I am cleaning up some puppet modules, using 
puppet-lint. The warning I am getting is:
top-scope variable being used without an explicit namespace
I can turn this particular check off, but in doing my research I''m 
finding all sorts of messages saying to avoid using +=, to avoid using 
variables in the node scope, and to switch to a parameterized class 
whenever