summaryrefslogtreecommitdiff
path: root/manifests/mlmmj/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj/web.pp')
-rw-r--r--manifests/mlmmj/web.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/mlmmj/web.pp b/manifests/mlmmj/web.pp
index 473bb8c..1a3a328 100644
--- a/manifests/mlmmj/web.pp
+++ b/manifests/mlmmj/web.pp
@@ -17,14 +17,14 @@ class mail::mlmmj::web inherits websites::setup {
ensure => directory,
owner => mlmmj,
group => mlmmj,
- mode => 0640,
+ mode => '0640',
}
file { '/etc/mlmmj-php-web-admin/htpasswd':
ensure => present,
owner => mlmmj,
group => mlmmj,
- mode => 0640,
+ mode => '0640',
content => hiera('mail::mlmmj::web::htpasswd', ''),
}
}