diff options
-rw-r--r-- | manifests/cache.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |