summaryrefslogtreecommitdiffstats
path: root/manifests
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 /manifests
parent2c44e9a2ce63afe115011435b63b1f9bfd27f76d (diff)
downloadpuppet-tozt-69db44bec5bdf316b83ce2daef37e9a63859b0ed.tar.gz
puppet-tozt-69db44bec5bdf316b83ce2daef37e9a63859b0ed.zip
move vpn into the base
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp1
-rw-r--r--manifests/tozt.pp1
2 files changed, 0 insertions, 2 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index ac0ddc5..0450128 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -14,5 +14,4 @@ node 'partofme.localdomain' {
class { 'partofme::backups':
default_user => $default_user;
}
- include partofme::vpn
}
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index c3461b2..40d81a4 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -22,5 +22,4 @@ node 'tozt.localdomain' {
include tozt::services
include tozt::site
include tozt::ttrss
- include tozt::vpn
}