Displaying 1 result from an estimated 1 matches for "var2_base_node".
2011 Aug 01
0
prep for 2.8: scopes and variables: nodes are not classes
...sed to implicitly configure
classes.
Comments and corrections welcome.
--vagn
results of running the three scripts:
vagn@nika:~/puppet-nika/patterns$ ./01_config.pp
notice: Scope(Class[main]): puppet version: 2.7.2
notice: Scope(Class[Legacy]): var1_global is global
warning: Dynamic lookup of $var2_base_node at
/u0/home/vagn/puppet-nika/patterns/01_config.pp:21 is deprecated.
Support will be removed in Puppet 2.8. Use a fully-qualified variable
name (e.g., $classname::variable) or parameterized classes.
notice: Scope(Class[Legacy]): var2 defined in base node
warning: Dynamic lookup of $var3_node a...