fixing syntax might help!
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 25 Jan 2013 22:55:28 +0000 (23:55 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 25 Jan 2013 22:55:28 +0000 (23:55 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/varnish/manifests/init.pp

index f5202ce..036530a 100644 (file)
@@ -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'],
         }
 }