summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-22 15:23:34 -0500
committerMicah Anderson <micah@riseup.net>2012-11-22 15:23:34 -0500
commit932d98c71576cf64d14760f2dd7b275056d5de0c (patch)
treee5feb42d000aef76bcf4923b842853a1f29c5fd0
parent8713c2804d22cbca0a2d4843befa0327ebc5b45e (diff)
fix cert variable name
-rw-r--r--manifests/cert.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cert.pp b/manifests/cert.pp
index b6caa7b..ceeb085 100644
--- a/manifests/cert.pp
+++ b/manifests/cert.pp
@@ -4,7 +4,7 @@ define x509::cert (
include x509::variables
include x509::base
- file { "${x509::variables::ssl_local_certs}/${name}.crt" :
+ file { "${x509::variables::certs}/${name}.crt" :
ensure => file,
mode => '0444',
group => 'ssl-cert',