summaryrefslogtreecommitdiff
path: root/puppet/modules/x509/manifests/variables.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:30 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:30 -0400
commit4cb98256c13db35223bbe16645a33bb62b81d9c8 (patch)
tree97e30c5d4542386a1a5b1aa3b4e8c65a7cab48ec /puppet/modules/x509/manifests/variables.pp
parent5f35e3a141cb52a5c7719074e932580f4b498db4 (diff)
parent09c79400ae368fa7f9b4e910451eef496c702d6c (diff)
Merge commit '09c79400ae368fa7f9b4e910451eef496c702d6c' as 'puppet/modules/x509'
Diffstat (limited to 'puppet/modules/x509/manifests/variables.pp')
-rw-r--r--puppet/modules/x509/manifests/variables.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/x509/manifests/variables.pp b/puppet/modules/x509/manifests/variables.pp
new file mode 100644
index 00000000..e6bd2359
--- /dev/null
+++ b/puppet/modules/x509/manifests/variables.pp
@@ -0,0 +1,7 @@
+class x509::variables {
+ $root = '/etc/x509'
+ $certs = "${root}/certs"
+ $keys = "${root}/keys"
+ $x509_chain = "${root}/certs"
+ $local_CAs = '/usr/local/share/ca-certificates'
+}