summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-01-31 18:31:02 -0500
committerMicah Anderson <micah@riseup.net>2013-01-31 18:31:02 -0500
commit5a825f7f6045cea00d94bcebf339c8e2dff5b067 (patch)
treed0d2b0438ddace8a22366c4f6202e7ef86a4a3b7 /puppet/modules/site_webapp/manifests/init.pp
parentc4805af340ae63e9129696e0c96f9896417eb9c4 (diff)
update the x509 submodule to get non-root application access to key file enhancement
put the leap-webapp user in the 'ssl-cert' group pass group => 'leap-webapp' to the leap_client_ca.key so the application can access it
Diffstat (limited to 'puppet/modules/site_webapp/manifests/init.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index 592241c1..d59cebba 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -27,6 +27,7 @@ class site_webapp {
ensure => present,
allowdupe => false,
gid => 'leap-webapp',
+ groups => 'ssl-cert',
home => '/srv/leap-webapp',
require => [ Group['leap-webapp'] ];
}