Displaying 1 result from an estimated 1 matches for "ipadresse6".
Did you mean:
ipadresses
2011 Oct 04
4
facter variables empty
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