From: Silvio Rhatto Date: Mon, 26 Oct 2015 19:29:34 +0000 (-0200) Subject: Minor fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ff0463d9901416a20715bf383f25b6344bcee5b4;p=puppet-nginx.git Minor fix (2) --- diff --git a/manifests/cache.pp b/manifests/cache.pp index 640ae0c..7045abc 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -1,5 +1,5 @@ class nginx::cache( - $ensure => 'present', + $ensure = 'present', ) { file { '/var/cache/nginx': ensure => directory,