diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-20 10:11:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-20 10:11:30 -0300 |
commit | d6b9a419b5f130c25d2e4800ac68a0bd4342a09d (patch) | |
tree | b71e3de3651ce0158ee2bd69c3d718ab7d4c6e19 | |
parent | b56d72cd3d8d25eaf473fe223e456e1e4bb50d46 (diff) | |
download | puppet-ssl-d6b9a419b5f130c25d2e4800ac68a0bd4342a09d.tar.gz puppet-ssl-d6b9a419b5f130c25d2e4800ac68a0bd4342a09d.tar.bz2 |
Syntax fix
-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": |