Commit d5bbc7f
jordanbreen28
(538) - Unresolved fact fix
Prior to this commit, when run on non-darwin systems with no java
installed, the custom fact java_version was unresolved.
This was due to an incorrect return type set in
lib/facter/java_version.rb (returned a boolean).
This commit hopes to rectify this issue, by ensuring that the returned
value for java_version is in the correct format.1 parent 266957d commit d5bbc7f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments