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

index 2eca1f9ab9e9cbd4145fa840149bf2f1a773870a..da2c67b46994d4ed512598c238243155b8d2391f 100644 (file)
@@ -6,7 +6,7 @@ define nginx::certbot(
 ){
   # Certbot support
   file { "/var/www/certbot/${name}":
-    ensure  => $ensure,
+    ensure  => directory,
     owner   => 'root',
     group   => 'www-data',
     mode    => '0750',