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,11 +1,12 @@
1
- # foreman_puppet
1
+ # foreman_puppet_enc
2
2
  #
3
- # This file is distributed under the same license as foreman_puppet.
3
+ # This file is distributed under the same license as foreman_puppet_enc.
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_puppet 1.0.0.pre\n"
7
+ "Project-Id-Version: foreman_puppet 0.0.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2021-02-03 18:00+0100\n"
9
10
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
11
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
11
12
  "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -15,14 +16,34 @@ msgstr ""
15
16
  "Content-Transfer-Encoding: 8bit\n"
16
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18
 
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"
19
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:14
20
+ msgid "Import puppet classes from puppet proxy"
20
21
  msgstr ""
21
22
 
22
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
23
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:15 ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:16
24
+ msgid "Import puppet classes from puppet proxy for an environment"
25
+ msgstr ""
26
+
27
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:21
28
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
29
+ msgstr ""
30
+
31
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:49
32
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
33
+ msgstr ""
34
+
35
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:77 ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
23
36
  msgid "No changes to your environments detected"
24
37
  msgstr ""
25
38
 
39
+ #: ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:104 ../app/controllers/concerns/foreman_puppet/api/import_puppetclasses_common_controller.rb:117
40
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
41
+ msgstr ""
42
+
43
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
44
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
45
+ msgstr ""
46
+
26
47
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
27
48
  msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
28
49
  msgstr ""
@@ -43,429 +64,381 @@ msgstr ""
43
64
  msgid "Ignored classes in the environments: %s"
44
65
  msgstr ""
45
66
 
46
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
67
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:11
47
68
  msgid "List all host groups for a Puppet class"
48
69
  msgstr ""
49
70
 
50
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
71
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:14
51
72
  msgid "ID of Puppetclass"
52
73
  msgstr ""
53
74
 
54
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
75
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
55
76
  msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
56
77
  msgstr ""
57
78
 
58
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
79
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
59
80
  msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
60
81
  msgstr ""
61
82
 
62
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
83
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:21
63
84
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
64
85
  msgstr ""
65
86
 
66
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
87
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
67
88
  msgid "ID of associated puppet Environment"
68
89
  msgstr ""
69
90
 
70
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
91
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
71
92
  msgid "IDs of associated Puppetclasses"
72
93
  msgstr ""
73
94
 
74
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
95
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:26 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:26
75
96
  msgid "IDs of associated ConfigGroups"
76
97
  msgstr ""
77
98
 
78
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
79
- msgid "Import puppet classes from puppet proxy"
80
- msgstr ""
81
-
82
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
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:21
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:49
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:80
95
- msgid "The requested environment cannot be found."
96
- msgstr ""
97
-
98
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
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
99
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
127
100
  msgid "ID of environment"
128
101
  msgstr ""
129
102
 
130
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
103
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:11
131
104
  msgid "List hosts per environment"
132
105
  msgstr ""
133
106
 
134
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
107
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:14
135
108
  msgid "ID of puppet environment"
136
109
  msgstr ""
137
110
 
138
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
111
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
139
112
  msgid "Deprecated in favor of host/puppet_attributes/environment_id"
140
113
  msgstr ""
141
114
 
142
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
115
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
143
116
  msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
144
117
  msgstr ""
145
118
 
146
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
119
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:21
147
120
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
148
121
  msgstr ""
149
122
 
150
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
123
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:63 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:116
151
124
  msgid "No environment selected!"
152
125
  msgstr ""
153
126
 
154
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
127
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:77
155
128
  msgid "Updated hosts: changed environment"
156
129
  msgstr ""
157
130
 
158
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
131
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:106
159
132
  msgid "Unable to generate output, Check log files"
160
133
  msgstr ""
161
134
 
162
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
135
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:146
163
136
  msgid "No proxy selected!"
164
137
  msgstr ""
165
138
 
166
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
139
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:152
167
140
  msgid "Invalid proxy selected!"
168
141
  msgstr ""
169
142
 
170
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
143
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:169
171
144
  msgid "Failed to set %{proxy_type} proxy for %{host}."
172
145
  msgstr ""
173
146
 
174
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
147
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:175
175
148
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
176
149
  msgstr ""
177
150
 
178
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
151
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:177 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:192
179
152
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
180
153
  msgstr ""
181
154
 
182
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
155
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:180 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:195
183
156
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
184
157
  msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
185
158
  msgstr[0] ""
186
159
  msgstr[1] ""
187
160
 
188
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
161
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:190
189
162
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
190
163
  msgstr ""
191
164
 
192
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
165
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:205
193
166
  msgid "Puppet"
194
167
  msgstr ""
195
168
 
196
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
169
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:212
197
170
  msgid "Puppet CA"
198
171
  msgstr ""
199
172
 
200
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
173
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:11
201
174
  msgid "List of config groups"
202
175
  msgstr ""
203
176
 
204
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
177
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:19
205
178
  msgid "Show a config group"
206
179
  msgstr ""
207
180
 
208
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
181
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:32
209
182
  msgid "Create a config group"
210
183
  msgstr ""
211
184
 
212
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
185
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:40
213
186
  msgid "Update a config group"
214
187
  msgstr ""
215
188
 
216
- #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
189
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:48
217
190
  msgid "Delete a config group"
218
191
  msgstr ""
219
192
 
220
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
193
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
221
194
  msgid "List all environments"
222
195
  msgstr ""
223
196
 
224
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
197
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
225
198
  msgid "List environments of Puppet class"
226
199
  msgstr ""
227
200
 
228
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
201
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
229
202
  msgid "List environments per location"
230
203
  msgstr ""
231
204
 
232
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
205
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:19
233
206
  msgid "List environments per organization"
234
207
  msgstr ""
235
208
 
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
209
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:16 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:25 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:15 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
237
210
  msgid "ID of Puppet class"
238
211
  msgstr ""
239
212
 
240
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
213
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:29
241
214
  msgid "Show an environment"
242
215
  msgstr ""
243
216
 
244
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
217
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:42
245
218
  msgid "Create an environment"
246
219
  msgstr ""
247
220
 
248
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
221
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:50
249
222
  msgid "Update an environment"
250
223
  msgstr ""
251
224
 
252
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
225
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:58
253
226
  msgid "Delete an environment"
254
227
  msgstr ""
255
228
 
256
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
229
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:8
257
230
  msgid "List all Puppet class IDs for host"
258
231
  msgstr ""
259
232
 
260
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
233
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:14
261
234
  msgid "Add a Puppet class to host"
262
235
  msgstr ""
263
236
 
264
- #: ../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
237
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:15 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
265
238
  msgid "ID of host"
266
239
  msgstr ""
267
240
 
268
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
241
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:23
269
242
  msgid "Remove a Puppet class from host"
270
243
  msgstr ""
271
244
 
272
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11
245
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:7
273
246
  msgid "List all Puppet class IDs for host group"
274
247
  msgstr ""
275
248
 
276
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
249
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:13
277
250
  msgid "Add a Puppet class to host group"
278
251
  msgstr ""
279
252
 
280
- #: ../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
253
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:14 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:23 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
281
254
  msgid "ID of host group"
282
255
  msgstr ""
283
256
 
284
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
257
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:22
285
258
  msgid "Remove a Puppet class from host group"
286
259
  msgstr ""
287
260
 
288
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
261
+ #: ../app/controllers/foreman_puppet/api/v2/lookups_common_controller.rb:108
262
+ msgid "%{model} with id '%{id}' was not found"
263
+ msgstr ""
264
+
265
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:20
289
266
  msgid "List of override values for a specific smart class parameter"
290
267
  msgstr ""
291
268
 
292
- #: ../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
269
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:22 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:25 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:37
293
270
  msgid "Display hidden values"
294
271
  msgstr ""
295
272
 
296
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
273
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:28
297
274
  msgid "Show an override value for a specific smart class parameter"
298
275
  msgstr ""
299
276
 
300
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
277
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
301
278
  msgid "Override match"
302
279
  msgstr ""
303
280
 
304
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
281
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
305
282
  msgid "Override value, required if omit is false"
306
283
  msgstr ""
307
284
 
308
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
285
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:40
309
286
  msgid "Foreman will not send this parameter in classification output"
310
287
  msgstr ""
311
288
 
312
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
289
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:44
313
290
  msgid "Create an override value for a specific smart class parameter"
314
291
  msgstr ""
315
292
 
316
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
293
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:54
317
294
  msgid "Update an override value for a specific smart class parameter"
318
295
  msgstr ""
319
296
 
320
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
297
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:63
321
298
  msgid "Delete an override value for a specific smart class parameter"
322
299
  msgstr ""
323
300
 
324
- #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
325
- msgid "%{model} with id '%{id}' was not found"
326
- msgstr ""
327
-
328
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
301
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:10
329
302
  msgid "List all Puppet classes"
330
303
  msgstr ""
331
304
 
332
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
305
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:11
333
306
  msgid "List all Puppet classes for a host"
334
307
  msgstr ""
335
308
 
336
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
309
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:12
337
310
  msgid "List all Puppet classes for a host group"
338
311
  msgstr ""
339
312
 
340
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
313
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:13
341
314
  msgid "List all Puppet classes for an environment"
342
315
  msgstr ""
343
316
 
344
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
317
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:45
345
318
  msgid "Show a Puppet class"
346
319
  msgstr ""
347
320
 
348
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
321
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:46
349
322
  msgid "Show a Puppet class for host"
350
323
  msgstr ""
351
324
 
352
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
325
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:47
353
326
  msgid "Show a Puppet class for a host group"
354
327
  msgstr ""
355
328
 
356
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
329
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:48
357
330
  msgid "Show a Puppet class for an environment"
358
331
  msgstr ""
359
332
 
360
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
333
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:63
361
334
  msgid "Create a Puppet class"
362
335
  msgstr ""
363
336
 
364
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
337
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:71
365
338
  msgid "Update a Puppet class"
366
339
  msgstr ""
367
340
 
368
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
341
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:80
369
342
  msgid "Delete a Puppet class"
370
343
  msgstr ""
371
344
 
372
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
345
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
373
346
  msgid "List all smart class parameters"
374
347
  msgstr ""
375
348
 
376
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
349
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
377
350
  msgid "List of smart class parameters for a specific host"
378
351
  msgstr ""
379
352
 
380
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
353
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
381
354
  msgid "List of smart class parameters for a specific host group"
382
355
  msgstr ""
383
356
 
384
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
357
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
385
358
  msgid "List of smart class parameters for a specific Puppet class"
386
359
  msgstr ""
387
360
 
388
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
361
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:18
389
362
  msgid "List of smart class parameters for a specific environment"
390
363
  msgstr ""
391
364
 
392
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
365
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:20
393
366
  msgid "List of smart class parameters for a specific environment/Puppet class combination"
394
367
  msgstr ""
395
368
 
396
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
369
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:35
397
370
  msgid "Show a smart class parameter"
398
371
  msgstr ""
399
372
 
400
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41
373
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:42
401
374
  msgid "Update a smart class parameter"
402
375
  msgstr ""
403
376
 
404
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
377
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
405
378
  msgid "Whether the smart class parameter value is managed by Foreman"
406
379
  msgstr ""
407
380
 
408
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
381
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
409
382
  msgid "Description of smart class"
410
383
  msgstr ""
411
384
 
412
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
385
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
413
386
  msgid "Value to use when there is no match"
414
387
  msgstr ""
415
388
 
416
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
389
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
417
390
  msgid "When enabled the parameter is hidden in the UI"
418
391
  msgstr ""
419
392
 
420
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
393
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:50
421
394
  msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
422
395
  msgstr ""
423
396
 
424
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
397
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
425
398
  msgid "The order in which values are resolved"
426
399
  msgstr ""
427
400
 
428
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
401
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
429
402
  msgid "Types of validation values"
430
403
  msgstr ""
431
404
 
432
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
405
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
433
406
  msgid "Used to enforce certain values for the parameter values"
434
407
  msgstr ""
435
408
 
436
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
409
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
437
410
  msgid "Types of variable values"
438
411
  msgstr ""
439
412
 
440
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
413
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
441
414
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
442
415
  msgstr ""
443
416
 
444
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
417
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
445
418
  msgid "Merge all matching values (only array/hash type)"
446
419
  msgstr ""
447
420
 
448
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
421
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
449
422
  msgid "Include default value when merging all matching values"
450
423
  msgstr ""
451
424
 
452
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
425
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:60
453
426
  msgid "Remove duplicate values (only array type)"
454
427
  msgstr ""
455
428
 
456
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
429
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:58
457
430
  msgid "Successfully overridden all parameters of Puppet class %s"
458
431
  msgstr ""
459
432
 
460
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
433
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:60
461
434
  msgid "Successfully reset all parameters of Puppet class %s to their default values"
462
435
  msgstr ""
463
436
 
464
- #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
437
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
465
438
  msgid "No parameters to override for Puppet class %s"
466
439
  msgstr ""
467
440
 
468
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
441
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../app/views/foreman_puppet/environments/welcome.html.erb:11
469
442
  msgid "Create Puppet Environment"
470
443
  msgstr ""
471
444
 
@@ -477,18 +450,14 @@ msgstr ""
477
450
  msgid "Change Puppet Master"
478
451
  msgstr ""
479
452
 
480
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
453
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:25
481
454
  msgid "Puppet YAML"
482
455
  msgstr ""
483
456
 
484
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
457
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:25
485
458
  msgid "Puppet external nodes YAML dump"
486
459
  msgstr ""
487
460
 
488
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
489
- msgid "Puppet Environment"
490
- msgstr ""
491
-
492
461
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
493
462
  msgid "Omit from classification output"
494
463
  msgstr ""
@@ -609,19 +578,19 @@ msgstr ""
609
578
  msgid "Operating System"
610
579
  msgstr ""
611
580
 
612
- #: ../app/models/foreman_puppet/environment.rb:44
581
+ #: ../app/models/foreman_puppet/environment.rb:42
613
582
  msgid "Can't find a valid Foreman Proxy with a Puppet feature"
614
583
  msgstr ""
615
584
 
616
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
585
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:60
617
586
  msgid "%{puppetclass} does not belong to the %{environment} environment"
618
587
  msgstr ""
619
588
 
620
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
589
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:80
621
590
  msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
622
591
  msgstr ""
623
592
 
624
- #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
593
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:122
625
594
  msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
626
595
  msgstr ""
627
596
 
@@ -637,86 +606,6 @@ msgstr ""
637
606
  msgid "Can't find a valid Proxy with a Puppet feature"
638
607
  msgstr ""
639
608
 
640
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
641
- msgid "Changed environments"
642
- msgstr ""
643
-
644
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
645
- msgid "Select the changes you want to apply to Foreman"
646
- msgstr ""
647
-
648
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
649
- msgid "Toggle"
650
- msgstr ""
651
-
652
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
653
- msgid "New"
654
- msgstr ""
655
-
656
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
657
- msgid "Check/Uncheck new"
658
- msgstr ""
659
-
660
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
661
- msgid "Updated"
662
- msgstr ""
663
-
664
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
665
- msgid "Check/Uncheck updated"
666
- msgstr ""
667
-
668
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
669
- msgid "Obsolete"
670
- msgstr ""
671
-
672
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
673
- msgid "Check/Uncheck obsolete"
674
- msgstr ""
675
-
676
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
677
- msgid "Check/Uncheck all"
678
- msgstr ""
679
-
680
- #: ../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
681
- msgid "Environment"
682
- msgstr ""
683
-
684
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
685
- msgid "Operation"
686
- msgstr ""
687
-
688
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
689
- msgid "Puppet Modules"
690
- msgstr ""
691
-
692
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
693
- msgid "Check/Uncheck all %s changes"
694
- msgstr ""
695
-
696
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
697
- msgid "Add:"
698
- msgstr ""
699
-
700
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
701
- msgid "Remove:"
702
- msgstr ""
703
-
704
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
705
- msgid "Update:"
706
- msgstr ""
707
-
708
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
709
- msgid "Ignored:"
710
- msgstr ""
711
-
712
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
713
- msgid "Cancel"
714
- msgstr ""
715
-
716
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
717
- msgid "Update"
718
- msgstr ""
719
-
720
609
  #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
721
610
  msgid "included already from parent"
722
611
  msgstr ""
@@ -745,11 +634,11 @@ msgstr ""
745
634
  msgid "Edit %s"
746
635
  msgstr ""
747
636
 
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:171
637
+ #: ../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:6 ../lib/foreman_puppet/register.rb:157
749
638
  msgid "Config Groups"
750
639
  msgstr ""
751
640
 
752
- #: ../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
641
+ #: ../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:10
753
642
  msgid "Create Config Group"
754
643
  msgstr ""
755
644
 
@@ -773,10 +662,18 @@ msgstr ""
773
662
  msgid "Delete %s?"
774
663
  msgstr ""
775
664
 
776
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
665
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:7
777
666
  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."
778
667
  msgstr ""
779
668
 
669
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:8 ../app/views/foreman_puppet/environments/welcome.html.erb:9 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
670
+ msgid "Learn more about this in the documentation."
671
+ msgstr ""
672
+
673
+ #: ../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
674
+ msgid "Environment"
675
+ msgstr ""
676
+
780
677
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
781
678
  msgid "Locations"
782
679
  msgstr ""
@@ -793,7 +690,7 @@ msgstr ""
793
690
  msgid "Environment|Name"
794
691
  msgstr ""
795
692
 
796
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:168
693
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:154
797
694
  msgid "Classes"
798
695
  msgstr ""
799
696
 
@@ -805,6 +702,14 @@ msgstr ""
805
702
  msgid "Puppet environments"
806
703
  msgstr ""
807
704
 
705
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:6 ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:151
706
+ msgid "Environments"
707
+ msgstr ""
708
+
709
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:7
710
+ msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments. This information is commonly imported from a pre-existing Puppet configuration by the use of the %{link_start}Puppet classes and environment importer%{link_end}."
711
+ msgstr ""
712
+
808
713
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
809
714
  msgid "Number of classes"
810
715
  msgstr ""
@@ -821,7 +726,7 @@ msgstr ""
821
726
  msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
822
727
  msgstr ""
823
728
 
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:174
729
+ #: ../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:6 ../lib/foreman_puppet/register.rb:160
825
730
  msgid "Smart Class Parameters"
826
731
  msgstr ""
827
732
 
@@ -837,7 +742,7 @@ msgstr ""
837
742
  msgid "Number of Overrides"
838
743
  msgstr ""
839
744
 
840
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
745
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:7
841
746
  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)."
842
747
  msgstr ""
843
748
 
@@ -917,10 +822,6 @@ msgstr ""
917
822
  msgid "Puppetclass|Name"
918
823
  msgstr ""
919
824
 
920
- #: ../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
921
- msgid "Environments"
922
- msgstr ""
923
-
924
825
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
925
826
  msgid "Parameters"
926
827
  msgstr ""
@@ -941,15 +842,15 @@ msgstr ""
941
842
  msgid "This will reset parameters of the class %s to their default values. Continue?"
942
843
  msgstr ""
943
844
 
944
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
845
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
945
846
  msgid "Notice"
946
847
  msgstr ""
947
848
 
948
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
849
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:18
949
850
  msgid "Please select an environment first"
950
851
  msgstr ""
951
852
 
952
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
853
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
953
854
  msgid "Puppet Class Parameters"
954
855
  msgstr ""
955
856
 
@@ -981,71 +882,15 @@ msgstr ""
981
882
  msgid "Add Combination"
982
883
  msgstr ""
983
884
 
984
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
885
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
985
886
  msgid "General"
986
887
  msgstr ""
987
888
 
988
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
889
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
989
890
  msgid "Hosts managed:"
990
891
  msgstr ""
991
892
 
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:162 ../lib/foreman_puppet/register.rb:215
893
+ #: ../lib/foreman_puppet/register.rb:148 ../lib/foreman_puppet/register.rb:204
1049
894
  msgid "Puppet ENC"
1050
895
  msgstr ""
1051
896
 
@@ -1062,7 +907,7 @@ msgid "Loading parameters..."
1062
907
  msgstr ""
1063
908
 
1064
909
  #: action_names.rb:2
1065
- msgid "Remote action:"
910
+ msgid "Action with sub plans"
1066
911
  msgstr ""
1067
912
 
1068
913
  #: action_names.rb:3
@@ -1070,13 +915,13 @@ msgid "Import facts"
1070
915
  msgstr ""
1071
916
 
1072
917
  #: action_names.rb:4
1073
- msgid "Action with sub plans"
918
+ msgid "Import Puppet classes"
1074
919
  msgstr ""
1075
920
 
1076
921
  #: action_names.rb:5
1077
- msgid "Import Puppet classes"
922
+ msgid "Remote action:"
1078
923
  msgstr ""
1079
924
 
1080
925
  #: gemspec.rb:2
1081
- msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
926
+ msgid "Allow assigning Puppet environmets and classes to the Foreman Hosts."
1082
927
  msgstr ""