diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 17:29:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 17:29:34 -0200 |
commit | ff0463d9901416a20715bf383f25b6344bcee5b4 (patch) | |
tree | 9cb26885e5ed7686c5869284e05ff604cc41ca83 | |
parent | 28d6b18eecae2c9485a299c864902e2484eec3cd (diff) | |
download | puppet-nginx-ff0463d9901416a20715bf383f25b6344bcee5b4.tar.gz puppet-nginx-ff0463d9901416a20715bf383f25b6344bcee5b4.tar.bz2 |
Minor fix (2)
-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, |