From: Silvio Rhatto Date: Thu, 16 Jun 2016 22:14:47 +0000 (-0300) Subject: Certbot directory X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=672097f04734e1f56513c6ce409f5fb9fd55a6e4;p=puppet-nginx.git Certbot directory --- diff --git a/manifests/certbot.pp b/manifests/certbot.pp index 2eca1f9..da2c67b 100644 --- a/manifests/certbot.pp +++ b/manifests/certbot.pp @@ -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',