From bf140a2b427e14da6d70351d3a61ce61bb1d6e27 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:23 -0300 Subject: Changes for puppet 4 compatibility --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } -- cgit v1.2.3