summaryrefslogtreecommitdiff
path: root/manifests/variables.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-22 14:32:41 -0500
committerMicah Anderson <micah@riseup.net>2012-11-22 14:32:41 -0500
commit8713c2804d22cbca0a2d4843befa0327ebc5b45e (patch)
tree6cece14dbb065994ed8815e98b35e80d3232dc97 /manifests/variables.pp
Initial commit
Diffstat (limited to 'manifests/variables.pp')
-rw-r--r--manifests/variables.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/variables.pp b/manifests/variables.pp
new file mode 100644
index 0000000..e6bd235
--- /dev/null
+++ b/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'
+}