On Thu, Aug 18, 2011 at 9:06 AM, Darren Chamberlain <[email protected]>wrote:
> I'm testing 2.7.3 and getting a lot of these: > > warning: Dynamic lookup of $operatingsystem at > /etc/puppet/modules/foo/**manifests/bar.pp:36 > is deprecated. Support will be removed in Puppet 2.8. Use a > fully-qualified variable name (e.g., $classname::variable) or parameterized > classes. > > $operatingsystem is a facter variable, of course. How are these supposed > to be referenced? > > -- > Darren Chamberlain <[email protected]> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to puppet-users+unsubscribe@** > googlegroups.com <puppet-users%[email protected]>. > For more options, visit this group at http://groups.google.com/** > group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en> > . > > They're referenced like this: $::operatingsystem -- Gary Larizza Professional Services Engineer Puppet Labs Join us for PuppetConf <http://bit.ly/puppetconfsig>, September 22nd and 23rd in Portland, OR! -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
