summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 02:03:11 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 02:03:11 -0500
commit70962c2d930179c2cf2d45e033d18155872d1f71 (patch)
tree38a116e462e2ee6ad8241d14ab7e9e909835eab4 /manifests
parentcb4c28dbc2f28cef38a26d8572c8235baea4ee5a (diff)
downloadpuppet-tozt-70962c2d930179c2cf2d45e033d18155872d1f71.tar.gz
puppet-tozt-70962c2d930179c2cf2d45e033d18155872d1f71.zip
install samba
will write up the config later
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 4dcef2b..3ca67b6 100644
--- a/manifests/partofme.pp
+++ b/manifests/partofme.pp
@@ -4,4 +4,5 @@ node 'partofme.localdomain' {
include base
include partofme::backups
+ include partofme::samba
}