summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 00cf9c1..593ee36 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -20,6 +20,13 @@ node 'gandalf.adrift.space' {
class { 'profiles::transmission':
nginx_server => 'gandalf',
}
+
+ profiles::webdav_server { '/dav':
+ file_path => '/var/www/webdav',
+ users => [['hugo', pass('adrift.space/gandalf/dav/hugo')]],
+ nginx_server => 'gandalf'
+ }
+
}
node 'hornquist.se' {