projects
/
puppet_common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039c638
)
The file mode specification must be a string, not 'Fixnum'
author
varac
<varacanero@zeromail.org>
Wed, 2 Nov 2016 23:56:27 +0000
(
00:56
+0100)
committer
varac
<varacanero@zeromail.org>
Wed, 2 Nov 2016 23:56:27 +0000
(
00:56
+0100)
manifests/module_dir.pp
patch
|
blob
|
history
diff --git
a/manifests/module_dir.pp
b/manifests/module_dir.pp
index
2420da9
..
2f55b65
100644
(file)
--- 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 {