From: Martin Zobel-Helas Date: Fri, 25 Jan 2013 22:55:28 +0000 (+0100) Subject: fixing syntax might help! X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=82a74e7aaec6920d64bbbe3495e800e4ac0463d9;p=mirror%2Fdsa-puppet.git fixing syntax might help! Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/varnish/manifests/init.pp b/modules/varnish/manifests/init.pp index f5202cee7..036530ab7 100644 --- a/modules/varnish/manifests/init.pp +++ b/modules/varnish/manifests/init.pp @@ -15,13 +15,13 @@ class varnish { } file { '/etc/default/varnish': - source => 'puppet:///modules/varnish/files/varnish.default' - notify => Exec['varnish restart'], + source => 'puppet:///modules/varnish/files/varnish.default', + notify => Exec['varnish restart'], } file { '/etc/varnish/default.vcl': - source => 'puppet:///modules/varnish/files/default.vcl' - notify => Exec['varnish restart'], + source => 'puppet:///modules/varnish/files/default.vcl', + notify => Exec['varnish restart'], } }