summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-17 02:30:20 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-17 02:30:20 -0500
commiteda2eb2215cc575b4eb0ee7dbad6080b4cb71e71 (patch)
tree253387b681e8d21dbfbde988bb07b9522b5c98ee /manifests
parentd91388476b64121954aa2b231d366b7cf114705c (diff)
downloadpuppet-tozt-eda2eb2215cc575b4eb0ee7dbad6080b4cb71e71.tar.gz
puppet-tozt-eda2eb2215cc575b4eb0ee7dbad6080b4cb71e71.zip
add fstab configuration
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 332623d..0019fcf 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -8,4 +8,5 @@ node 'partofme.localdomain' {
include partofme::mdadm
include partofme::monitoring
include partofme::operatingsystem
+ include partofme::persistent
}