From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:06:17 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-hotglue.git Changes for puppet 4 compatibility --- diff --git a/manifests/init.pp b/manifests/init.pp index 5d3db91..989dceb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -15,7 +15,7 @@ class hotglue( ensure => directory, owner => root, group => root, - mode => 0755, + mode => '0755', require => Vcsrepo["${folder}/hotglue2"], } @@ -23,7 +23,7 @@ class hotglue( ensure => present, owner => root, group => root, - mode => 0644, + mode => '0644', source => "puppet:///modules/hotglue/user-config.inc.php", require => Vcsrepo["${folder}/hotglue2"], }