summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-23 15:17:35 +0100
committermh <mh@immerda.ch>2014-02-23 15:17:35 +0100
commit06edce9d49b8d21e6bb47c70286fa4e6c4b9eb6e (patch)
tree028f1fd75f53094ed218920c78f8b8c4eb97a9f1 /manifests
parentbcb25abcb26f7ebb522f3c0dc3288c6a97ccf158 (diff)
linting
Diffstat (limited to 'manifests')
-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 f90cf8d..e1b6c3f 100644
--- a/manifests/vhost/webdav.pp
+++ b/manifests/vhost/webdav.pp
@@ -84,7 +84,7 @@ define apache::vhost::webdav(
}
if $run_mode == 'static-itk' {
- notice("static-itk mode is not possible for webdav vhosts, rewriting it to proxy-itk")
+ notice('static-itk mode is not possible for webdav vhosts, rewriting it to proxy-itk')
$real_run_mode = 'proxy-itk'
} else {
$real_run_mode = $run_mode