]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/varnish/manifests/init.pp
fixing syntax might help!
[dsa-puppet.git] / modules / varnish / manifests / init.pp
index f5202cee77fe6c7b19c27a4614c80a366ce83031..036530ab7d3f13841f503e6cb59c7064f9f3524a 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'],
         }
 }