diff options
author | varac <varacanero@zeromail.org> | 2013-09-24 19:20:34 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-24 21:03:58 +0200 |
commit | 2aa2ab27860166b2846abbfd4ed2afc76576f714 (patch) | |
tree | 7a5419163127f98f4108415453f21af617bad222 | |
parent | 2a60f275d2ee5c0b93b8737fa80396817853ae83 (diff) |
deploy client_ca on webapp node
-rw-r--r-- | puppet/modules/site_webapp/manifests/init.pp | 2 |
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, |