From dd28dcf3d620a4ac7d0a1532b812213cf094cd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Jan 2022 02:26:25 +0100 Subject: Revert "Move webdav into profiles." It actually reverts the non-need for the nginx module webdav_ext. Since Omnifocus requires PROPFIND. This reverts commit edf6ffe8b399679ba28cc5e558a6838919dd1ee8. --- modules/networking/templates/interface.epp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/networking/templates/interface.epp (limited to 'modules/networking/templates/interface.epp') 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 - -- cgit v1.2.3