hammer_cli_foreman_puppet 0.0.7 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_puppet/associating_commands.rb +1 -1
  3. data/lib/hammer_cli_foreman_puppet/class.rb +1 -3
  4. data/lib/hammer_cli_foreman_puppet/combination.rb +0 -1
  5. data/lib/hammer_cli_foreman_puppet/command_extensions/combination.rb +3 -3
  6. data/lib/hammer_cli_foreman_puppet/commands.rb +3 -2
  7. data/lib/hammer_cli_foreman_puppet/host.rb +4 -5
  8. data/lib/hammer_cli_foreman_puppet/hostgroup.rb +7 -8
  9. data/lib/hammer_cli_foreman_puppet/i18n.rb +2 -2
  10. data/lib/hammer_cli_foreman_puppet/id_resolver.rb +5 -5
  11. data/lib/hammer_cli_foreman_puppet/option_sources/puppet_environment_params.rb +1 -2
  12. data/lib/hammer_cli_foreman_puppet/puppet_references.rb +0 -1
  13. data/lib/hammer_cli_foreman_puppet/smart_class_parameter.rb +6 -6
  14. data/lib/hammer_cli_foreman_puppet/smart_proxy.rb +2 -2
  15. data/lib/hammer_cli_foreman_puppet/version.rb +1 -1
  16. metadata +8 -65
  17. data/locale/cs_CZ/hammer-cli-foreman-puppet.edit.po +0 -383
  18. data/locale/de/hammer-cli-foreman-puppet.edit.po +0 -396
  19. data/locale/en/hammer-cli-foreman-puppet.edit.po +0 -362
  20. data/locale/es/hammer-cli-foreman-puppet.edit.po +0 -389
  21. data/locale/fr/hammer-cli-foreman-puppet.edit.po +0 -387
  22. data/locale/ja/hammer-cli-foreman-puppet.edit.po +0 -386
  23. data/locale/ka/hammer-cli-foreman-puppet.edit.po +0 -383
  24. data/locale/pt_BR/hammer-cli-foreman-puppet.edit.po +0 -389
  25. data/locale/zh_CN/hammer-cli-foreman-puppet.edit.po +0 -385
  26. data/test/data/2.1/foreman_api.json +0 -1
  27. data/test/data/3.0/foreman_api.json +0 -1
  28. data/test/data/3.3/foreman_api.json +0 -1
  29. data/test/data/README.md +0 -27
  30. data/test/functional/config_group_test.rb +0 -28
  31. data/test/functional/host/create_test.rb +0 -195
  32. data/test/functional/host/update_test.rb +0 -126
  33. data/test/functional/hostgroup/create_test.rb +0 -178
  34. data/test/functional/hostgroup/update_test.rb +0 -126
  35. data/test/functional/proxy_test.rb +0 -86
  36. data/test/functional/smart_class_parameter_test.rb +0 -97
  37. data/test/functional/template_test.rb +0 -38
  38. data/test/functional/test_helper.rb +0 -7
  39. data/test/test_helper.rb +0 -29
  40. data/test/unit/apipie_resource_mock.rb +0 -186
  41. data/test/unit/config_group_test.rb +0 -73
  42. data/test/unit/helpers/command.rb +0 -163
  43. data/test/unit/helpers/fake_searchables.rb +0 -19
  44. data/test/unit/helpers/resource_disabled.rb +0 -24
  45. data/test/unit/puppet_class_test.rb +0 -72
  46. data/test/unit/puppet_environment_test.rb +0 -116
  47. data/test/unit/smart_class_parameter_test.rb +0 -114
  48. data/test/unit/test_helper.rb +0 -18
  49. data/test/unit/test_output_adapter.rb +0 -22
@@ -1,362 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer-cli-foreman-puppet package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-puppet 0.0.6\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2021-08-02 23:05+0530\n"
11
- "PO-Revision-Date: 2021-08-02 23:05+0530\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "Language: \n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
-
20
- #: ../lib/hammer_cli_foreman_puppet.rb:30
21
- msgid "Manage Foreman Puppet classes"
22
- msgstr ""
23
-
24
- #: ../lib/hammer_cli_foreman_puppet.rb:36
25
- msgid "Manage Foreman Puppet environments"
26
- msgstr ""
27
-
28
- #: ../lib/hammer_cli_foreman_puppet.rb:42
29
- msgid "Manage Foreman config groups"
30
- msgstr ""
31
-
32
- #: ../lib/hammer_cli_foreman_puppet.rb:48
33
- msgid "Manage Foreman Puppet smart class parameters"
34
- msgstr ""
35
-
36
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:18
37
- msgid "Associate a Puppet environment"
38
- msgstr ""
39
-
40
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:21
41
- msgid "The environment has been associated."
42
- msgstr ""
43
-
44
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:22
45
- msgid "Could not associate the environment"
46
- msgstr ""
47
-
48
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:30
49
- msgid "Disassociate a Puppet environment"
50
- msgstr ""
51
-
52
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:33
53
- msgid "The environment has been disassociated."
54
- msgstr ""
55
-
56
- #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:34
57
- msgid "Could not disassociate the environment"
58
- msgstr ""
59
-
60
- #: ../lib/hammer_cli_foreman_puppet/class.rb:8 ../lib/hammer_cli_foreman_puppet/environment.rb:8 ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:74
61
- msgid "Id"
62
- msgstr ""
63
-
64
- #: ../lib/hammer_cli_foreman_puppet/class.rb:9 ../lib/hammer_cli_foreman_puppet/config_group.rb:8 ../lib/hammer_cli_foreman_puppet/environment.rb:9
65
- msgid "Name"
66
- msgstr ""
67
-
68
- #: ../lib/hammer_cli_foreman_puppet/class.rb:29
69
- msgid "Smart class parameters"
70
- msgstr ""
71
-
72
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:7
73
- msgid "ID of associated Puppet environment"
74
- msgstr ""
75
-
76
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:10
77
- msgid "Name of associated Puppet environment"
78
- msgstr ""
79
-
80
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:7
81
- msgid "IDs of associated Puppet environment"
82
- msgstr ""
83
-
84
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:10
85
- msgid "Names of associated Puppet environment"
86
- msgstr ""
87
-
88
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:15 ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:21
89
- msgid "List of Puppet class ids"
90
- msgstr ""
91
-
92
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:20 ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:26
93
- msgid "Name of Puppet CA proxy"
94
- msgstr ""
95
-
96
- #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:21 ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:27
97
- msgid "Name of Puppet proxy"
98
- msgstr ""
99
-
100
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:7
101
- msgid "ID"
102
- msgstr ""
103
-
104
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:23
105
- msgid "Config group created."
106
- msgstr ""
107
-
108
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:24
109
- msgid "Could not create the config group"
110
- msgstr ""
111
-
112
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:30
113
- msgid "Config group updated."
114
- msgstr ""
115
-
116
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:31
117
- msgid "Could not update the config group"
118
- msgstr ""
119
-
120
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:37
121
- msgid "Config group has been deleted."
122
- msgstr ""
123
-
124
- #: ../lib/hammer_cli_foreman_puppet/config_group.rb:38
125
- msgid "Could not delete the config group"
126
- msgstr ""
127
-
128
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:28
129
- msgid "Environment created."
130
- msgstr ""
131
-
132
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:29
133
- msgid "Could not create the environment"
134
- msgstr ""
135
-
136
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:36
137
- msgid "Environment updated."
138
- msgstr ""
139
-
140
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:37
141
- msgid "Could not update the environment"
142
- msgstr ""
143
-
144
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:44
145
- msgid "Environment deleted."
146
- msgstr ""
147
-
148
- #: ../lib/hammer_cli_foreman_puppet/environment.rb:45
149
- msgid "Could not delete the environment"
150
- msgstr ""
151
-
152
- #: ../lib/hammer_cli_foreman_puppet/host.rb:39 ../lib/hammer_cli_foreman_puppet/hostgroup.rb:36 ../lib/hammer_cli_foreman_puppet/hostgroup.rb:42
153
- msgid "Puppet Environment"
154
- msgstr ""
155
-
156
- #: ../lib/hammer_cli_foreman_puppet/host.rb:40 ../lib/hammer_cli_foreman_puppet/hostgroup.rb:43
157
- msgid "Puppet CA Proxy"
158
- msgstr ""
159
-
160
- #: ../lib/hammer_cli_foreman_puppet/host.rb:41 ../lib/hammer_cli_foreman_puppet/hostgroup.rb:44
161
- msgid "Puppet Master Proxy"
162
- msgstr ""
163
-
164
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:23
165
- msgid "Missing options to search %s"
166
- msgstr ""
167
-
168
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:31
169
- msgid "one of %s not found."
170
- msgstr ""
171
-
172
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:69 ../lib/hammer_cli_foreman_puppet/id_resolver.rb:70
173
- msgid "Puppet environment name"
174
- msgstr ""
175
-
176
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:71
177
- msgid "Puppet class name"
178
- msgstr ""
179
-
180
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:72
181
- msgid "Smart class parameter name"
182
- msgstr ""
183
-
184
- #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:75
185
- msgid "Name to search by"
186
- msgstr ""
187
-
188
- #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:6 ../lib/hammer_cli_foreman_puppet/references.rb:15
189
- msgid "Puppetclasses"
190
- msgstr ""
191
-
192
- #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:14 ../lib/hammer_cli_foreman_puppet/references.rb:7
193
- msgid "Environments"
194
- msgstr ""
195
-
196
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:10
197
- msgid "Parameter"
198
- msgstr ""
199
-
200
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:11
201
- msgid "Default Value"
202
- msgstr ""
203
-
204
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:12
205
- msgid "Override"
206
- msgstr ""
207
-
208
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:34
209
- msgid "Puppet class"
210
- msgstr ""
211
-
212
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:35
213
- msgid "Class Id"
214
- msgstr ""
215
-
216
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:57
217
- msgid "Description"
218
- msgstr ""
219
-
220
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:58 ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:64
221
- msgid "Type"
222
- msgstr ""
223
-
224
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:59
225
- msgid "Hidden Value?"
226
- msgstr ""
227
-
228
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:77
229
- msgid "Omit"
230
- msgstr ""
231
-
232
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:61
233
- msgid "Required"
234
- msgstr ""
235
-
236
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:63
237
- msgid "Validator"
238
- msgstr ""
239
-
240
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:65
241
- msgid "Rule"
242
- msgstr ""
243
-
244
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:67
245
- msgid "Override values"
246
- msgstr ""
247
-
248
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:68
249
- msgid "Merge overrides"
250
- msgstr ""
251
-
252
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:69
253
- msgid "Merge default value"
254
- msgstr ""
255
-
256
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:70
257
- msgid "Avoid duplicates"
258
- msgstr ""
259
-
260
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:71
261
- msgid "Order"
262
- msgstr ""
263
-
264
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:73
265
- msgid "Values"
266
- msgstr ""
267
-
268
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:75
269
- msgid "Match"
270
- msgstr ""
271
-
272
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:76
273
- msgid "Value"
274
- msgstr ""
275
-
276
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:102
277
- msgid "Parameter updated."
278
- msgstr ""
279
-
280
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:103
281
- msgid "Could not update the parameter"
282
- msgstr ""
283
-
284
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:105
285
- msgid "Value to use when there is no match"
286
- msgstr ""
287
-
288
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:112
289
- msgid "Override this parameter"
290
- msgstr ""
291
-
292
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:114
293
- msgid "This parameter is required"
294
- msgstr ""
295
-
296
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:116
297
- msgid "Type of the parameter"
298
- msgstr ""
299
-
300
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:119
301
- msgid "Type of the validator"
302
- msgstr ""
303
-
304
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:121
305
- msgid "The order in which values are resolved"
306
- msgstr ""
307
-
308
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:142
309
- msgid "Override value, required if omit is false"
310
- msgstr ""
311
-
312
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:144
313
- msgid "Override value created."
314
- msgstr ""
315
-
316
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:145
317
- msgid "Could not create the override value"
318
- msgstr ""
319
-
320
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:153
321
- msgid "Cannot use --value when --omit is true."
322
- msgstr ""
323
-
324
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:166
325
- msgid "Override value deleted."
326
- msgstr ""
327
-
328
- #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:167
329
- msgid "Could not delete the override value"
330
- msgstr ""
331
-
332
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:9
333
- msgid "Import Puppet classes from Puppet proxy"
334
- msgstr ""
335
-
336
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:10
337
- msgid "Do not run the import"
338
- msgstr ""
339
-
340
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:14
341
- msgid "Result"
342
- msgstr ""
343
-
344
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:15
345
- msgid "Changed environments"
346
- msgstr ""
347
-
348
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:17
349
- msgid "New classes"
350
- msgstr ""
351
-
352
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:20
353
- msgid "Updated classes"
354
- msgstr ""
355
-
356
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:23
357
- msgid "Removed classes"
358
- msgstr ""
359
-
360
- #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:26
361
- msgid "Ignored classes"
362
- msgstr ""