Hi,

On my puppet node, there are many facter variables that are empty in
my manifests.
But, there are not empty when I start "facter" on the node.

why ?

ex in a module:

class resolver {
  if $::ipaddress6 {
     ...
  }
  $domainename = "$domain"
}

In this manifest, $domain and $ipaddress6 are empty
In the facter command line, there not empty.

-- 
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.

Reply via email to