]> gitweb.fluxo.info Git - puppet-ssl.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Mar 2015 13:11:30 +0000 (10:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Mar 2015 13:11:30 +0000 (10:11 -0300)
manifests/cert.pp

index fa77b8aee479fc897493bf0f13f520a03ae65d6f..b977387985dd269de8c8a1240e150ecfb646549c 100644 (file)
@@ -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":