summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/x509/commercial/ca.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-24 09:23:54 +0200
committervarac <varacanero@zeromail.org>2013-09-24 10:06:22 +0200
commit9fae612bd8d147321e0cb553610fcaf0140e84eb (patch)
treef29a4d75a88595795aca90323e1d34ce7586210d /puppet/modules/site_config/manifests/x509/commercial/ca.pp
parentffa4504f81c0abecc62b068951ec147741028128 (diff)
move commercial x509 deployment to site_x509 (Feature #3889)
Diffstat (limited to 'puppet/modules/site_config/manifests/x509/commercial/ca.pp')
-rw-r--r--puppet/modules/site_config/manifests/x509/commercial/ca.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/x509/commercial/ca.pp b/puppet/modules/site_config/manifests/x509/commercial/ca.pp
new file mode 100644
index 00000000..8f35759f
--- /dev/null
+++ b/puppet/modules/site_config/manifests/x509/commercial/ca.pp
@@ -0,0 +1,9 @@
+class site_config::x509::commercial::ca {
+
+ $x509 = hiera('x509')
+ $ca = $x509['commercial_ca_cert']
+
+ x509::ca { $site_config::params::commercial_ca_name:
+ content => $ca
+ }
+}