summaryrefslogtreecommitdiff
path: root/manifests/webdav.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-25 21:32:25 +0000
committermh <mh@immerda.ch>2008-10-25 21:32:25 +0000
commitf1edc18ce9aa3b3f9c2b5843fee54dc81676c63b (patch)
treeffa8cd1117abf6fdc35e5ad7f7ec734079de108b /manifests/webdav.pp
parent5048f4c166a47acc7b5bca0eb9a10bcca56da8a6 (diff)
merged with puzzle
Diffstat (limited to 'manifests/webdav.pp')
-rw-r--r--manifests/webdav.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/webdav.pp b/manifests/webdav.pp
new file mode 100644
index 0000000..75219c9
--- /dev/null
+++ b/manifests/webdav.pp
@@ -0,0 +1,8 @@
+# manifests/webdav.pp
+
+class apache::webdav {
+ file{'/var/www/webdavlock':
+ ensure => directory,
+ owner => apache, group => 0, mode => 0700;
+ }
+}