|
12 | 12 | hiera_config: 'hiera.yaml', |
13 | 13 | hiera_path: 'hieradata', |
14 | 14 | argv: [ |
15 | | - '--enc', |
16 | | - OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh') |
| 15 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh') |
17 | 16 | ] |
18 | 17 | ) |
19 | 18 | end |
|
54 | 53 | hiera_path: 'hieradata', |
55 | 54 | argv: [ |
56 | 55 | '--no-parallel', |
57 | | - '--enc', |
58 | | - OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
| 56 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
59 | 57 | '--enc-override', 'parameters::role=two' |
60 | 58 | ] |
61 | 59 | ) |
|
95 | 93 | hiera_path: 'hieradata', |
96 | 94 | argv: [ |
97 | 95 | '--no-parallel', |
98 | | - '--enc', |
99 | | - OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
| 96 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
100 | 97 | '--to-enc-override', 'parameters::role=two' |
101 | 98 | ] |
102 | 99 | ) |
|
141 | 138 | hiera_path: 'hieradata', |
142 | 139 | argv: [ |
143 | 140 | '--no-parallel', |
144 | | - '--enc', |
145 | | - OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
| 141 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
146 | 142 | '--from-enc-override', 'parameters::role=two' |
147 | 143 | ] |
148 | 144 | ) |
|
187 | 183 | hiera_path: 'hieradata', |
188 | 184 | argv: [ |
189 | 185 | '--no-parallel', |
190 | | - '--enc', |
191 | | - OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
| 186 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
192 | 187 | '--enc-override', 'parameters::role=two', |
193 | 188 | '--catalog-only' |
194 | 189 | ] |
|
216 | 211 | '-n', 'rspec-node.github.net', |
217 | 212 | '--bootstrapped-to-dir', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides'), |
218 | 213 | '--bootstrapped-from-dir', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides'), |
| 214 | + '--enc', OctocatalogDiff::Spec.fixture_path('repos/enc-overrides/enc.sh'), |
219 | 215 | '--to-enc-override', 'parameters::role=two', |
220 | 216 | '--output-format', 'json', |
221 | 217 | '--fact-file', OctocatalogDiff::Spec.fixture_path('facts/valid-facts.yaml'), |
|
0 commit comments