summaryrefslogtreecommitdiffstats
path: root/modules/partofme
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 01:13:54 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 01:13:54 -0500
commit69db44bec5bdf316b83ce2daef37e9a63859b0ed (patch)
tree15e3b80584d41938bcfa5dfd7e7441917bf59acd /modules/partofme
parent2c44e9a2ce63afe115011435b63b1f9bfd27f76d (diff)
downloadpuppet-tozt-69db44bec5bdf316b83ce2daef37e9a63859b0ed.tar.gz
puppet-tozt-69db44bec5bdf316b83ce2daef37e9a63859b0ed.zip
move vpn into the base
Diffstat (limited to 'modules/partofme')
-rw-r--r--modules/partofme/manifests/vpn.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/partofme/manifests/vpn.pp b/modules/partofme/manifests/vpn.pp
deleted file mode 100644
index 456ea17..0000000
--- a/modules/partofme/manifests/vpn.pp
+++ /dev/null
@@ -1,3 +0,0 @@
-class partofme::vpn {
- include wireguard
-}