summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-26 17:30:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-26 17:30:45 -0200
commitf6165ff95756888c4cdcc91eeed4d34a27d6c0d7 (patch)
tree368c954aa10a4789964df1bad3e7ac23bb974271
parentff0463d9901416a20715bf383f25b6344bcee5b4 (diff)
downloadpuppet-nginx-f6165ff95756888c4cdcc91eeed4d34a27d6c0d7.tar.gz
puppet-nginx-f6165ff95756888c4cdcc91eeed4d34a27d6c0d7.tar.bz2
Dependency cleanup
-rw-r--r--manifests/cache.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/cache.pp b/manifests/cache.pp
index 7045abc..0f1a402 100644
--- a/manifests/cache.pp
+++ b/manifests/cache.pp
@@ -6,7 +6,6 @@ class nginx::cache(
owner => 'www-data',
group => 'www-data',
mode => '0700',
- require => Service['nginx'],
}
file { '/etc/nginx/conf.d/cache.conf' :