summaryrefslogtreecommitdiff
path: root/modules/networking/templates/interface.epp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/networking/templates/interface.epp')
-rw-r--r--modules/networking/templates/interface.epp16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/networking/templates/interface.epp b/modules/networking/templates/interface.epp
deleted file mode 100644
index d824f69..0000000
--- a/modules/networking/templates/interface.epp
+++ /dev/null
@@ -1,16 +0,0 @@
-# File managed by puppet
-auto host0
-# allow-hotplug host0
-
-iface host0 inet <%= if $addr4 { 'static' } else { 'dhcp' } %>
-<%- if $addr4 { -%>
- address <%= $addr4 %>
- <%- if $gw4 { -%>
- gateway <%= $gw4 %>
- <%- } -%>
-<%- } -%>
-
-
-iface host0 inet6 auto
- private 0
-