Skip to content

Instantly share code, notes, and snippets.

@lathiat
Created April 15, 2014 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lathiat/10790374 to your computer and use it in GitHub Desktop.
Save lathiat/10790374 to your computer and use it in GitHub Desktop.
puppet network heira hack
---
network_internal:
ipaddress: "%{::ipaddress_eth1}"
ipaddress6: "%{::ipaddress6_eth1}"
network: "%{::network_eth1}"
netmask: "%{::netmask_eth1}"
prefixlen: "%{::prefixlen_eth1}"
netcidr: "%{::netcidr_eth1}"
netcidr6: "%{::netcidr6_eth1}"
ipcidr: "%{::ipcidr_eth1}"
interface: "eth1"
network_public:
ipaddress: "%{::ipaddress_eth0}"
ipaddress6: "%{::ipaddress6_eth0}"
network: "%{::network_eth0}"
netmask: "%{::netmask_eth0}"
prefixlen: "%{::prefixlen_eth0}"
netcidr: "%{::netcidr_eth0}"
netcidr6: "%{::netcidr6_eth0}"
ipcidr: "%{::netcidr_eth0}"
interface: "eth0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment