]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Minor fix (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 19:29:34 +0000 (17:29 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 19:29:34 +0000 (17:29 -0200)
manifests/cache.pp

index 640ae0c64e53cc6c4f02f6b3b947062821811161..7045abc09253bd62eb3419ee0976c11ec8062705 100644 (file)
@@ -1,5 +1,5 @@
 class nginx::cache(
-  $ensure => 'present',
+  $ensure = 'present',
 ) {
   file { '/var/cache/nginx':
     ensure  => directory,