diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2017-11-16 14:26:19 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2017-11-16 14:26:19 -0500 |
commit | 6fcf75d46a5c7fcd00fd4470270552b543cf4452 (patch) | |
tree | 113bff3fc889d01339fbf556501307f55fc8b8d2 /manifests | |
parent | b1f720160730b49971e431deaef207353fa886ca (diff) |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/module_file.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/module_file.pp b/manifests/module_file.pp index c1070bc..7e7f1bb 100644 --- a/manifests/module_file.pp +++ b/manifests/module_file.pp @@ -18,7 +18,7 @@ define common::module_file ( $source = undef, $owner = root, $group = 0, - $mode = 0644 + $mode = '0644' ){ include common::moduledir file { |