From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:06:23 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bf140a2b427e14da6d70351d3a61ce61bb1d6e27;p=puppet-inetd.git Changes for puppet 4 compatibility --- diff --git a/manifests/init.pp b/manifests/init.pp index 016da91..c3e23a5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,7 +19,7 @@ class inetd { file { "/etc/inetd.conf": owner => "root", group => "root", - mode => 0644, + mode => '0644', ensure => present, notify => Service['inetd'], }