summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-16 19:14:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-16 19:14:47 -0300
commit672097f04734e1f56513c6ce409f5fb9fd55a6e4 (patch)
tree182f7e689f51af86aeef2af1d110c6c014a427b9
parent9c444cdaf70e808c7837fd3b892a90ab9aea7070 (diff)
downloadpuppet-nginx-672097f04734e1f56513c6ce409f5fb9fd55a6e4.tar.gz
puppet-nginx-672097f04734e1f56513c6ce409f5fb9fd55a6e4.tar.bz2
Certbot directory
-rw-r--r--manifests/certbot.pp2
1 files changed, 1 insertions, 1 deletions
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',