From: Silvio Rhatto Date: Fri, 17 Jun 2016 12:21:18 +0000 (-0300) Subject: Fix missing comma X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=894370d754396b3daf808d025120fe00eeee4f10;p=puppet-certbot.git Fix missing comma --- diff --git a/manifests/manage.pp b/manifests/manage.pp index 865ca24..6d694d9 100644 --- a/manifests/manage.pp +++ b/manifests/manage.pp @@ -7,7 +7,7 @@ define certbot::manage( file { "${::certbot::basedir}/${name}": ensure => directory, owner => 'root', - group => "${::certbot::owner}" + group => "${::certbot::owner}", mode => '0750', require => Package["${::certbot::tool}"], }