diff options
Diffstat (limited to 'puppet/modules/x509/manifests/variables.pp')
-rw-r--r-- | puppet/modules/x509/manifests/variables.pp | 7 |
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' +} |