From: varac Date: Wed, 2 Nov 2016 23:56:27 +0000 (+0100) Subject: The file mode specification must be a string, not 'Fixnum' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a27930d70e97291599cb45ba125bf90e8c432e55;p=puppet-common.git The file mode specification must be a string, not 'Fixnum' --- diff --git a/manifests/module_dir.pp b/manifests/module_dir.pp index 2420da9..2f55b65 100644 --- a/manifests/module_dir.pp +++ b/manifests/module_dir.pp @@ -18,7 +18,7 @@ define common::module_dir( $owner = root, $group = 0, - $mode = 0644 + $mode = '0644' ) { include common::moduledir file {