From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:07:34 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=430f9aa00afab4f283660f24b0cdf0cbdba1702f;p=puppet-supervisor.git Changes for puppet 4 compatibility --- diff --git a/manifests/app.pp b/manifests/app.pp index 37c9c28..9ea90f1 100644 --- a/manifests/app.pp +++ b/manifests/app.pp @@ -15,7 +15,7 @@ define supervisor::app ( ensure => present, owner => root, group => root, - mode => 0644, + mode => '0644', content => $source ? { '' => template('supervisor/app.erb'), default => undef,