From: Silvio Rhatto Date: Sat, 30 Dec 2017 01:26:29 +0000 (-0200) Subject: Updates puppet syntax X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-resolvconf.git Updates puppet syntax --- diff --git a/manifests/init.pp b/manifests/init.pp index 190758e..61685fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,6 +22,6 @@ class resolvconf( openbsd => template("resolvconf/resolvconf.${::operatingsystem}.erb"), default => template('resolvconf/resolvconf.erb'), }, - owner => root, group => 0, mode => 0444; + owner => root, group => 0, mode => '0444'; } }