summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/lib
AgeCommit message (Collapse)Author
2016-06-11Move custom functions to site_config modulevarac
2014-09-29new fact to check if dhcp is used;Christoph Kluenter
from https://github.com/gds-operations/puppet-resolvconf/blob/master/lib/facter/dhcp_enabled.rb
2013-01-29it seems facts cannot start with numbersMicah Anderson
2013-01-29add a new fact that provides a fact for each configured ip address, telling youMicah Anderson
which interface has it (essentially the inverse of the ipaddress_${interface} fact). Switch the hiera lookups of the $interface, which was pulling from the .json to pull instead from the above fact, see #1547 and #1548