From d6b9a419b5f130c25d2e4800ac68a0bd4342a09d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 20 Mar 2015 10:11:30 -0300 Subject: Syntax fix --- manifests/cert.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- cgit v1.2.3