summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-24 19:20:34 +0200
committervarac <varacanero@zeromail.org>2013-09-24 21:03:58 +0200
commit2aa2ab27860166b2846abbfd4ed2afc76576f714 (patch)
tree7a5419163127f98f4108415453f21af617bad222 /puppet/modules/site_webapp/manifests/init.pp
parent2a60f275d2ee5c0b93b8737fa80396817853ae83 (diff)
deploy client_ca on webapp node
Diffstat (limited to 'puppet/modules/site_webapp/manifests/init.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index 07d2b942..c85a5ddc 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -20,6 +20,8 @@ class site_webapp {
include site_config::x509::cert
include site_config::x509::key
include site_config::x509::ca
+ include site_config::x509::client_ca::ca
+ include site_config::x509::client_ca::key
group { 'leap-webapp':
ensure => present,