summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 03:26:49 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 03:26:49 -0500
commitfd3a7e9f7abd929a9deb69b0282d95d34961ed0c (patch)
tree1e0055f66a7c68098875867f1091c482ea161a7b /manifests
parentebbbabe8a4b2a2597470aee2b306a11573bd65f1 (diff)
downloadpuppet-tozt-fd3a7e9f7abd929a9deb69b0282d95d34961ed0c.tar.gz
puppet-tozt-fd3a7e9f7abd929a9deb69b0282d95d34961ed0c.zip
install smartd for hard disk monitoring
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index 7951601..5390bbd 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -5,4 +5,5 @@ node 'partofme.localdomain' {
include partofme::backups
include partofme::filesharing
+ include partofme::monitoring
}