summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 03:03:52 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 03:03:52 -0500
commit47d1a2fb25a6ce493cd569f2071f75b7eafa71b0 (patch)
treef3ae086f0cc15f8fc9deae2043a454da0e9b4d17 /manifests
parent95bb087d20f8c40ae868a0343f005d5c358929c9 (diff)
downloadpuppet-tozt-47d1a2fb25a6ce493cd569f2071f75b7eafa71b0.tar.gz
puppet-tozt-47d1a2fb25a6ce493cd569f2071f75b7eafa71b0.zip
better class name
Diffstat (limited to 'manifests')
-rw-r--r--manifests/partofme.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/partofme.pp b/manifests/partofme.pp
index 3ca67b6..7951601 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -4,5 +4,5 @@ node 'partofme.localdomain' {
include base
include partofme::backups
- include partofme::samba
+ include partofme::filesharing
}