From 93054f283f7f6e4e04fa9ddf901158654a62e9df Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 29 Jan 2013 15:17:28 -0500 Subject: eliminate dynamic lookup deprecation warnings for site_couchdb::apache_ssl_proxy --- puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'puppet/modules') diff --git a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp b/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp index 02aae0c3..7739473e 100644 --- a/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp +++ b/puppet/modules/site_couchdb/manifests/apache_ssl_proxy.pp @@ -12,13 +12,13 @@ define site_couchdb::apache_ssl_proxy ($key, $cert) { x509::key { 'leap_couchdb': - content => $x509['key'], + content => $key, notify => Service[apache]; } x509::cert { 'leap_couchdb': - content => $x509['cert'], + content => $cert, notify => Service[apache]; } -- cgit v1.2.3