From: Silvio Rhatto Date: Fri, 20 Mar 2015 13:11:30 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6b9a419b5f130c25d2e4800ac68a0bd4342a09d;p=puppet-ssl.git Syntax fix --- diff --git a/manifests/cert.pp b/manifests/cert.pp index fa77b8a..b977387 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -5,7 +5,7 @@ define ssl::cert( $pubmode = '644', $privmode = '600', $base = '/etc/ssl', - $private = true + $private = true, $main = false, ) { file { "${base}/certs/${name}.crt":