hammer_cli_foreman_remote_execution 0.0.4 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +4 -0
  3. data/.travis.yml +5 -3
  4. data/.tx/config +8 -0
  5. data/Gemfile +8 -3
  6. data/README.md +53 -14
  7. data/Rakefile +19 -8
  8. data/hammer_cli_foreman_remote_execution.gemspec +3 -3
  9. data/lib/hammer_cli_foreman_remote_execution.rb +1 -0
  10. data/lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb +4 -4
  11. data/lib/hammer_cli_foreman_remote_execution/i18n.rb +13 -1
  12. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +65 -7
  13. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +31 -1
  14. data/lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb +41 -0
  15. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +12 -4
  16. data/lib/hammer_cli_foreman_remote_execution/version.rb +1 -1
  17. data/locale/Makefile +57 -0
  18. data/locale/README.md +18 -0
  19. data/locale/de/hammer-cli-foreman-remote-execution.po +93 -0
  20. data/locale/en/hammer-cli-foreman-remote-execution.po +209 -0
  21. data/locale/es/hammer-cli-foreman-remote-execution.po +93 -0
  22. data/locale/fr/hammer-cli-foreman-remote-execution.po +93 -0
  23. data/locale/hammer-cli-foreman-remote-execution.pot +358 -0
  24. data/locale/it/hammer-cli-foreman-remote-execution.po +93 -0
  25. data/locale/ja/hammer-cli-foreman-remote-execution.po +93 -0
  26. data/locale/ko/hammer-cli-foreman-remote-execution.po +93 -0
  27. data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +94 -0
  28. data/locale/ru/hammer-cli-foreman-remote-execution.po +95 -0
  29. data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +94 -0
  30. data/locale/zh_TW/hammer-cli-foreman-remote-execution.po +94 -0
  31. data/test/data/1.14/foreman_api.json +1 -0
  32. data/test/data/1.16/foreman_api.json +1 -0
  33. data/test/data/1.17/foreman_api.json +1 -0
  34. data/test/data/export.erb +9 -0
  35. data/test/{unit/data → data}/template.txt +0 -0
  36. data/test/unit/foreign_input_set_test.rb +3 -3
  37. data/test/unit/job_invocation_test.rb +41 -5
  38. data/test/unit/job_template_test.rb +31 -4
  39. data/test/unit/remote_execution_feature_test.rb +44 -0
  40. data/test/unit/template_input_test.rb +11 -3
  41. metadata +35 -12
  42. data/test/unit/data/1.10/foreman_api.json +0 -1
@@ -0,0 +1,93 @@
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_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.9\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "PO-Revision-Date: 2016-02-18 10:36-0500\n"
12
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2017\n"
13
+ "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: es\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+
20
+ msgid "ID"
21
+ msgstr "ID"
22
+
23
+ msgid "Cron line"
24
+ msgstr "Línea Cron"
25
+
26
+ msgid "End time"
27
+ msgstr "Hora de finalización"
28
+
29
+ msgid "Iteration"
30
+ msgstr "Iteración"
31
+
32
+ msgid "State"
33
+ msgstr "Estado"
34
+
35
+ msgid "Recurring logic cancelled."
36
+ msgstr "Lógica recurrente cancelada"
37
+
38
+ msgid "Could not cancel the recurring logic."
39
+ msgstr "No se pudo cancelar la lógica recurrente."
40
+
41
+ msgid "Recurring logic related actions."
42
+ msgstr "Acciones relacionadas con la lógica recurrente"
43
+
44
+ msgid "Show the progress of the task"
45
+ msgstr "Mostrar el progreso de la tarea"
46
+
47
+ msgid "Name"
48
+ msgstr "Nombre"
49
+
50
+ msgid "Owner"
51
+ msgstr "Propietario"
52
+
53
+ msgid "Started at"
54
+ msgstr "Iniciado el"
55
+
56
+ msgid "Ended at"
57
+ msgstr "Finalizada el"
58
+
59
+ msgid "Result"
60
+ msgstr "Resultado:"
61
+
62
+ msgid "Task action"
63
+ msgstr "Acción de la tarea"
64
+
65
+ msgid "Task errors"
66
+ msgstr "Errores de la tarea"
67
+
68
+ msgid "Resume all tasks paused in error state"
69
+ msgstr "Reanudar todas las tareas en pausa en estado de error"
70
+
71
+ msgid "Total tasks found paused in error state"
72
+ msgstr "Total de tareas encontradas en pausa en estado de error"
73
+
74
+ msgid "Total tasks resumed"
75
+ msgstr "Total de tareas reanudadas"
76
+
77
+ msgid "Resumed tasks"
78
+ msgstr "Tareas reanudadas"
79
+
80
+ msgid "Task identifier"
81
+ msgstr "Identificador de tareas"
82
+
83
+ msgid "Total tasks failed to resume"
84
+ msgstr "Total de tareas que no se pudieron reanudar"
85
+
86
+ msgid "Failed tasks"
87
+ msgstr "Tareas con error"
88
+
89
+ msgid "Total tasks skipped"
90
+ msgstr "Total de tareas omitidas"
91
+
92
+ msgid "Skipped tasks"
93
+ msgstr "Tareas omitidas"
@@ -0,0 +1,93 @@
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_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer_cli_foreman_tasks 0.0.9\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "PO-Revision-Date: 2016-02-18 10:36-0500\n"
12
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2017\n"
13
+ "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: fr\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+
20
+ msgid "ID"
21
+ msgstr "ID"
22
+
23
+ msgid "Cron line"
24
+ msgstr "Ligne de cron"
25
+
26
+ msgid "End time"
27
+ msgstr "Heure de fin"
28
+
29
+ msgid "Iteration"
30
+ msgstr "Itération"
31
+
32
+ msgid "State"
33
+ msgstr "État "
34
+
35
+ msgid "Recurring logic cancelled."
36
+ msgstr "Logique récurrente annulée."
37
+
38
+ msgid "Could not cancel the recurring logic."
39
+ msgstr "N'a pas pu annuler la logique récurrente."
40
+
41
+ msgid "Recurring logic related actions."
42
+ msgstr "Actions liées à la logique récurrente."
43
+
44
+ msgid "Show the progress of the task"
45
+ msgstr "Afficher le progrès de la tâche"
46
+
47
+ msgid "Name"
48
+ msgstr "Nom"
49
+
50
+ msgid "Owner"
51
+ msgstr "Propriétaire"
52
+
53
+ msgid "Started at"
54
+ msgstr "Démarré à"
55
+
56
+ msgid "Ended at"
57
+ msgstr "Terminé à"
58
+
59
+ msgid "Result"
60
+ msgstr "Résultat"
61
+
62
+ msgid "Task action"
63
+ msgstr "Action de tâche"
64
+
65
+ msgid "Task errors"
66
+ msgstr "Erreurs de tâche"
67
+
68
+ msgid "Resume all tasks paused in error state"
69
+ msgstr "Reprendre toutes les tâches en attente avec des erreurs"
70
+
71
+ msgid "Total tasks found paused in error state"
72
+ msgstr "Total des tâches mises en attente avec des erreurs"
73
+
74
+ msgid "Total tasks resumed"
75
+ msgstr "Totals des tâches terminées"
76
+
77
+ msgid "Resumed tasks"
78
+ msgstr "Tâches terminées"
79
+
80
+ msgid "Task identifier"
81
+ msgstr "Identificateur de tâche"
82
+
83
+ msgid "Total tasks failed to resume"
84
+ msgstr "Total des tâches qui n'ont pas pu être terminées"
85
+
86
+ msgid "Failed tasks"
87
+ msgstr "Tâches ayant échoué"
88
+
89
+ msgid "Total tasks skipped"
90
+ msgstr "Total des tâches évitées"
91
+
92
+ msgid "Skipped tasks"
93
+ msgstr "Tâches évitées"
@@ -0,0 +1,358 @@
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-remote-execution package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.1.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2019-02-26 10:44-0500\n"
12
+ "PO-Revision-Date: 2019-02-26 10:44-0500\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:4
22
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:54
23
+ msgid "Manage foreign input sets"
24
+ msgstr ""
25
+
26
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:8
27
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:18
28
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:13
29
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:7
30
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:8
31
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:19
32
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:8
33
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:18
34
+ msgid "ID"
35
+ msgstr ""
36
+
37
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:9
38
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:20
39
+ msgid "Target template ID"
40
+ msgstr ""
41
+
42
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:10
43
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:21
44
+ msgid "Target template name"
45
+ msgstr ""
46
+
47
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:19
48
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:8
49
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:9
50
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:21
51
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:9
52
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:19
53
+ msgid "Name"
54
+ msgstr ""
55
+
56
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:22
57
+ msgid "Include all"
58
+ msgstr ""
59
+
60
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:23
61
+ msgid "Include"
62
+ msgstr ""
63
+
64
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:24
65
+ msgid "Exclude"
66
+ msgstr ""
67
+
68
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:31
69
+ msgid "Foreign input set updated"
70
+ msgstr ""
71
+
72
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:32
73
+ msgid "Could not update the input set"
74
+ msgstr ""
75
+
76
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:38
77
+ msgid "Foreign input set created"
78
+ msgstr ""
79
+
80
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:39
81
+ msgid "Could not create the input set"
82
+ msgstr ""
83
+
84
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:45
85
+ msgid "Foreign input set deleted"
86
+ msgstr ""
87
+
88
+ #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:46
89
+ msgid "Could not delete the input set"
90
+ msgstr ""
91
+
92
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:14
93
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:10
94
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:22
95
+ msgid "Description"
96
+ msgstr ""
97
+
98
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:15
99
+ msgid "Status"
100
+ msgstr ""
101
+
102
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:16
103
+ msgid "Success"
104
+ msgstr ""
105
+
106
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:17
107
+ msgid "Failed"
108
+ msgstr ""
109
+
110
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:18
111
+ msgid "Pending"
112
+ msgstr ""
113
+
114
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:19
115
+ msgid "Total"
116
+ msgstr ""
117
+
118
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:20
119
+ msgid "Start"
120
+ msgstr ""
121
+
122
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:33
123
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:9
124
+ msgid "Job Category"
125
+ msgstr ""
126
+
127
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:34
128
+ msgid "Mode"
129
+ msgstr ""
130
+
131
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:35
132
+ msgid "Cron line"
133
+ msgstr ""
134
+
135
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:36
136
+ msgid "Recurring logic ID"
137
+ msgstr ""
138
+
139
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:37
140
+ msgid "Hosts"
141
+ msgstr ""
142
+
143
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:52
144
+ msgid "View the output for a host"
145
+ msgstr ""
146
+
147
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:54
148
+ msgid "Do not wait for job to complete, shows current output only"
149
+ msgstr ""
150
+
151
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:70
152
+ msgid "The job is scheduled to start at %{timestamp}"
153
+ msgstr ""
154
+
155
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:102
156
+ msgid "Job invocation %{id} created"
157
+ msgstr ""
158
+
159
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:105
160
+ msgid "Schedule the execution for a later time"
161
+ msgstr ""
162
+
163
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:108
164
+ msgid "Execution should be cancelled if it cannot be started before --start-at"
165
+ msgstr ""
166
+
167
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:112
168
+ msgid "Create a recurring execution"
169
+ msgstr ""
170
+
171
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:114
172
+ msgid "Perform no more executions after this time, used with --cron-line"
173
+ msgstr ""
174
+
175
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:118
176
+ msgid "Specify inputs from command line"
177
+ msgstr ""
178
+
179
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:122
180
+ msgid "Read input values from files"
181
+ msgstr ""
182
+
183
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:125
184
+ msgid "Dynamic search queries are evaluated at run time"
185
+ msgstr ""
186
+
187
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:168
188
+ msgid "Cancel the job"
189
+ msgstr ""
190
+
191
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:169
192
+ msgid "Job invocation %{id} cancelled"
193
+ msgstr ""
194
+
195
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:170
196
+ msgid "Could not cancel the job invocation"
197
+ msgstr ""
198
+
199
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:180
200
+ msgid "Rerun the job"
201
+ msgstr ""
202
+
203
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:181
204
+ msgid "Job invocation was rerun as %{id}"
205
+ msgstr ""
206
+
207
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:202
208
+ msgid "Manage job invocations"
209
+ msgstr ""
210
+
211
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:10
212
+ msgid "Provider"
213
+ msgstr ""
214
+
215
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:11
216
+ msgid "Type"
217
+ msgstr ""
218
+
219
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:23
220
+ msgid "Inputs"
221
+ msgstr ""
222
+
223
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:36
224
+ msgid "View job template content"
225
+ msgstr ""
226
+
227
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:46
228
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:88
229
+ msgid "Path to a file that contains the template"
230
+ msgstr ""
231
+
232
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:50
233
+ msgid "Job template created"
234
+ msgstr ""
235
+
236
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:51
237
+ msgid "Could not create the job template"
238
+ msgstr ""
239
+
240
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:62
241
+ msgid "Path to a file that contains the template - must include ERB metadata"
242
+ msgstr ""
243
+
244
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:66
245
+ msgid "Job template imported"
246
+ msgstr ""
247
+
248
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:67
249
+ msgid "Could not import the job template"
250
+ msgstr ""
251
+
252
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:78
253
+ msgid "Export a template including all metadata"
254
+ msgstr ""
255
+
256
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:92
257
+ msgid "Job template updated"
258
+ msgstr ""
259
+
260
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:93
261
+ msgid "Could not update the job template"
262
+ msgstr ""
263
+
264
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:101
265
+ msgid "Job template deleted"
266
+ msgstr ""
267
+
268
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:102
269
+ msgid "Could not delete the job template"
270
+ msgstr ""
271
+
272
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:121
273
+ msgid "Manage job templates"
274
+ msgstr ""
275
+
276
+ #: ../lib/hammer_cli_foreman_remote_execution/options/normalizers.rb:6
277
+ msgid ""
278
+ "Comma-separated list of key=file, where file is a path to a text file to be re"
279
+ "ad"
280
+ msgstr ""
281
+
282
+ #: ../lib/hammer_cli_foreman_remote_execution/options/normalizers.rb:26
283
+ msgid ""
284
+ "Cron line format 'a b c d e', where:\n"
285
+ " a. is minute (range: 0-59)\n"
286
+ " b. is hour (range: 0-23)\n"
287
+ " c. is day of month (range: 1-31)\n"
288
+ " d. is month (range: 1-12)\n"
289
+ " e. is day of week (range: 0-6)"
290
+ msgstr ""
291
+
292
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:4
293
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:40
294
+ msgid "Manage remote execution features"
295
+ msgstr ""
296
+
297
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:11
298
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:23
299
+ msgid "Job template name"
300
+ msgstr ""
301
+
302
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:20
303
+ msgid "Label"
304
+ msgstr ""
305
+
306
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:24
307
+ msgid "Job template ID"
308
+ msgstr ""
309
+
310
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:31
311
+ msgid "Remote execution feature updated"
312
+ msgstr ""
313
+
314
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:32
315
+ msgid "Could not update the remote execution feature"
316
+ msgstr ""
317
+
318
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:4
319
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:48
320
+ msgid "Manage template inputs"
321
+ msgstr ""
322
+
323
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:10
324
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:20
325
+ msgid "Input type"
326
+ msgstr ""
327
+
328
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:22
329
+ msgid "Fact name"
330
+ msgstr ""
331
+
332
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:23
333
+ msgid "Variable name"
334
+ msgstr ""
335
+
336
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:24
337
+ msgid "Puppet parameter name"
338
+ msgstr ""
339
+
340
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:25
341
+ msgid "Options"
342
+ msgstr ""
343
+
344
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:32
345
+ msgid "Template input created"
346
+ msgstr ""
347
+
348
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:33
349
+ msgid "Could not create the template input"
350
+ msgstr ""
351
+
352
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:39
353
+ msgid "Template input deleted"
354
+ msgstr ""
355
+
356
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:40
357
+ msgid "Could not delete the template input"
358
+ msgstr ""