summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/partofme.pp2
-rw-r--r--modules/partofme/manifests/filesharing.pp (renamed from modules/partofme/manifests/samba.pp)2
2 files changed, 2 insertions, 2 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
}
diff --git a/modules/partofme/manifests/samba.pp b/modules/partofme/manifests/filesharing.pp
index ae5c54b..86ebb72 100644
--- a/modules/partofme/manifests/samba.pp
+++ b/modules/partofme/manifests/filesharing.pp
@@ -1,4 +1,4 @@
-class partofme::samba {
+class partofme::filesharing {
include samba
file { '/etc/samba/smb.conf':