Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | [vagrant] Use eth1 on vagrant if present | varac | |
Virtualbox adds eth1 as second interface when private networking is enabled. - Related: #7769 | |||
2016-06-11 | Move custom functions to site_config module | varac | |
2014-09-29 | new 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-29 | it seems facts cannot start with numbers | Micah Anderson | |
2013-01-29 | add a new fact that provides a fact for each configured ip address, telling you | Micah 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 |