From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:07:37 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-supybot.git Changes for puppet 4 compatibility --- diff --git a/manifests/init.pp b/manifests/init.pp index d698f29..b4b97fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,7 +23,7 @@ class supybot { ensure => directory, owner => 'supybot', group => 'supybot', - mode => 0750, + mode => '0750', require => User['supybot'], }