foreman_puppet 3.0.5 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
  4. data/lib/foreman_puppet/register.rb +4 -4
  5. data/lib/foreman_puppet/version.rb +1 -1
  6. data/locale/ca/foreman_puppet.edit.po +237 -111
  7. data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
  8. data/locale/de/foreman_puppet.edit.po +326 -148
  9. data/locale/en/foreman_puppet.edit.po +80 -172
  10. data/locale/en_GB/foreman_puppet.edit.po +200 -100
  11. data/locale/es/foreman_puppet.edit.po +304 -133
  12. data/locale/fr/foreman_puppet.edit.po +313 -135
  13. data/locale/gl/foreman_puppet.edit.po +210 -102
  14. data/locale/it/foreman_puppet.edit.po +250 -116
  15. data/locale/ja/foreman_puppet.edit.po +223 -107
  16. data/locale/ko/foreman_puppet.edit.po +202 -101
  17. data/locale/messages.mo +0 -0
  18. data/locale/nl_NL/foreman_puppet.edit.po +243 -115
  19. data/locale/pl/foreman_puppet.edit.po +260 -121
  20. data/locale/pt_BR/foreman_puppet.edit.po +317 -139
  21. data/locale/ru/foreman_puppet.edit.po +258 -122
  22. data/locale/sv_SE/foreman_puppet.edit.po +209 -103
  23. data/locale/zh_CN/foreman_puppet.edit.po +209 -105
  24. data/locale/zh_TW/foreman_puppet.edit.po +202 -103
  25. data/package.json +7 -7
  26. data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
  27. data/test/models/foreman_puppet/host_test.rb +6 -0
  28. data/webpack/global_index.js +11 -0
  29. data/webpack/index.js +0 -7
  30. data/webpack/legacy.js +31 -0
  31. data/webpack/src/Extends/Fills/index.js +26 -0
  32. data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
  33. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
  34. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
  35. data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
  36. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
  37. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
  38. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
  39. data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
  40. data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
  41. data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
  42. metadata +67 -55
  43. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
  44. data/webpack/fills_index.js +0 -30
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_puppet 3.0.2\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
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
 
@@ -469,23 +441,23 @@ msgstr ""
469
441
  msgid "Create Puppet Environment"
470
442
  msgstr ""
471
443
 
472
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
444
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:12
473
445
  msgid "Change Environment"
474
446
  msgstr ""
475
447
 
476
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
448
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:14
477
449
  msgid "Change Puppet Master"
478
450
  msgstr ""
479
451
 
480
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
452
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:26
481
453
  msgid "Puppet YAML"
482
454
  msgstr ""
483
455
 
484
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
456
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:26
485
457
  msgid "Puppet external nodes YAML dump"
486
458
  msgstr ""
487
459
 
488
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
460
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:38
489
461
  msgid "Puppet Environment"
490
462
  msgstr ""
491
463
 
@@ -717,19 +689,19 @@ msgstr ""
717
689
  msgid "Update"
718
690
  msgstr ""
719
691
 
720
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
692
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
721
693
  msgid "included already from parent"
722
694
  msgstr ""
723
695
 
724
- #: ../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
725
697
  msgid "Remove"
726
698
  msgstr ""
727
699
 
728
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
700
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
729
701
  msgid "Add"
730
702
  msgstr ""
731
703
 
732
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
704
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
733
705
  msgid "%s is not in environment"
734
706
  msgstr ""
735
707
 
@@ -745,7 +717,7 @@ msgstr ""
745
717
  msgid "Edit %s"
746
718
  msgstr ""
747
719
 
748
- #: ../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
749
721
  msgid "Config Groups"
750
722
  msgstr ""
751
723
 
@@ -793,7 +765,7 @@ msgstr ""
793
765
  msgid "Environment|Name"
794
766
  msgstr ""
795
767
 
796
- #: ../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
797
769
  msgid "Classes"
798
770
  msgstr ""
799
771
 
@@ -821,7 +793,7 @@ msgstr ""
821
793
  msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
822
794
  msgstr ""
823
795
 
824
- #: ../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
825
797
  msgid "Smart Class Parameters"
826
798
  msgstr ""
827
799
 
@@ -917,7 +889,7 @@ msgstr ""
917
889
  msgid "Puppetclass|Name"
918
890
  msgstr ""
919
891
 
920
- #: ../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:21
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
921
893
  msgid "Environments"
922
894
  msgstr ""
923
895
 
@@ -941,16 +913,16 @@ msgstr ""
941
913
  msgid "This will reset parameters of the class %s to their default values. Continue?"
942
914
  msgstr ""
943
915
 
944
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
945
- msgid "Puppet Class Parameters"
916
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
917
+ msgid "Notice"
946
918
  msgstr ""
947
919
 
948
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
949
- msgid "Notice"
920
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:18
921
+ msgid "Please select an environment first"
950
922
  msgstr ""
951
923
 
952
924
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
953
- msgid "Please select an environment first"
925
+ msgid "Puppet Class Parameters"
954
926
  msgstr ""
955
927
 
956
928
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
@@ -981,78 +953,18 @@ msgstr ""
981
953
  msgid "Add Combination"
982
954
  msgstr ""
983
955
 
984
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
956
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
985
957
  msgid "General"
986
958
  msgstr ""
987
959
 
988
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
960
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
989
961
  msgid "Hosts managed:"
990
962
  msgstr ""
991
963
 
992
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
993
- msgid "Certificates"
994
- msgstr ""
995
-
996
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
997
- msgid "Autosign entries"
998
- msgstr ""
999
-
1000
- #: ../lib/foreman_puppet/register.rb:7
1001
- msgid "Facts"
1002
- msgstr ""
1003
-
1004
- #: ../lib/foreman_puppet/register.rb:10
1005
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1006
- msgstr ""
1007
-
1008
- #: ../lib/foreman_puppet/register.rb:12
1009
- msgid "Default Puppet environment"
1010
- msgstr ""
1011
-
1012
- #: ../lib/foreman_puppet/register.rb:16
1013
- 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"
1014
- msgstr ""
1015
-
1016
- #: ../lib/foreman_puppet/register.rb:19
1017
- msgid "ENC environment"
1018
- msgstr ""
1019
-
1020
- #: ../lib/foreman_puppet/register.rb:22
1021
- msgid "Foreman will update a host's environment from its facts"
1022
- msgstr ""
1023
-
1024
- #: ../lib/foreman_puppet/register.rb:24
1025
- msgid "Update environment from facts"
1026
- msgstr ""
1027
-
1028
- #: ../lib/foreman_puppet/register.rb:27
1029
- msgid "Config Management"
1030
- msgstr ""
1031
-
1032
- #: ../lib/foreman_puppet/register.rb:30
1033
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1034
- msgstr ""
1035
-
1036
- #: ../lib/foreman_puppet/register.rb:32
1037
- msgid "Puppet interval"
1038
- msgstr ""
1039
-
1040
- #: ../lib/foreman_puppet/register.rb:35
1041
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1042
- msgstr ""
1043
-
1044
- #: ../lib/foreman_puppet/register.rb:37
1045
- msgid "%s out of sync disabled"
1046
- msgstr ""
1047
-
1048
- #: ../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
1049
965
  msgid "Puppet ENC"
1050
966
  msgstr ""
1051
967
 
1052
- #: ../webpack/src/Components/Environments/Welcome.js:13
1053
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
1054
- msgstr ""
1055
-
1056
968
  #: ../webpack/src/foreman_class_edit.js:146
1057
969
  msgid "Click to remove config group"
1058
970
  msgstr ""
@@ -1065,10 +977,6 @@ msgstr ""
1065
977
  msgid "Loading parameters..."
1066
978
  msgstr ""
1067
979
 
1068
- #: ../webpack/src/foreman_puppet_host_form.js:102
1069
- msgid "Some Puppet Classes are unavailable in the selected environment"
1070
- msgstr ""
1071
-
1072
980
  #: action_names.rb:2
1073
981
  msgid "Action with sub plans"
1074
982
  msgstr ""