From 810231ead207dfefda722c8589afc8e3b4314402 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:30 -0300 Subject: Changes for puppet 4 compatibility --- manifests/mlmmj/web.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/mlmmj/web.pp') 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', ''), } } -- cgit v1.2.3