diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 17:30:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 17:30:45 -0200 |
commit | f6165ff95756888c4cdcc91eeed4d34a27d6c0d7 (patch) | |
tree | 368c954aa10a4789964df1bad3e7ac23bb974271 | |
parent | ff0463d9901416a20715bf383f25b6344bcee5b4 (diff) | |
download | puppet-nginx-f6165ff95756888c4cdcc91eeed4d34a27d6c0d7.tar.gz puppet-nginx-f6165ff95756888c4cdcc91eeed4d34a27d6c0d7.tar.bz2 |
Dependency cleanup
-rw-r--r-- | manifests/cache.pp | 1 |
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' : |