summaryrefslogtreecommitdiff
path: root/manifests/cache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cache.pp')
-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,