summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 03:02:36 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 03:02:36 -0500
commit95bb087d20f8c40ae868a0343f005d5c358929c9 (patch)
treeba3734bcf8ff982df0cc7e6972d1485ca34f480e /modules
parent90eef37f6e25c47924f7ecc504817aa08480adaf (diff)
downloadpuppet-tozt-95bb087d20f8c40ae868a0343f005d5c358929c9.tar.gz
puppet-tozt-95bb087d20f8c40ae868a0343f005d5c358929c9.zip
add samba config
Diffstat (limited to 'modules')
-rw-r--r--modules/partofme/files/smb.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/partofme/files/smb.conf b/modules/partofme/files/smb.conf
index 4640904..044ba7d 100644
--- a/modules/partofme/files/smb.conf
+++ b/modules/partofme/files/smb.conf
@@ -1 +1,12 @@
-# TODO
+[global]
+workgroup = jesse
+server string = partofme
+log file = /var/log/samba/%m.log
+security = user
+
+[music]
+ comment = music
+ path = /media/persistent/media/audio
+ public = yes
+ only guest = yes
+ read only = yes