diff options
-rw-r--r-- | manifests/cert.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |