]> gitweb.fluxo.info Git - puppet-inetd.git/commitdiff
Changes for puppet 4 compatibility master
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:06:23 +0000 (19:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:06:23 +0000 (19:06 -0300)
manifests/init.pp

index 016da9123c2bbb1f5e212ae8ac44af4143bdb4e5..c3e23a5e05ad206a366db4501c213ecca12d6cd0 100644 (file)
@@ -19,7 +19,7 @@ class inetd {
   file { "/etc/inetd.conf":
     owner   => "root",
     group   => "root",
-    mode    => 0644,
+    mode    => '0644',
     ensure  => present,
     notify  => Service['inetd'],
   }