summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-26 17:29:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-26 17:29:34 -0200
commitff0463d9901416a20715bf383f25b6344bcee5b4 (patch)
tree9cb26885e5ed7686c5869284e05ff604cc41ca83
parent28d6b18eecae2c9485a299c864902e2484eec3cd (diff)
downloadpuppet-nginx-ff0463d9901416a20715bf383f25b6344bcee5b4.tar.gz
puppet-nginx-ff0463d9901416a20715bf383f25b6344bcee5b4.tar.bz2
Minor fix (2)
-rw-r--r--manifests/cache.pp2
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,