aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMarc <mmontgomery@pcch.org>2012-08-17 09:39:52 -0400
committerMarc <mmontgomery@pcch.org>2012-08-17 09:39:52 -0400
commite78a712e1152fd8981b87a6bb035777d0256f268 (patch)
treee832d32239fbbbec9d5cb584b836a5917cf788ce /manifests/init.pp
downloadpuppet-samba-e78a712e1152fd8981b87a6bb035777d0256f268.tar.gz
puppet-samba-e78a712e1152fd8981b87a6bb035777d0256f268.tar.bz2
initial commit current progress creates shares in ensures samba is installed and daemon is running, can add shares to smb.conf, and can set global variables
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..7498ede
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,3 @@
+class samba {
+ include samba::server
+} \ No newline at end of file