From 82a74e7aaec6920d64bbbe3495e800e4ac0463d9 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 25 Jan 2013 23:55:28 +0100 Subject: [PATCH] fixing syntax might help! Signed-off-by: Martin Zobel-Helas --- modules/varnish/manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'], } } -- 2.20.1