foreman_puppet 1.0.5 → 2.0.0.alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
  3. data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
  4. data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
  5. data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
  6. data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
  7. data/app/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +32 -41
  8. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +26 -41
  9. data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
  10. data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
  11. data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
  12. data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
  13. data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
  14. data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
  15. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
  16. data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
  17. data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
  18. data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +0 -2
  19. data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
  20. data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
  21. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
  22. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
  23. data/config/api_routes.rb +1 -9
  24. data/config/initializers/api_reroute.rb +73 -5
  25. data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
  26. data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
  27. data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +20 -36
  28. data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
  29. data/db/migrate_foreman/20090722141107_create_environments.rb +2 -2
  30. data/db/migrate_foreman/20090802062223_create_puppetclasses.rb +28 -0
  31. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.rb +12 -0
  32. data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.rb +9 -0
  33. data/db/migrate_foreman/20110712070522_create_host_class.rb +11 -0
  34. data/db/migrate_foreman/20120824142048_add_some_indexes.rb +14 -0
  35. data/db/migrate_foreman/20121018152459_create_hostgroup_classes.rb +11 -0
  36. data/db/migrate_foreman/20161205142618_delete_orphaned_smart_class_parameters.rb +1 -1
  37. data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +1 -31
  38. data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.rb +24 -0
  39. data/db/migrate_foreman/20181023112532_add_environment_puppetclass_id.rb +1 -1
  40. data/lib/foreman_puppet/engine.rb +4 -36
  41. data/lib/foreman_puppet/register.rb +16 -47
  42. data/lib/foreman_puppet/version.rb +1 -1
  43. data/lib/foreman_puppet.rb +1 -6
  44. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  45. data/locale/en/foreman_puppet.edit.po +162 -317
  46. data/locale/en/foreman_puppet.po +62 -8
  47. data/locale/foreman_puppet.pot +215 -133
  48. data/locale/gemspec.rb +1 -1
  49. data/package.json +8 -11
  50. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
  51. data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
  52. data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
  53. data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
  54. data/test/factories/foreman_puppet_factories.rb +0 -2
  55. data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +31 -70
  56. data/test/integration/foreman_puppet/host_js_test.rb +0 -1
  57. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
  58. data/test/models/foreman_puppet/host_puppet_facet_test.rb +1 -7
  59. data/test/models/foreman_puppet/host_test.rb +26 -0
  60. data/test/models/foreman_puppet/user_test.rb +1 -5
  61. data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
  62. metadata +22 -13
  63. data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +0 -10
  64. data/locale/cs_CZ/foreman_puppet.edit.po +0 -1085
  65. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
@@ -1,1085 +0,0 @@
1
- # Czech translations for foreman_puppet package.
2
- # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the foreman_puppet package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: foreman_puppet 1.0.0\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2021-11-11 13:46+0100\n"
11
- "PO-Revision-Date: 2021-11-11 13:46+0100\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: Czech\n"
14
- "Language: cs_CZ\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=; plural=;\n"
19
- "\n"
20
-
21
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
22
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
23
- msgstr ""
24
-
25
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
26
- msgid "No changes to your environments detected"
27
- msgstr ""
28
-
29
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
30
- msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
31
- msgstr ""
32
-
33
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
34
- msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
35
- msgstr ""
36
-
37
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
38
- msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
39
- msgstr ""
40
-
41
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
42
- msgid "Ignored environments: %s"
43
- msgstr ""
44
-
45
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55
46
- msgid "Ignored classes in the environments: %s"
47
- msgstr ""
48
-
49
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
50
- msgid "List all host groups for a Puppet class"
51
- msgstr ""
52
-
53
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
54
- msgid "ID of Puppetclass"
55
- msgstr ""
56
-
57
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
58
- msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
59
- msgstr ""
60
-
61
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
62
- msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
63
- msgstr ""
64
-
65
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
66
- msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
67
- msgstr ""
68
-
69
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
70
- msgid "ID of associated puppet Environment"
71
- msgstr ""
72
-
73
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
74
- msgid "IDs of associated Puppetclasses"
75
- msgstr ""
76
-
77
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
78
- msgid "IDs of associated ConfigGroups"
79
- msgstr ""
80
-
81
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
82
- msgid "Import puppet classes from puppet proxy"
83
- msgstr ""
84
-
85
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
86
- msgid "Import puppet classes from puppet proxy for an environment"
87
- msgstr ""
88
-
89
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
90
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
91
- msgstr ""
92
-
93
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
94
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
95
- msgstr ""
96
-
97
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
98
- msgid "The requested environment cannot be found."
99
- msgstr ""
100
-
101
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
102
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
103
- msgstr ""
104
-
105
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
106
- msgid "List template combination"
107
- msgstr ""
108
-
109
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
110
- msgid "Add a template combination"
111
- msgstr ""
112
-
113
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
114
- msgid "Show template combination"
115
- msgstr ""
116
-
117
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
118
- msgid "Update template combination"
119
- msgstr ""
120
-
121
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
122
- msgid "ID of Puppet environment"
123
- msgstr ""
124
-
125
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
126
- msgid "environment id"
127
- msgstr ""
128
-
129
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
130
- msgid "ID of environment"
131
- msgstr ""
132
-
133
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
134
- msgid "List hosts per environment"
135
- msgstr ""
136
-
137
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
138
- msgid "ID of puppet environment"
139
- msgstr ""
140
-
141
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
142
- msgid "Deprecated in favor of host/puppet_attributes/environment_id"
143
- msgstr ""
144
-
145
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
146
- msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
147
- msgstr ""
148
-
149
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
150
- msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
151
- msgstr ""
152
-
153
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
154
- msgid "No environment selected!"
155
- msgstr ""
156
-
157
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
158
- msgid "Updated hosts: changed environment"
159
- msgstr ""
160
-
161
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
162
- msgid "Unable to generate output, Check log files"
163
- msgstr ""
164
-
165
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
166
- msgid "No proxy selected!"
167
- msgstr ""
168
-
169
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
170
- msgid "Invalid proxy selected!"
171
- msgstr ""
172
-
173
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
174
- msgid "Failed to set %{proxy_type} proxy for %{host}."
175
- msgstr ""
176
-
177
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
178
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
179
- msgstr ""
180
-
181
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
182
- msgid "The %{proxy_type} proxy of the selected hosts was cleared."
183
- msgstr ""
184
-
185
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
186
- msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
187
- msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
188
- msgstr[0] ""
189
- msgstr[1] ""
190
-
191
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
192
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
193
- msgstr ""
194
-
195
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
196
- msgid "Puppet"
197
- msgstr ""
198
-
199
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
200
- msgid "Puppet CA"
201
- msgstr ""
202
-
203
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
204
- msgid "List of config groups"
205
- msgstr ""
206
-
207
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
208
- msgid "Show a config group"
209
- msgstr ""
210
-
211
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
212
- msgid "Create a config group"
213
- msgstr ""
214
-
215
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
216
- msgid "Update a config group"
217
- msgstr ""
218
-
219
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
220
- msgid "Delete a config group"
221
- msgstr ""
222
-
223
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
224
- msgid "List all environments"
225
- msgstr ""
226
-
227
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
228
- msgid "List environments of Puppet class"
229
- msgstr ""
230
-
231
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
232
- msgid "List environments per location"
233
- msgstr ""
234
-
235
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
236
- msgid "List environments per organization"
237
- msgstr ""
238
-
239
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
240
- msgid "ID of Puppet class"
241
- msgstr ""
242
-
243
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
244
- msgid "Show an environment"
245
- msgstr ""
246
-
247
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
248
- msgid "Create an environment"
249
- msgstr ""
250
-
251
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
252
- msgid "Update an environment"
253
- msgstr ""
254
-
255
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
256
- msgid "Delete an environment"
257
- msgstr ""
258
-
259
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
260
- msgid "List all Puppet class IDs for host"
261
- msgstr ""
262
-
263
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
264
- msgid "Add a Puppet class to host"
265
- msgstr ""
266
-
267
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
268
- msgid "ID of host"
269
- msgstr ""
270
-
271
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
272
- msgid "Remove a Puppet class from host"
273
- msgstr ""
274
-
275
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11
276
- msgid "List all Puppet class IDs for host group"
277
- msgstr ""
278
-
279
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
280
- msgid "Add a Puppet class to host group"
281
- msgstr ""
282
-
283
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
284
- msgid "ID of host group"
285
- msgstr ""
286
-
287
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
288
- msgid "Remove a Puppet class from host group"
289
- msgstr ""
290
-
291
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
292
- msgid "List of override values for a specific smart class parameter"
293
- msgstr ""
294
-
295
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
296
- msgid "Display hidden values"
297
- msgstr ""
298
-
299
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
300
- msgid "Show an override value for a specific smart class parameter"
301
- msgstr ""
302
-
303
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
304
- msgid "Override match"
305
- msgstr ""
306
-
307
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
308
- msgid "Override value, required if omit is false"
309
- msgstr ""
310
-
311
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
312
- msgid "Foreman will not send this parameter in classification output"
313
- msgstr ""
314
-
315
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
316
- msgid "Create an override value for a specific smart class parameter"
317
- msgstr ""
318
-
319
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
320
- msgid "Update an override value for a specific smart class parameter"
321
- msgstr ""
322
-
323
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
324
- msgid "Delete an override value for a specific smart class parameter"
325
- msgstr ""
326
-
327
- #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
328
- msgid "%{model} with id '%{id}' was not found"
329
- msgstr ""
330
-
331
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
332
- msgid "List all Puppet classes"
333
- msgstr ""
334
-
335
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
336
- msgid "List all Puppet classes for a host"
337
- msgstr ""
338
-
339
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
340
- msgid "List all Puppet classes for a host group"
341
- msgstr ""
342
-
343
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
344
- msgid "List all Puppet classes for an environment"
345
- msgstr ""
346
-
347
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
348
- msgid "Show a Puppet class"
349
- msgstr ""
350
-
351
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
352
- msgid "Show a Puppet class for host"
353
- msgstr ""
354
-
355
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
356
- msgid "Show a Puppet class for a host group"
357
- msgstr ""
358
-
359
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
360
- msgid "Show a Puppet class for an environment"
361
- msgstr ""
362
-
363
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
364
- msgid "Create a Puppet class"
365
- msgstr ""
366
-
367
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
368
- msgid "Update a Puppet class"
369
- msgstr ""
370
-
371
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
372
- msgid "Delete a Puppet class"
373
- msgstr ""
374
-
375
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
376
- msgid "List all smart class parameters"
377
- msgstr ""
378
-
379
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
380
- msgid "List of smart class parameters for a specific host"
381
- msgstr ""
382
-
383
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
384
- msgid "List of smart class parameters for a specific host group"
385
- msgstr ""
386
-
387
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
388
- msgid "List of smart class parameters for a specific Puppet class"
389
- msgstr ""
390
-
391
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
392
- msgid "List of smart class parameters for a specific environment"
393
- msgstr ""
394
-
395
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
396
- msgid "List of smart class parameters for a specific environment/Puppet class combination"
397
- msgstr ""
398
-
399
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
400
- msgid "Show a smart class parameter"
401
- msgstr ""
402
-
403
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41
404
- msgid "Update a smart class parameter"
405
- msgstr ""
406
-
407
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
408
- msgid "Whether the smart class parameter value is managed by Foreman"
409
- msgstr ""
410
-
411
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
412
- msgid "Description of smart class"
413
- msgstr ""
414
-
415
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
416
- msgid "Value to use when there is no match"
417
- msgstr ""
418
-
419
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
420
- msgid "When enabled the parameter is hidden in the UI"
421
- msgstr ""
422
-
423
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
424
- msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
425
- msgstr ""
426
-
427
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
428
- msgid "The order in which values are resolved"
429
- msgstr ""
430
-
431
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
432
- msgid "Types of validation values"
433
- msgstr ""
434
-
435
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
436
- msgid "Used to enforce certain values for the parameter values"
437
- msgstr ""
438
-
439
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
440
- msgid "Types of variable values"
441
- msgstr ""
442
-
443
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
444
- msgid "If true, will raise an error if there is no default value and no matcher provide a value"
445
- msgstr ""
446
-
447
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
448
- msgid "Merge all matching values (only array/hash type)"
449
- msgstr ""
450
-
451
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
452
- msgid "Include default value when merging all matching values"
453
- msgstr ""
454
-
455
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
456
- msgid "Remove duplicate values (only array type)"
457
- msgstr ""
458
-
459
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
460
- msgid "Successfully overridden all parameters of Puppet class %s"
461
- msgstr ""
462
-
463
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
464
- msgid "Successfully reset all parameters of Puppet class %s to their default values"
465
- msgstr ""
466
-
467
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
468
- msgid "No parameters to override for Puppet class %s"
469
- msgstr ""
470
-
471
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
472
- msgid "Create Puppet Environment"
473
- msgstr ""
474
-
475
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
476
- msgid "Change Environment"
477
- msgstr ""
478
-
479
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
480
- msgid "Change Puppet Master"
481
- msgstr ""
482
-
483
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
484
- msgid "Puppet YAML"
485
- msgstr ""
486
-
487
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
488
- msgid "Puppet external nodes YAML dump"
489
- msgstr ""
490
-
491
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
492
- msgid "Puppet Environment"
493
- msgstr ""
494
-
495
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
496
- msgid "Omit from classification output"
497
- msgstr ""
498
-
499
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39
500
- msgid "Override this value"
501
- msgstr ""
502
-
503
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43
504
- msgid "Remove this override"
505
- msgstr ""
506
-
507
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75
508
- msgid "Default value"
509
- msgstr ""
510
-
511
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93
512
- msgid "Original value info"
513
- msgstr ""
514
-
515
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99
516
- msgid ""
517
- "<b>Description:</b> %{desc}<br/>\n"
518
- " <b>Type:</b> %{type}<br/>\n"
519
- " <b>Matcher:</b> %{matcher}<br/>\n"
520
- " <b>Inherited value:</b> %{inherited_value}"
521
- msgstr ""
522
-
523
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
524
- msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
525
- msgstr ""
526
-
527
- #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
528
- msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
529
- msgstr ""
530
-
531
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
532
- msgid "Empty environment"
533
- msgstr ""
534
-
535
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7
536
- msgid "Deleted environment"
537
- msgstr ""
538
-
539
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
540
- msgid "Deleted environment %{env} and %{pcs}"
541
- msgstr ""
542
-
543
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
544
- msgid "Ignored environment"
545
- msgstr ""
546
-
547
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18
548
- msgid "Import"
549
- msgstr ""
550
-
551
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
552
- msgid "Import environments from %s"
553
- msgstr ""
554
-
555
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
556
- msgid "Import classes from %s"
557
- msgstr ""
558
-
559
- #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
560
- msgid "%{name} has %{num_tag} class"
561
- msgid_plural "%{name} has %{num_tag} classes"
562
- msgstr[0] ""
563
- msgstr[1] ""
564
-
565
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
566
- msgid "Click to remove %s"
567
- msgstr ""
568
-
569
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46
570
- msgid "Click to add %s"
571
- msgstr ""
572
-
573
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
574
- msgid "None"
575
- msgstr ""
576
-
577
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14
578
- msgid ""
579
- "When editing a template, you must assign a list \\\n"
580
- " of operating systems which this template can be used with. Optionally, you can \\\n"
581
- " restrict a template to a list of host groups and/or environments."
582
- msgstr ""
583
-
584
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:18
585
- msgid ""
586
- "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
587
- " will select the best match from the available templates of that type, in the \\\n"
588
- " following order:"
589
- msgstr ""
590
-
591
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22
592
- msgid "Host group and Environment"
593
- msgstr ""
594
-
595
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23
596
- msgid "Host group only"
597
- msgstr ""
598
-
599
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24
600
- msgid "Environment only"
601
- msgstr ""
602
-
603
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25
604
- msgid "Operating system default"
605
- msgstr ""
606
-
607
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
608
- msgid "The final entry, Operating System default, can be set by editing the %s page."
609
- msgstr ""
610
-
611
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
612
- msgid "Operating System"
613
- msgstr ""
614
-
615
- #: ../app/models/foreman_puppet/environment.rb:44
616
- msgid "Can't find a valid Foreman Proxy with a Puppet feature"
617
- msgstr ""
618
-
619
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
620
- msgid "%{puppetclass} does not belong to the %{environment} environment"
621
- msgstr ""
622
-
623
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
624
- msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
625
- msgstr ""
626
-
627
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
628
- msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
629
- msgstr ""
630
-
631
- #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
632
- msgid "must be true to edit the parameter"
633
- msgstr ""
634
-
635
- #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
636
- msgid "Puppet parameter"
637
- msgstr ""
638
-
639
- #: ../app/services/foreman_puppet/puppet_class_importer.rb:16
640
- msgid "Can't find a valid Proxy with a Puppet feature"
641
- msgstr ""
642
-
643
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
644
- msgid "Changed environments"
645
- msgstr ""
646
-
647
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
648
- msgid "Select the changes you want to apply to Foreman"
649
- msgstr ""
650
-
651
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
652
- msgid "Toggle"
653
- msgstr ""
654
-
655
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
656
- msgid "New"
657
- msgstr ""
658
-
659
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
660
- msgid "Check/Uncheck new"
661
- msgstr ""
662
-
663
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
664
- msgid "Updated"
665
- msgstr ""
666
-
667
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
668
- msgid "Check/Uncheck updated"
669
- msgstr ""
670
-
671
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
672
- msgid "Obsolete"
673
- msgstr ""
674
-
675
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
676
- msgid "Check/Uncheck obsolete"
677
- msgstr ""
678
-
679
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
680
- msgid "Check/Uncheck all"
681
- msgstr ""
682
-
683
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
684
- msgid "Environment"
685
- msgstr ""
686
-
687
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
688
- msgid "Operation"
689
- msgstr ""
690
-
691
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
692
- msgid "Puppet Modules"
693
- msgstr ""
694
-
695
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
696
- msgid "Check/Uncheck all %s changes"
697
- msgstr ""
698
-
699
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
700
- msgid "Add:"
701
- msgstr ""
702
-
703
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
704
- msgid "Remove:"
705
- msgstr ""
706
-
707
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
708
- msgid "Update:"
709
- msgstr ""
710
-
711
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
712
- msgid "Ignored:"
713
- msgstr ""
714
-
715
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
716
- msgid "Cancel"
717
- msgstr ""
718
-
719
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
720
- msgid "Update"
721
- msgstr ""
722
-
723
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
724
- msgid "included already from parent"
725
- msgstr ""
726
-
727
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14 ../app/views/provisioning_templates/_combination.html.erb:4
728
- msgid "Remove"
729
- msgstr ""
730
-
731
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
732
- msgid "Add"
733
- msgstr ""
734
-
735
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
736
- msgid "%s is not in environment"
737
- msgstr ""
738
-
739
- #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4
740
- msgid "Included Config Groups"
741
- msgstr ""
742
-
743
- #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21
744
- msgid "Available Config Groups"
745
- msgstr ""
746
-
747
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
748
- msgid "Edit %s"
749
- msgstr ""
750
-
751
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:171
752
- msgid "Config Groups"
753
- msgstr ""
754
-
755
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
756
- msgid "Create Config Group"
757
- msgstr ""
758
-
759
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
760
- msgid "Puppet Classes"
761
- msgstr ""
762
-
763
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
764
- msgid "Hosts"
765
- msgstr ""
766
-
767
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
768
- msgid "Host Groups"
769
- msgstr ""
770
-
771
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
772
- msgid "Actions"
773
- msgstr ""
774
-
775
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
776
- msgid "Delete %s?"
777
- msgstr ""
778
-
779
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
780
- msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
781
- msgstr ""
782
-
783
- #: ../app/views/foreman_puppet/environments/_form.html.erb:6
784
- msgid "Locations"
785
- msgstr ""
786
-
787
- #: ../app/views/foreman_puppet/environments/_form.html.erb:9
788
- msgid "Organizations"
789
- msgstr ""
790
-
791
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
792
- msgid "Puppet Environments"
793
- msgstr ""
794
-
795
- #: ../app/views/foreman_puppet/environments/index.html.erb:8
796
- msgid "Environment|Name"
797
- msgstr ""
798
-
799
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:168
800
- msgid "Classes"
801
- msgstr ""
802
-
803
- #: ../app/views/foreman_puppet/environments/new.html.erb:1
804
- msgid "Create Environment"
805
- msgstr ""
806
-
807
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
808
- msgid "Puppet environments"
809
- msgstr ""
810
-
811
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
812
- msgid "Number of classes"
813
- msgstr ""
814
-
815
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
816
- msgid "Total"
817
- msgstr ""
818
-
819
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
820
- msgid "No environments found"
821
- msgstr ""
822
-
823
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
824
- msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
825
- msgstr ""
826
-
827
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:174
828
- msgid "Smart Class Parameters"
829
- msgstr ""
830
-
831
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6
832
- msgid "Parameter"
833
- msgstr ""
834
-
835
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
836
- msgid "Puppet Class"
837
- msgstr ""
838
-
839
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8
840
- msgid "Number of Overrides"
841
- msgstr ""
842
-
843
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
844
- msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
845
- msgstr ""
846
-
847
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
848
- msgid "Included Classes"
849
- msgstr ""
850
-
851
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
852
- msgid "Not authorized to edit classes"
853
- msgstr ""
854
-
855
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37
856
- msgid "Inherited Classes from %s"
857
- msgstr ""
858
-
859
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56
860
- msgid "Available Classes"
861
- msgstr ""
862
-
863
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59
864
- msgid "Filter classes"
865
- msgstr ""
866
-
867
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
868
- msgid "belongs to config group"
869
- msgstr ""
870
-
871
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5
872
- msgid "Name"
873
- msgstr ""
874
-
875
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6
876
- msgid "Value"
877
- msgstr ""
878
-
879
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7
880
- msgid "Omit"
881
- msgstr ""
882
-
883
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
884
- msgid "The class could not be saved because of an error in one of the class parameters."
885
- msgstr ""
886
-
887
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
888
- msgid "Smart Class Parameter"
889
- msgstr ""
890
-
891
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15
892
- msgid "Host groups"
893
- msgstr ""
894
-
895
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
896
- msgid "This Puppet class has no parameters in its signature."
897
- msgstr ""
898
-
899
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
900
- msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
901
- msgstr ""
902
-
903
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
904
- msgid "Filter by name"
905
- msgstr ""
906
-
907
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34
908
- msgid "All environments - (not filtered)"
909
- msgstr ""
910
-
911
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:46
912
- msgid "Overridden"
913
- msgstr ""
914
-
915
- #: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
916
- msgid "Edit Puppet Class %s"
917
- msgstr ""
918
-
919
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
920
- msgid "Puppetclass|Name"
921
- msgstr ""
922
-
923
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:165 ../webpack/src/Components/Environments/Welcome.js:21
924
- msgid "Environments"
925
- msgstr ""
926
-
927
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
928
- msgid "Parameters"
929
- msgstr ""
930
-
931
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
932
- msgid "Override all parameters"
933
- msgstr ""
934
-
935
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
936
- msgid "This will set all parameters of the class %s as overridden. Continue?"
937
- msgstr ""
938
-
939
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
940
- msgid "Set parameters to defaults"
941
- msgstr ""
942
-
943
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
944
- msgid "This will reset parameters of the class %s to their default values. Continue?"
945
- msgstr ""
946
-
947
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
948
- msgid "Notice"
949
- msgstr ""
950
-
951
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
952
- msgid "Please select an environment first"
953
- msgstr ""
954
-
955
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
956
- msgid "Puppet Class Parameters"
957
- msgstr ""
958
-
959
- #: ../app/views/hosts/select_multiple_environment.html.erb:4
960
- msgid "Select environment"
961
- msgstr ""
962
-
963
- #: ../app/views/hosts/select_multiple_environment.html.erb:5
964
- msgid "*Clear environment*"
965
- msgstr ""
966
-
967
- #: ../app/views/hosts/select_multiple_environment.html.erb:6
968
- msgid "*Inherit from host group*"
969
- msgstr ""
970
-
971
- #: ../app/views/provisioning_templates/_combination.html.erb:2
972
- msgid "Hostgroup"
973
- msgstr ""
974
-
975
- #: ../app/views/provisioning_templates/_combination.html.erb:4
976
- msgid "Remove Combination"
977
- msgstr ""
978
-
979
- #: ../app/views/provisioning_templates/_combinations.html.erb:1
980
- msgid "Valid Host Group and Environment Combinations"
981
- msgstr ""
982
-
983
- #: ../app/views/provisioning_templates/_combinations.html.erb:6
984
- msgid "Add Combination"
985
- msgstr ""
986
-
987
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
988
- msgid "General"
989
- msgstr ""
990
-
991
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
992
- msgid "Hosts managed:"
993
- msgstr ""
994
-
995
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
996
- msgid "Certificates"
997
- msgstr ""
998
-
999
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
1000
- msgid "Autosign entries"
1001
- msgstr ""
1002
-
1003
- #: ../lib/foreman_puppet/register.rb:7
1004
- msgid "Facts"
1005
- msgstr ""
1006
-
1007
- #: ../lib/foreman_puppet/register.rb:10
1008
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1009
- msgstr ""
1010
-
1011
- #: ../lib/foreman_puppet/register.rb:12
1012
- msgid "Default Puppet environment"
1013
- msgstr ""
1014
-
1015
- #: ../lib/foreman_puppet/register.rb:16
1016
- msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
1017
- msgstr ""
1018
-
1019
- #: ../lib/foreman_puppet/register.rb:19
1020
- msgid "ENC environment"
1021
- msgstr ""
1022
-
1023
- #: ../lib/foreman_puppet/register.rb:22
1024
- msgid "Foreman will update a host's environment from its facts"
1025
- msgstr ""
1026
-
1027
- #: ../lib/foreman_puppet/register.rb:24
1028
- msgid "Update environment from facts"
1029
- msgstr ""
1030
-
1031
- #: ../lib/foreman_puppet/register.rb:27
1032
- msgid "Config Management"
1033
- msgstr ""
1034
-
1035
- #: ../lib/foreman_puppet/register.rb:30
1036
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1037
- msgstr ""
1038
-
1039
- #: ../lib/foreman_puppet/register.rb:32
1040
- msgid "Puppet interval"
1041
- msgstr ""
1042
-
1043
- #: ../lib/foreman_puppet/register.rb:35
1044
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1045
- msgstr ""
1046
-
1047
- #: ../lib/foreman_puppet/register.rb:37
1048
- msgid "%s out of sync disabled"
1049
- msgstr ""
1050
-
1051
- #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1052
- msgid "Puppet ENC"
1053
- msgstr ""
1054
-
1055
- #: ../webpack/src/foreman_class_edit.js:146
1056
- msgid "Click to remove config group"
1057
- msgstr ""
1058
-
1059
- #: ../webpack/src/foreman_class_edit.js:149
1060
- msgid " Remove"
1061
- msgstr ""
1062
-
1063
- #: ../webpack/src/foreman_puppet_host_form.js:32
1064
- msgid "Loading parameters..."
1065
- msgstr ""
1066
-
1067
- #: action_names.rb:2
1068
- msgid "Remote action:"
1069
- msgstr ""
1070
-
1071
- #: action_names.rb:3
1072
- msgid "Import facts"
1073
- msgstr ""
1074
-
1075
- #: action_names.rb:4
1076
- msgid "Action with sub plans"
1077
- msgstr ""
1078
-
1079
- #: action_names.rb:5
1080
- msgid "Import Puppet classes"
1081
- msgstr ""
1082
-
1083
- #: gemspec.rb:2
1084
- msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
1085
- msgstr ""