summaryrefslogtreecommitdiff
path: root/manifests/variables.pp
diff options
context:
space:
mode:
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'
+}