summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-28 01:48:29 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-28 01:48:29 -0400
commit435e2aba0ca3cd19263bacce4df0158b77b13b8c (patch)
treeab38110ff0ab3fc66ef8d8206f1abe1074b9e1d4
parent4939f1ff2c60d4d0a5035566898c83633bb35b58 (diff)
downloadpuppet-tozt-435e2aba0ca3cd19263bacce4df0158b77b13b8c.tar.gz
puppet-tozt-435e2aba0ca3cd19263bacce4df0158b77b13b8c.zip
make the custom conf writable
-rw-r--r--modules/gitea/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gitea/manifests/init.pp b/modules/gitea/manifests/init.pp
index b46d32e..df0be87 100644
--- a/modules/gitea/manifests/init.pp
+++ b/modules/gitea/manifests/init.pp
@@ -59,6 +59,8 @@ class gitea {
];
'/media/persistent/gitea/custom/conf/app.ini':
content => template('gitea/app.ini'),
+ owner => 'gitea',
+ group => 'gitea',
require => File['/media/persistent/gitea/custom/conf'];
'/media/persistent/gitea/repos':
ensure => directory,