summaryrefslogtreecommitdiffstats
path: root/modules/partofme/manifests/filesharing.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/partofme/manifests/filesharing.pp')
-rw-r--r--modules/partofme/manifests/filesharing.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/partofme/manifests/filesharing.pp b/modules/partofme/manifests/filesharing.pp
new file mode 100644
index 0000000..86ebb72
--- /dev/null
+++ b/modules/partofme/manifests/filesharing.pp
@@ -0,0 +1,8 @@
+class partofme::filesharing {
+ include samba
+
+ file { '/etc/samba/smb.conf':
+ source => 'puppet:///modules/partofme/smb.conf',
+ before => Class['samba'];
+ }
+}