summaryrefslogtreecommitdiffstats
path: root/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-28 21:47:57 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-28 21:47:57 -0400
commita75b9ebe81d053b85d2b3a6fc0acd9a893e26e16 (patch)
tree353ea32b12bbb1a7b5d97f660590c9bd3e8a8a05 /tozt
parent78eb9b22b5fa2cf4d4df9f67cf5e9ad08208274b (diff)
downloadpuppet-tozt-a75b9ebe81d053b85d2b3a6fc0acd9a893e26e16.tar.gz
puppet-tozt-a75b9ebe81d053b85d2b3a6fc0acd9a893e26e16.zip
make sure nginx can read the passwd file
Diffstat (limited to 'tozt')
-rw-r--r--tozt/tozt/manifests/ttrss.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tozt/tozt/manifests/ttrss.pp b/tozt/tozt/manifests/ttrss.pp
index f2df995..3b25ec3 100644
--- a/tozt/tozt/manifests/ttrss.pp
+++ b/tozt/tozt/manifests/ttrss.pp
@@ -9,7 +9,11 @@ class tozt::ttrss {
secret { "/media/persistent/ttrss.htpasswd":
source => "ttrss",
- require => Class["tozt::persistent"];
+ owner => 'http',
+ require => [
+ Class["tozt::persistent"],
+ Package['nginx'],
+ ];
}
nginx::site {