]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Jun 2016 22:10:42 +0000 (19:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Jun 2016 22:10:42 +0000 (19:10 -0300)
manifests/certbot.pp

index 07ea20dcaa18559d9a7f9d6163c100ca520a69a5..ab67ad5f26d189b7d0dc2d3ce3036b1b6c22a798 100644 (file)
@@ -1,6 +1,6 @@
 define nginx::certbot(
-  $aliases = ''
-  $ensure  = 'present',
+  $aliases = '',
+  $ensure  = present,
   $email   = hiera('nginx::certbot::email'),
   $size    = hiera('nginx::certbot::size', '4096'),
 ){