summaryrefslogtreecommitdiff
path: root/manifests/mlmmj
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
commit810231ead207dfefda722c8589afc8e3b4314402 (patch)
treed7279e30e6b10c35eaff0a072302f749513c930d /manifests/mlmmj
parent0fb0591ce908cebd73d658101dbc3da1138dece9 (diff)
downloadpuppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.gz
puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/mlmmj')
-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', ''),
}
}