]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/varnish/manifests/init.pp
not my day
[dsa-puppet.git] / modules / varnish / manifests / init.pp
index b134c8edd7e3fc565ca551514ae005ce9a8fb051..ff72fc5f4d1f6f9911e78df1fb7c7b61aa0a4614 100644 (file)
@@ -1,7 +1,7 @@
 class varnish {
 
         package { 'varnish':
-                ensure => installed
+                ensure => installed,
         }
 
         service { 'varnish':
@@ -15,13 +15,13 @@ class varnish {
         }
 
         file { '/etc/default/varnish':
-               source => 'puppet:///modules/varnish/files/varnish.default'
-                notify  => Service['varnish'],
+               source => 'puppet:///modules/varnish/files/varnish.default',
+                notify =>  Service['varnish'],
         }
 
         file { '/etc/varnish/default.vcl':
-               source => 'puppet:///modules/varnish/files/default.vcl'
-                notify  => Service['varnish'],
+               source => 'puppet:///modules/varnish/files/default.vcl',
+                notify =>  Service['varnish'],
         }
 }