summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/tozt.pp1
-rw-r--r--modules/base/manifests/services.pp1
-rw-r--r--modules/tozt/manifests/services.pp3
3 files changed, 4 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index a79bcdb..c3461b2 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -19,6 +19,7 @@ node 'tozt.localdomain' {
include tozt::git
include tozt::pass
include tozt::paste
+ include tozt::services
include tozt::site
include tozt::ttrss
include tozt::vpn
diff --git a/modules/base/manifests/services.pp b/modules/base/manifests/services.pp
index 46e8f38..f1c10bf 100644
--- a/modules/base/manifests/services.pp
+++ b/modules/base/manifests/services.pp
@@ -1,5 +1,4 @@
class base::services {
- include fail2ban
include locate
include ntp
}
diff --git a/modules/tozt/manifests/services.pp b/modules/tozt/manifests/services.pp
new file mode 100644
index 0000000..78bd5e5
--- /dev/null
+++ b/modules/tozt/manifests/services.pp
@@ -0,0 +1,3 @@
+class tozt::services {
+ include fail2ban
+}