Commit 3435f1d
committed
(CONT-186) Set
Prior to this commit `-deststoretype` was no set, resulting in key stores being created in the default type.
This has been done through implementation of the existing variable `storetype` rather than creating a new one as I cannot foresee an instance where the two would differentiate.-deststoretype
1 parent f845b0d commit 3435f1d
File tree
2 files changed
+5
-2
lines changed- lib/puppet/provider/java_ks
- spec/unit/puppet/provider/java_ks
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments