summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 23:32:18 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 23:32:18 -0500
commit7534164b2bb5ba46b698908d00a1a4dc43a4fe19 (patch)
treedcfb857092cc6903e27b34a314f60b56602b9dc3 /manifests
parent672d557949496189db879f6a63ce0a0947bb7785 (diff)
downloadpuppet-tozt-7534164b2bb5ba46b698908d00a1a4dc43a4fe19.tar.gz
puppet-tozt-7534164b2bb5ba46b698908d00a1a4dc43a4fe19.zip
manage mdadm.conf and mkinitcpio.conf with puppet
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index 5390bbd..332623d 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -5,5 +5,7 @@ node 'partofme.localdomain' {
include partofme::backups
include partofme::filesharing
+ include partofme::mdadm
include partofme::monitoring
+ include partofme::operatingsystem
}