We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87087a commit 7015fcdCopy full SHA for 7015fcd
1 file changed
types/facter/config/global.pp
@@ -7,6 +7,6 @@
7
Optional['external-dir'] => Array[Stdlib::Absolutepath],
8
Optional['custom-dir'] => Array[Stdlib::Absolutepath],
9
Optional['no-external-facts'] => Boolean,
10
- Optional['no-custom-facts'] => Boolean[false], # Cannot be true
11
- Optional['no-ruby'] => Boolean[false], # Cannot be true
+ Optional['no-custom-facts'] => Boolean, # Should be Boolean[false], as it cannot be true, but that breaks kafo
+ Optional['no-ruby'] => Boolean, # Should be Boolean[false], as it cannot be true, but that breaks kafo
12
}]
0 commit comments