foreman_puppet 5.1.1 → 5.1.2

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 (37) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  3. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  4. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  5. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  6. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  7. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  8. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  9. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  10. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  11. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  12. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  13. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  14. data/lib/foreman_puppet/version.rb +1 -1
  15. data/locale/ca/foreman_puppet.edit.po +243 -167
  16. data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
  17. data/locale/de/foreman_puppet.edit.po +339 -220
  18. data/locale/en/foreman_puppet.edit.po +89 -229
  19. data/locale/en_GB/foreman_puppet.edit.po +210 -166
  20. data/locale/es/foreman_puppet.edit.po +333 -223
  21. data/locale/fr/foreman_puppet.edit.po +339 -236
  22. data/locale/gl/foreman_puppet.edit.po +216 -155
  23. data/locale/it/foreman_puppet.edit.po +262 -185
  24. data/locale/ja/foreman_puppet.edit.po +247 -201
  25. data/locale/ko/foreman_puppet.edit.po +213 -171
  26. data/locale/messages.mo +0 -0
  27. data/locale/nl_NL/foreman_puppet.edit.po +249 -168
  28. data/locale/pl/foreman_puppet.edit.po +267 -175
  29. data/locale/pt_BR/foreman_puppet.edit.po +345 -227
  30. data/locale/ru/foreman_puppet.edit.po +268 -191
  31. data/locale/sv_SE/foreman_puppet.edit.po +215 -156
  32. data/locale/zh_CN/foreman_puppet.edit.po +237 -202
  33. data/locale/zh_TW/foreman_puppet.edit.po +213 -173
  34. data/webpack/src/Components/Environments/Welcome.js +1 -1
  35. metadata +69 -61
  36. data/locale/ka/foreman_puppet.edit.po +0 -1177
  37. /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_puppet 5.0.0\n"
7
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -15,14 +15,34 @@ msgstr ""
15
15
  "Content-Transfer-Encoding: 8bit\n"
16
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
17
 
18
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
19
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
18
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:14
19
+ msgid "Import puppet classes from puppet proxy"
20
+ msgstr ""
21
+
22
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:15 ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:16
23
+ msgid "Import puppet classes from puppet proxy for an environment"
24
+ msgstr ""
25
+
26
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:21
27
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
20
28
  msgstr ""
21
29
 
22
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
30
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:49
31
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
32
+ msgstr ""
33
+
34
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:77 ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
23
35
  msgid "No changes to your environments detected"
24
36
  msgstr ""
25
37
 
38
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:104 ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:117
39
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
43
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
44
+ msgstr ""
45
+
26
46
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
27
47
  msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
28
48
  msgstr ""
@@ -43,157 +63,109 @@ msgstr ""
43
63
  msgid "Ignored classes in the environments: %s"
44
64
  msgstr ""
45
65
 
46
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
66
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:11
47
67
  msgid "List all host groups for a Puppet class"
48
68
  msgstr ""
49
69
 
50
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
70
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:14
51
71
  msgid "ID of Puppetclass"
52
72
  msgstr ""
53
73
 
54
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
74
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
55
75
  msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
56
76
  msgstr ""
57
77
 
58
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
78
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
59
79
  msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
60
80
  msgstr ""
61
81
 
62
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
82
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:21
63
83
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
64
84
  msgstr ""
65
85
 
66
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
86
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
67
87
  msgid "ID of associated puppet Environment"
68
88
  msgstr ""
69
89
 
70
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
90
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
71
91
  msgid "IDs of associated Puppetclasses"
72
92
  msgstr ""
73
93
 
74
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
94
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:26 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:26
75
95
  msgid "IDs of associated ConfigGroups"
76
96
  msgstr ""
77
97
 
78
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
79
- msgid "Import puppet classes from puppet proxy"
80
- msgstr ""
81
-
82
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
83
- msgid "Import puppet classes from puppet proxy for an environment"
84
- msgstr ""
85
-
86
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
87
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
88
- msgstr ""
89
-
90
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
91
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
92
- msgstr ""
93
-
94
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
95
- msgid "The requested environment cannot be found."
96
- msgstr ""
97
-
98
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
99
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
100
- msgstr ""
101
-
102
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
103
- msgid "List template combination"
104
- msgstr ""
105
-
106
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
107
- msgid "Add a template combination"
108
- msgstr ""
109
-
110
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
111
- msgid "Show template combination"
112
- msgstr ""
113
-
114
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
115
- msgid "Update template combination"
116
- msgstr ""
117
-
118
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
119
- msgid "ID of Puppet environment"
120
- msgstr ""
121
-
122
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
123
- msgid "environment id"
124
- msgstr ""
125
-
126
- #: ../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
98
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
127
99
  msgid "ID of environment"
128
100
  msgstr ""
129
101
 
130
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
102
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:11
131
103
  msgid "List hosts per environment"
132
104
  msgstr ""
133
105
 
134
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
106
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:14
135
107
  msgid "ID of puppet environment"
136
108
  msgstr ""
137
109
 
138
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
110
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
139
111
  msgid "Deprecated in favor of host/puppet_attributes/environment_id"
140
112
  msgstr ""
141
113
 
142
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
114
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
143
115
  msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
144
116
  msgstr ""
145
117
 
146
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
118
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:21
147
119
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
148
120
  msgstr ""
149
121
 
150
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
122
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:63 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:116
151
123
  msgid "No environment selected!"
152
124
  msgstr ""
153
125
 
154
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
126
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:77
155
127
  msgid "Updated hosts: changed environment"
156
128
  msgstr ""
157
129
 
158
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
130
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:106
159
131
  msgid "Unable to generate output, Check log files"
160
132
  msgstr ""
161
133
 
162
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
134
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:146
163
135
  msgid "No proxy selected!"
164
136
  msgstr ""
165
137
 
166
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
138
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:152
167
139
  msgid "Invalid proxy selected!"
168
140
  msgstr ""
169
141
 
170
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
142
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:169
171
143
  msgid "Failed to set %{proxy_type} proxy for %{host}."
172
144
  msgstr ""
173
145
 
174
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
146
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:175
175
147
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
176
148
  msgstr ""
177
149
 
178
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
150
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:177 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:192
179
151
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
180
152
  msgstr ""
181
153
 
182
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
154
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:180 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:195
183
155
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
184
156
  msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
185
157
  msgstr[0] ""
186
158
  msgstr[1] ""
187
159
 
188
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
160
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:190
189
161
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
190
162
  msgstr ""
191
163
 
192
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204 ../lib/foreman_puppet/register.rb:229 ../webpack/src/Extends/Fills/index.js:12
164
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:205
193
165
  msgid "Puppet"
194
166
  msgstr ""
195
167
 
196
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
168
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:212
197
169
  msgid "Puppet CA"
198
170
  msgstr ""
199
171
 
@@ -217,39 +189,39 @@ msgstr ""
217
189
  msgid "Delete a config group"
218
190
  msgstr ""
219
191
 
220
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
192
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
221
193
  msgid "List all environments"
222
194
  msgstr ""
223
195
 
224
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
196
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
225
197
  msgid "List environments of Puppet class"
226
198
  msgstr ""
227
199
 
228
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
200
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
229
201
  msgid "List environments per location"
230
202
  msgstr ""
231
203
 
232
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
204
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
233
205
  msgid "List environments per organization"
234
206
  msgstr ""
235
207
 
236
- #: ../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
208
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:19 ../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
237
209
  msgid "ID of Puppet class"
238
210
  msgstr ""
239
211
 
240
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
212
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:28
241
213
  msgid "Show an environment"
242
214
  msgstr ""
243
215
 
244
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
216
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:41
245
217
  msgid "Create an environment"
246
218
  msgstr ""
247
219
 
248
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
220
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:49
249
221
  msgid "Update an environment"
250
222
  msgstr ""
251
223
 
252
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
224
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:57
253
225
  msgid "Delete an environment"
254
226
  msgstr ""
255
227
 
@@ -465,31 +437,27 @@ msgstr ""
465
437
  msgid "No parameters to override for Puppet class %s"
466
438
  msgstr ""
467
439
 
468
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:10
440
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
469
441
  msgid "Create Puppet Environment"
470
442
  msgstr ""
471
443
 
472
- #: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
473
- msgid "Help"
474
- msgstr ""
475
-
476
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
444
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:12
477
445
  msgid "Change Environment"
478
446
  msgstr ""
479
447
 
480
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
448
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:14
481
449
  msgid "Change Puppet Master"
482
450
  msgstr ""
483
451
 
484
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
452
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:26
485
453
  msgid "Puppet YAML"
486
454
  msgstr ""
487
455
 
488
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
456
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:26
489
457
  msgid "Puppet external nodes YAML dump"
490
458
  msgstr ""
491
459
 
492
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34 ../app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb:1
460
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:38
493
461
  msgid "Puppet Environment"
494
462
  msgstr ""
495
463
 
@@ -721,19 +689,19 @@ msgstr ""
721
689
  msgid "Update"
722
690
  msgstr ""
723
691
 
724
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
692
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
725
693
  msgid "included already from parent"
726
694
  msgstr ""
727
695
 
728
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
696
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14 ../app/views/provisioning_templates/_combination.html.erb:4
729
697
  msgid "Remove"
730
698
  msgstr ""
731
699
 
732
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
700
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
733
701
  msgid "Add"
734
702
  msgstr ""
735
703
 
736
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
704
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
737
705
  msgid "%s is not in environment"
738
706
  msgstr ""
739
707
 
@@ -749,31 +717,31 @@ msgstr ""
749
717
  msgid "Edit %s"
750
718
  msgstr ""
751
719
 
752
- #: ../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:172
720
+ #: ../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:157
753
721
  msgid "Config Groups"
754
722
  msgstr ""
755
723
 
756
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:6 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
724
+ #: ../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
757
725
  msgid "Create Config Group"
758
726
  msgstr ""
759
727
 
760
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
728
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
761
729
  msgid "Puppet Classes"
762
730
  msgstr ""
763
731
 
764
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
732
+ #: ../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
765
733
  msgid "Hosts"
766
734
  msgstr ""
767
735
 
768
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:15 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
736
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
769
737
  msgid "Host Groups"
770
738
  msgstr ""
771
739
 
772
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:16 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
740
+ #: ../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
773
741
  msgid "Actions"
774
742
  msgstr ""
775
743
 
776
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:27 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
744
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
777
745
  msgid "Delete %s?"
778
746
  msgstr ""
779
747
 
@@ -797,7 +765,7 @@ msgstr ""
797
765
  msgid "Environment|Name"
798
766
  msgstr ""
799
767
 
800
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
768
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:154
801
769
  msgid "Classes"
802
770
  msgstr ""
803
771
 
@@ -825,7 +793,7 @@ msgstr ""
825
793
  msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
826
794
  msgstr ""
827
795
 
828
- #: ../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:175
796
+ #: ../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:160
829
797
  msgid "Smart Class Parameters"
830
798
  msgstr ""
831
799
 
@@ -921,7 +889,7 @@ msgstr ""
921
889
  msgid "Puppetclass|Name"
922
890
  msgstr ""
923
891
 
924
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:40
892
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:151 ../webpack/src/Components/Environments/Welcome.js:21
925
893
  msgid "Environments"
926
894
  msgstr ""
927
895
 
@@ -945,16 +913,16 @@ msgstr ""
945
913
  msgid "This will reset parameters of the class %s to their default values. Continue?"
946
914
  msgstr ""
947
915
 
948
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
949
- msgid "Puppet Class Parameters"
916
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
917
+ msgid "Notice"
950
918
  msgstr ""
951
919
 
952
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
953
- msgid "Notice"
920
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:18
921
+ msgid "Please select an environment first"
954
922
  msgstr ""
955
923
 
956
924
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
957
- msgid "Please select an environment first"
925
+ msgid "Puppet Class Parameters"
958
926
  msgstr ""
959
927
 
960
928
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
@@ -993,114 +961,10 @@ msgstr ""
993
961
  msgid "Hosts managed:"
994
962
  msgstr ""
995
963
 
996
- #: ../lib/foreman_puppet/register.rb:7
997
- msgid "Facts"
998
- msgstr ""
999
-
1000
- #: ../lib/foreman_puppet/register.rb:10
1001
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1002
- msgstr ""
1003
-
1004
- #: ../lib/foreman_puppet/register.rb:12
1005
- msgid "Default Puppet environment"
1006
- msgstr ""
1007
-
1008
- #: ../lib/foreman_puppet/register.rb:16
1009
- 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"
1010
- msgstr ""
1011
-
1012
- #: ../lib/foreman_puppet/register.rb:19
1013
- msgid "ENC environment"
1014
- msgstr ""
1015
-
1016
- #: ../lib/foreman_puppet/register.rb:22
1017
- msgid "Foreman will update a host's environment from its facts"
1018
- msgstr ""
1019
-
1020
- #: ../lib/foreman_puppet/register.rb:24
1021
- msgid "Update environment from facts"
1022
- msgstr ""
1023
-
1024
- #: ../lib/foreman_puppet/register.rb:27
1025
- msgid "Config Management"
1026
- msgstr ""
1027
-
1028
- #: ../lib/foreman_puppet/register.rb:30
1029
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1030
- msgstr ""
1031
-
1032
- #: ../lib/foreman_puppet/register.rb:32
1033
- msgid "Puppet interval"
1034
- msgstr ""
1035
-
1036
- #: ../lib/foreman_puppet/register.rb:35
1037
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1038
- msgstr ""
1039
-
1040
- #: ../lib/foreman_puppet/register.rb:37
1041
- msgid "%s out of sync disabled"
1042
- msgstr ""
1043
-
1044
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
964
+ #: ../lib/foreman_puppet/register.rb:148 ../lib/foreman_puppet/register.rb:210
1045
965
  msgid "Puppet ENC"
1046
966
  msgstr ""
1047
967
 
1048
- #: ../lib/foreman_puppet/register.rb:230
1049
- msgid "Puppet env"
1050
- msgstr ""
1051
-
1052
- #: ../webpack/src/Components/Environments/Welcome.js:18
1053
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
1054
- msgstr ""
1055
-
1056
- #: ../webpack/src/Components/Environments/Welcome.js:29
1057
- msgid "Puppet classes"
1058
- msgstr ""
1059
-
1060
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
1061
- msgid "Assigned classes"
1062
- msgstr ""
1063
-
1064
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
1065
- msgid "This tab is still a work in progress"
1066
- msgstr ""
1067
-
1068
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
1069
- msgid "Smart class parameters"
1070
- msgstr ""
1071
-
1072
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
1073
- msgid "Couldn't find any ENC data for this host"
1074
- msgstr ""
1075
-
1076
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
1077
- msgid "Error!"
1078
- msgstr ""
1079
-
1080
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
1081
- msgid "Puppet details"
1082
- msgstr ""
1083
-
1084
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
1085
- msgid "Puppet environment"
1086
- msgstr ""
1087
-
1088
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
1089
- msgid "Puppet Smart Proxy"
1090
- msgstr ""
1091
-
1092
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
1093
- msgid "Puppet CA Smart Proxy"
1094
- msgstr ""
1095
-
1096
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
1097
- msgid "Reports"
1098
- msgstr ""
1099
-
1100
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
1101
- msgid "ENC Preview"
1102
- msgstr ""
1103
-
1104
968
  #: ../webpack/src/foreman_class_edit.js:146
1105
969
  msgid "Click to remove config group"
1106
970
  msgstr ""
@@ -1113,24 +977,20 @@ msgstr ""
1113
977
  msgid "Loading parameters..."
1114
978
  msgstr ""
1115
979
 
1116
- #: ../webpack/src/foreman_puppet_host_form.js:102
1117
- msgid "Some Puppet Classes are unavailable in the selected environment"
1118
- msgstr ""
1119
-
1120
980
  #: action_names.rb:2
1121
- msgid "Remote action:"
981
+ msgid "Action with sub plans"
1122
982
  msgstr ""
1123
983
 
1124
984
  #: action_names.rb:3
1125
- msgid "»Action with sub plans«"
985
+ msgid "Import facts"
1126
986
  msgstr ""
1127
987
 
1128
988
  #: action_names.rb:4
1129
- msgid "»Import Puppet classes«"
989
+ msgid "Import Puppet classes"
1130
990
  msgstr ""
1131
991
 
1132
992
  #: action_names.rb:5
1133
- msgid "»Import facts«"
993
+ msgid "Remote action:"
1134
994
  msgstr ""
1135
995
 
1136
996
  #: gemspec.rb:2