Displaying 2 results from an estimated 2 matches for "itg_loc".
Did you mean:
leg_loc
2007 Sep 13
2
Weird Facter behaviour
I have a custom fact. It syncs correctly, works correctly everywhere
when run via ''facter'', and works correctly from puppet on all but one
machine.
>From ''facter'':
# export FACTERLIB=/var/puppet/facts
# /opt/puppet/bin/facter itg_location
mel
But from within puppetd I get:
Sep 13 14:54:29 hordac puppetd[768]: [ID 702911 daemon.warning] Could not load fa
ct /var/puppet/facts/itg_extras.rb: unsupported address family
Sep 13 14:55:49 hordac puppetd[768]: [ID 702911 daemon.error] Could not retrieve
configuration: No matching val...
2008 Mar 18
4
Overriding a file without causing duplicate definitions
Hello folks.
I''ve got a problem that I can''t work out the solution to.
My base workstation node definition says essentially:
node base-workstation {
file { etc-sudoers:
name => "/etc/sudoers", ...
}
}
This works fine, all of our workstations get a standardised sudoers file.
However, I have one user on a workstation who needs a specialised
sudoers file.