attachmentgenie / attachmentgenie-ufw

MIT License
21 stars 27 forks source link

Fix specs by removing STRICT_VARIABLES=yes #50

Closed mcasper closed 8 years ago

mcasper commented 8 years ago

Puppet 4 deprecated the ipaddress_eth0 fact, and moved it to $facts['networking']['interfaces']['eth0']['ip']. Facter will still resolve it at runtime, but STRICT_VARIABLES sees it as being gone, so to continue to satisfy backwards compatibility, we should remove STRICT_VARIABLES from the test run.