summaryrefslogtreecommitdiffstats
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
parent95bb087d20f8c40ae868a0343f005d5c358929c9 (diff)
downloadpuppet-tozt-47d1a2fb25a6ce493cd569f2071f75b7eafa71b0.tar.gz
puppet-tozt-47d1a2fb25a6ce493cd569f2071f75b7eafa71b0.zip
better class name
-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':