summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdav.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/webdav.pp')
-rw-r--r--manifests/vhost/webdav.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/webdav.pp b/manifests/vhost/webdav.pp
index e175324..003a308 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -58,7 +58,7 @@ define apache::vhost::webdav(
$ldap_user = 'any',
$dav_db_dir = 'absent'
){
- ::apache::vhost::davdbdir{"${name}":
+ ::apache::vhost::davdbdir{$name:
ensure => $ensure,
dav_db_dir => $dav_db_dir,
documentroot_owner => $documentroot_owner,