From 932d98c71576cf64d14760f2dd7b275056d5de0c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Nov 2012 15:23:34 -0500 Subject: fix cert variable name --- manifests/cert.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3