From 06edce9d49b8d21e6bb47c70286fa4e6c4b9eb6e Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 23 Feb 2014 15:17:35 +0100 Subject: linting --- manifests/vhost/webdav.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.3