foreman_puppet 7.0.0 → 8.1.0
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.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js +498 -510
- data/app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js +487 -499
- data/app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js +569 -581
- data/app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js +292 -304
- data/app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js +329 -341
- data/app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js +566 -578
- data/app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js +572 -584
- data/app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js +402 -414
- data/app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js +508 -520
- data/app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js +569 -581
- data/app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js +572 -584
- data/app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js +536 -548
- data/app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js +481 -493
- data/app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js +533 -545
- data/app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js +566 -578
- data/app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js +539 -551
- data/app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js +440 -452
- data/app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js +569 -581
- data/app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js +535 -547
- data/app/models/concerns/foreman_puppet/extensions/host.rb +3 -4
- data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +3 -2
- data/lib/foreman_puppet/engine.rb +5 -7
- data/lib/foreman_puppet/register.rb +1 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.po +5 -17
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.po +5 -17
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.po +10 -22
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.po +10 -20
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.po +7 -19
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.po +26 -37
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.po +49 -59
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.po +5 -17
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.po +8 -20
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.po +30 -43
- data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ka/foreman_puppet.po +9 -21
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.po +5 -17
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.po +5 -17
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.po +5 -17
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.po +26 -36
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.po +9 -21
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.po +5 -17
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.po +32 -42
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.po +5 -17
- data/test/integration/foreman_puppet/hostgroup_js_test.rb +1 -0
- data/test/models/foreman_puppet/environment_test.rb +2 -2
- data/test/models/foreman_puppet/provisioning_template_test.rb +1 -1
- metadata +5 -6
- data/locale/action_names.rb +0 -5
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_puppet": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_puppet
|
6
|
+
"Project-Id-Version": "foreman_puppet 8.0.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2021-02-03 16:30+0000",
|
9
|
-
"Last-Translator": "Andi Chandler <andi@gowling.com>,
|
10
|
-
"Language-Team": "English (United Kingdom) (https://
|
9
|
+
"Last-Translator": "Andi Chandler <andi@gowling.com>, 2024",
|
10
|
+
"Language-Team": "English (United Kingdom) (https://app.transifex.com/foreman/teams/114/en_GB/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -17,879 +17,867 @@
|
|
17
17
|
"domain": "foreman_puppet",
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
""
|
20
|
+
" Remove": [
|
21
|
+
" Remove"
|
22
22
|
],
|
23
|
-
"
|
23
|
+
"%s is not in environment": [
|
24
24
|
""
|
25
25
|
],
|
26
|
-
"
|
26
|
+
"%s out of sync disabled": [
|
27
27
|
""
|
28
28
|
],
|
29
|
-
"
|
29
|
+
"%{model} with id '%{id}' was not found": [
|
30
30
|
""
|
31
31
|
],
|
32
|
-
"
|
32
|
+
"%{name} has %{num_tag} class": [
|
33
|
+
"",
|
33
34
|
""
|
34
35
|
],
|
35
|
-
"
|
36
|
+
"%{puppetclass} does not belong to the %{environment} environment": [
|
36
37
|
""
|
37
38
|
],
|
38
|
-
"
|
39
|
+
"*Clear environment*": [
|
39
40
|
""
|
40
41
|
],
|
41
|
-
"
|
42
|
+
"*Inherit from host group*": [
|
42
43
|
""
|
43
44
|
],
|
44
|
-
"
|
45
|
+
"<b>Description:</b> %{desc}<br/>\\n <b>Type:</b> %{type}<br/>\\n <b>Matcher:</b> %{matcher}<br/>\\n <b>Inherited value:</b> %{inherited_value}": [
|
45
46
|
""
|
46
47
|
],
|
47
|
-
"
|
48
|
+
"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.": [
|
48
49
|
""
|
49
50
|
],
|
50
|
-
"
|
51
|
-
""
|
51
|
+
"Actions": [
|
52
|
+
"Actions"
|
52
53
|
],
|
53
|
-
"
|
54
|
+
"Add": [
|
54
55
|
""
|
55
56
|
],
|
56
|
-
"
|
57
|
+
"Add Combination": [
|
57
58
|
""
|
58
59
|
],
|
59
|
-
"
|
60
|
+
"Add a Puppet class to host": [
|
60
61
|
""
|
61
62
|
],
|
62
|
-
"
|
63
|
+
"Add a Puppet class to host group": [
|
63
64
|
""
|
64
65
|
],
|
65
|
-
"
|
66
|
+
"Add a template combination": [
|
66
67
|
""
|
67
68
|
],
|
68
|
-
"
|
69
|
+
"Add:": [
|
69
70
|
""
|
70
71
|
],
|
71
|
-
"
|
72
|
+
"All environments - (not filtered)": [
|
72
73
|
""
|
73
74
|
],
|
74
|
-
"
|
75
|
+
"Allow assigning Puppet environments and classes to the Foreman Hosts.": [
|
75
76
|
""
|
76
77
|
],
|
77
|
-
"
|
78
|
+
"Assigned classes": [
|
78
79
|
""
|
79
80
|
],
|
80
|
-
"
|
81
|
+
"Available Classes": [
|
81
82
|
""
|
82
83
|
],
|
83
|
-
"
|
84
|
+
"Available Config Groups": [
|
84
85
|
""
|
85
86
|
],
|
86
|
-
"
|
87
|
+
"Can't find a valid Foreman Proxy with a Puppet feature": [
|
87
88
|
""
|
88
89
|
],
|
89
|
-
"
|
90
|
+
"Can't find a valid Proxy with a Puppet feature": [
|
90
91
|
""
|
91
92
|
],
|
92
|
-
"
|
93
|
-
""
|
93
|
+
"Cancel": [
|
94
|
+
"Cancel"
|
94
95
|
],
|
95
|
-
"
|
96
|
+
"Change Environment": [
|
96
97
|
""
|
97
98
|
],
|
98
|
-
"
|
99
|
+
"Change Puppet Master": [
|
99
100
|
""
|
100
101
|
],
|
101
|
-
"
|
102
|
-
""
|
102
|
+
"Changed": [
|
103
|
+
"Changed"
|
103
104
|
],
|
104
|
-
"
|
105
|
+
"Changed environments": [
|
105
106
|
""
|
106
107
|
],
|
107
|
-
"
|
108
|
+
"Check/Uncheck all": [
|
108
109
|
""
|
109
110
|
],
|
110
|
-
"
|
111
|
+
"Check/Uncheck all %s changes": [
|
111
112
|
""
|
112
113
|
],
|
113
|
-
"
|
114
|
+
"Check/Uncheck new": [
|
114
115
|
""
|
115
116
|
],
|
116
|
-
"
|
117
|
+
"Check/Uncheck obsolete": [
|
117
118
|
""
|
118
119
|
],
|
119
|
-
"
|
120
|
+
"Check/Uncheck updated": [
|
120
121
|
""
|
121
122
|
],
|
122
|
-
"
|
123
|
+
"Classes": [
|
123
124
|
""
|
124
125
|
],
|
125
|
-
"
|
126
|
+
"Click to add %s": [
|
126
127
|
""
|
127
128
|
],
|
128
|
-
"
|
129
|
-
""
|
129
|
+
"Click to remove %s": [
|
130
|
+
"Click to remove %s"
|
130
131
|
],
|
131
|
-
"
|
132
|
-
""
|
132
|
+
"Click to remove config group": [
|
133
|
+
"Click to remove config group"
|
133
134
|
],
|
134
|
-
"
|
135
|
+
"Config Groups": [
|
135
136
|
""
|
136
137
|
],
|
137
|
-
"
|
138
|
+
"Config Management": [
|
138
139
|
""
|
139
140
|
],
|
140
|
-
"
|
141
|
+
"Copy to clipboard": [
|
141
142
|
""
|
142
143
|
],
|
143
|
-
"
|
144
|
-
"",
|
144
|
+
"Corrective Change": [
|
145
145
|
""
|
146
146
|
],
|
147
|
-
"
|
147
|
+
"Couldn't find any ENC data for this host": [
|
148
148
|
""
|
149
149
|
],
|
150
|
-
"
|
150
|
+
"Create Config Group": [
|
151
151
|
""
|
152
152
|
],
|
153
|
-
"
|
153
|
+
"Create Environment": [
|
154
154
|
""
|
155
155
|
],
|
156
|
-
"
|
156
|
+
"Create Puppet Environment": [
|
157
157
|
""
|
158
158
|
],
|
159
|
-
"
|
159
|
+
"Create a Puppet class": [
|
160
160
|
""
|
161
161
|
],
|
162
162
|
"Create a config group": [
|
163
163
|
""
|
164
164
|
],
|
165
|
-
"
|
166
|
-
""
|
167
|
-
],
|
168
|
-
"Delete a config group": [
|
165
|
+
"Create an environment": [
|
169
166
|
""
|
170
167
|
],
|
171
|
-
"
|
168
|
+
"Create an override value for a specific smart class parameter": [
|
172
169
|
""
|
173
170
|
],
|
174
|
-
"
|
171
|
+
"Default Puppet environment": [
|
175
172
|
""
|
176
173
|
],
|
177
|
-
"
|
174
|
+
"Default value": [
|
178
175
|
""
|
179
176
|
],
|
180
|
-
"
|
181
|
-
"
|
177
|
+
"Delete %s?": [
|
178
|
+
"Delete %s?"
|
182
179
|
],
|
183
|
-
"
|
180
|
+
"Delete a Puppet class": [
|
184
181
|
""
|
185
182
|
],
|
186
|
-
"
|
183
|
+
"Delete a config group": [
|
187
184
|
""
|
188
185
|
],
|
189
|
-
"
|
186
|
+
"Delete an environment": [
|
190
187
|
""
|
191
188
|
],
|
192
|
-
"
|
189
|
+
"Delete an override value for a specific smart class parameter": [
|
193
190
|
""
|
194
191
|
],
|
195
|
-
"
|
192
|
+
"Deleted environment": [
|
196
193
|
""
|
197
194
|
],
|
198
|
-
"
|
195
|
+
"Deleted environment %{env} and %{pcs}": [
|
199
196
|
""
|
200
197
|
],
|
201
|
-
"
|
198
|
+
"Deprecated in favor of host/puppet_attributes/config_group_ids": [
|
202
199
|
""
|
203
200
|
],
|
204
|
-
"
|
201
|
+
"Deprecated in favor of host/puppet_attributes/environment_id": [
|
205
202
|
""
|
206
203
|
],
|
207
|
-
"
|
204
|
+
"Deprecated in favor of host/puppet_attributes/puppetclass_ids": [
|
208
205
|
""
|
209
206
|
],
|
210
|
-
"
|
207
|
+
"Deprecated in favor of hostgroup/puppet_attributes/config_group_ids": [
|
211
208
|
""
|
212
209
|
],
|
213
|
-
"
|
210
|
+
"Deprecated in favor of hostgroup/puppet_attributes/environment_id": [
|
214
211
|
""
|
215
212
|
],
|
216
|
-
"
|
213
|
+
"Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids": [
|
217
214
|
""
|
218
215
|
],
|
219
|
-
"
|
216
|
+
"Description of smart class": [
|
220
217
|
""
|
221
218
|
],
|
222
|
-
"
|
219
|
+
"Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval": [
|
223
220
|
""
|
224
221
|
],
|
225
222
|
"Display hidden values": [
|
226
223
|
""
|
227
224
|
],
|
228
|
-
"
|
225
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of sync.": [
|
229
226
|
""
|
230
227
|
],
|
231
|
-
"
|
228
|
+
"ENC Preview": [
|
232
229
|
""
|
233
230
|
],
|
234
|
-
"
|
231
|
+
"ENC environment": [
|
235
232
|
""
|
236
233
|
],
|
237
|
-
"
|
238
|
-
""
|
234
|
+
"Edit %s": [
|
235
|
+
"Edit %s"
|
239
236
|
],
|
240
|
-
"
|
237
|
+
"Edit Puppet Class %s": [
|
241
238
|
""
|
242
239
|
],
|
243
|
-
"
|
240
|
+
"Empty environment": [
|
244
241
|
""
|
245
242
|
],
|
246
|
-
"
|
243
|
+
"Environment": [
|
244
|
+
"Environment"
|
245
|
+
],
|
246
|
+
"Environment only": [
|
247
247
|
""
|
248
248
|
],
|
249
|
-
"
|
249
|
+
"Environments": [
|
250
250
|
""
|
251
251
|
],
|
252
|
-
"
|
252
|
+
"Environment|Name": [
|
253
|
+
"Name"
|
254
|
+
],
|
255
|
+
"Error!": [
|
253
256
|
""
|
254
257
|
],
|
255
|
-
"
|
258
|
+
"Facts": [
|
259
|
+
"Facts"
|
260
|
+
],
|
261
|
+
"Failed": [
|
256
262
|
""
|
257
263
|
],
|
258
|
-
"
|
264
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring": [
|
259
265
|
""
|
260
266
|
],
|
261
|
-
"
|
267
|
+
"Failed to set %{proxy_type} proxy for %{host}.": [
|
262
268
|
""
|
263
269
|
],
|
264
|
-
"
|
270
|
+
"Failed to start": [
|
265
271
|
""
|
266
272
|
],
|
267
|
-
"
|
273
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet installation: %s": [
|
268
274
|
""
|
269
275
|
],
|
270
|
-
"
|
276
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet installation: %s": [
|
271
277
|
""
|
272
278
|
],
|
273
|
-
"
|
279
|
+
"Filter by name": [
|
274
280
|
""
|
275
281
|
],
|
276
|
-
"
|
282
|
+
"Filter classes": [
|
277
283
|
""
|
278
284
|
],
|
279
|
-
"
|
285
|
+
"Foreman will default to this puppet environment if it cannot auto detect one": [
|
280
286
|
""
|
281
287
|
],
|
282
|
-
"
|
288
|
+
"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": [
|
283
289
|
""
|
284
290
|
],
|
285
|
-
"
|
291
|
+
"Foreman will not send this parameter in classification output": [
|
286
292
|
""
|
287
293
|
],
|
288
|
-
"
|
294
|
+
"Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter": [
|
289
295
|
""
|
290
296
|
],
|
291
|
-
"
|
297
|
+
"Foreman will update a host's environment from its facts": [
|
292
298
|
""
|
293
299
|
],
|
294
|
-
"
|
300
|
+
"General": [
|
295
301
|
""
|
296
302
|
],
|
297
|
-
"
|
303
|
+
"Help": [
|
304
|
+
"Help"
|
305
|
+
],
|
306
|
+
"Host Groups": [
|
298
307
|
""
|
299
308
|
],
|
300
|
-
"
|
309
|
+
"Host group and Environment": [
|
301
310
|
""
|
302
311
|
],
|
303
|
-
"
|
312
|
+
"Host group only": [
|
304
313
|
""
|
305
314
|
],
|
306
|
-
"
|
315
|
+
"Host groups": [
|
307
316
|
""
|
308
317
|
],
|
309
|
-
"
|
318
|
+
"Hostgroup": [
|
319
|
+
"Host Group"
|
320
|
+
],
|
321
|
+
"Hosts": [
|
322
|
+
"Hosts"
|
323
|
+
],
|
324
|
+
"Hosts managed:": [
|
310
325
|
""
|
311
326
|
],
|
312
|
-
"
|
327
|
+
"ID of Puppet class": [
|
313
328
|
""
|
314
329
|
],
|
315
|
-
"
|
330
|
+
"ID of Puppet environment": [
|
316
331
|
""
|
317
332
|
],
|
318
|
-
"
|
333
|
+
"ID of Puppetclass": [
|
319
334
|
""
|
320
335
|
],
|
321
|
-
"
|
336
|
+
"ID of associated puppet Environment": [
|
322
337
|
""
|
323
338
|
],
|
324
|
-
"
|
339
|
+
"ID of environment": [
|
325
340
|
""
|
326
341
|
],
|
327
|
-
"
|
342
|
+
"ID of host": [
|
328
343
|
""
|
329
344
|
],
|
330
|
-
"
|
345
|
+
"ID of host group": [
|
331
346
|
""
|
332
347
|
],
|
333
|
-
"
|
348
|
+
"ID of puppet environment": [
|
334
349
|
""
|
335
350
|
],
|
336
|
-
"
|
351
|
+
"IDs of associated ConfigGroups": [
|
337
352
|
""
|
338
353
|
],
|
339
|
-
"
|
354
|
+
"IDs of associated Puppetclasses": [
|
340
355
|
""
|
341
356
|
],
|
342
|
-
"
|
357
|
+
"If true, will raise an error if there is no default value and no matcher provide a value": [
|
343
358
|
""
|
344
359
|
],
|
345
|
-
"
|
360
|
+
"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.": [
|
346
361
|
""
|
347
362
|
],
|
348
|
-
"
|
363
|
+
"Ignored classes in the environments: %s": [
|
349
364
|
""
|
350
365
|
],
|
351
|
-
"
|
366
|
+
"Ignored environment": [
|
352
367
|
""
|
353
368
|
],
|
354
|
-
"
|
369
|
+
"Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml": [
|
355
370
|
""
|
356
371
|
],
|
357
|
-
"
|
372
|
+
"Ignored environments: %s": [
|
358
373
|
""
|
359
374
|
],
|
360
|
-
"
|
361
|
-
"Help"
|
362
|
-
],
|
363
|
-
"Change Environment": [
|
375
|
+
"Ignored:": [
|
364
376
|
""
|
365
377
|
],
|
366
|
-
"
|
378
|
+
"Import": [
|
367
379
|
""
|
368
380
|
],
|
369
|
-
"
|
381
|
+
"Import classes from %s": [
|
370
382
|
""
|
371
383
|
],
|
372
|
-
"
|
384
|
+
"Import environments from %s": [
|
373
385
|
""
|
374
386
|
],
|
375
|
-
"
|
387
|
+
"Import puppet classes from puppet proxy": [
|
376
388
|
""
|
377
389
|
],
|
378
|
-
"
|
390
|
+
"Import puppet classes from puppet proxy for an environment": [
|
379
391
|
""
|
380
392
|
],
|
381
|
-
"
|
393
|
+
"Include default value when merging all matching values": [
|
382
394
|
""
|
383
395
|
],
|
384
|
-
"
|
396
|
+
"Included Classes": [
|
385
397
|
""
|
386
398
|
],
|
387
|
-
"
|
399
|
+
"Included Config Groups": [
|
388
400
|
""
|
389
401
|
],
|
390
|
-
"
|
402
|
+
"Inherited Classes from %s": [
|
391
403
|
""
|
392
404
|
],
|
393
|
-
"
|
405
|
+
"Invalid proxy selected!": [
|
394
406
|
""
|
395
407
|
],
|
396
|
-
"
|
408
|
+
"Last configuration status": [
|
397
409
|
""
|
398
410
|
],
|
399
|
-
"
|
411
|
+
"List all Puppet class IDs for host": [
|
400
412
|
""
|
401
413
|
],
|
402
|
-
"
|
414
|
+
"List all Puppet class IDs for host group": [
|
403
415
|
""
|
404
416
|
],
|
405
|
-
"
|
417
|
+
"List all Puppet classes": [
|
406
418
|
""
|
407
419
|
],
|
408
|
-
"
|
420
|
+
"List all Puppet classes for a host": [
|
409
421
|
""
|
410
422
|
],
|
411
|
-
"
|
423
|
+
"List all Puppet classes for a host group": [
|
412
424
|
""
|
413
425
|
],
|
414
|
-
"
|
426
|
+
"List all Puppet classes for an environment": [
|
415
427
|
""
|
416
428
|
],
|
417
|
-
"
|
429
|
+
"List all environments": [
|
418
430
|
""
|
419
431
|
],
|
420
|
-
"
|
432
|
+
"List all host groups for a Puppet class": [
|
421
433
|
""
|
422
434
|
],
|
423
|
-
"
|
424
|
-
"",
|
435
|
+
"List all smart class parameters": [
|
425
436
|
""
|
426
437
|
],
|
427
|
-
"
|
428
|
-
"Click to remove %s"
|
429
|
-
],
|
430
|
-
"Click to add %s": [
|
438
|
+
"List environments of Puppet class": [
|
431
439
|
""
|
432
440
|
],
|
433
|
-
"
|
441
|
+
"List environments per location": [
|
434
442
|
""
|
435
443
|
],
|
436
|
-
"
|
437
|
-
""
|
444
|
+
"List environments per organization": [
|
445
|
+
"List environments per organisation"
|
438
446
|
],
|
439
|
-
"
|
447
|
+
"List hosts per environment": [
|
440
448
|
""
|
441
449
|
],
|
442
|
-
"
|
450
|
+
"List of config groups": [
|
443
451
|
""
|
444
452
|
],
|
445
|
-
"
|
453
|
+
"List of override values for a specific smart class parameter": [
|
446
454
|
""
|
447
455
|
],
|
448
|
-
"
|
456
|
+
"List of smart class parameters for a specific Puppet class": [
|
449
457
|
""
|
450
458
|
],
|
451
|
-
"
|
459
|
+
"List of smart class parameters for a specific environment": [
|
452
460
|
""
|
453
461
|
],
|
454
|
-
"
|
462
|
+
"List of smart class parameters for a specific environment/Puppet class combination": [
|
455
463
|
""
|
456
464
|
],
|
457
|
-
"
|
465
|
+
"List of smart class parameters for a specific host": [
|
458
466
|
""
|
459
467
|
],
|
460
|
-
"
|
468
|
+
"List of smart class parameters for a specific host group": [
|
461
469
|
""
|
462
470
|
],
|
463
|
-
"
|
471
|
+
"List template combination": [
|
464
472
|
""
|
465
473
|
],
|
466
|
-
"
|
474
|
+
"Loading parameters...": [
|
467
475
|
""
|
468
476
|
],
|
469
|
-
"
|
477
|
+
"Locations": [
|
478
|
+
"Locations"
|
479
|
+
],
|
480
|
+
"Merge all matching values (only array/hash type)": [
|
470
481
|
""
|
471
482
|
],
|
472
|
-
"
|
483
|
+
"Name": [
|
484
|
+
"Name"
|
485
|
+
],
|
486
|
+
"Never": [
|
473
487
|
""
|
474
488
|
],
|
475
|
-
"
|
489
|
+
"New": [
|
476
490
|
""
|
477
491
|
],
|
478
|
-
"
|
492
|
+
"No changes to your environments detected": [
|
479
493
|
""
|
480
494
|
],
|
481
|
-
"
|
495
|
+
"No configuration status available": [
|
482
496
|
""
|
483
497
|
],
|
484
|
-
"
|
498
|
+
"No environment selected!": [
|
485
499
|
""
|
486
500
|
],
|
487
|
-
"
|
501
|
+
"No environments found": [
|
488
502
|
""
|
489
503
|
],
|
490
|
-
"
|
504
|
+
"No parameters to override for Puppet class %s": [
|
491
505
|
""
|
492
506
|
],
|
493
|
-
"
|
507
|
+
"No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled.": [
|
494
508
|
""
|
495
509
|
],
|
496
|
-
"
|
510
|
+
"No proxy selected!": [
|
497
511
|
""
|
498
512
|
],
|
499
|
-
"
|
513
|
+
"No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature": [
|
500
514
|
""
|
501
515
|
],
|
502
|
-
"
|
516
|
+
"None": [
|
503
517
|
""
|
504
518
|
],
|
505
|
-
"
|
519
|
+
"Not authorized to edit classes": [
|
520
|
+
"Not authorised to edit classes"
|
521
|
+
],
|
522
|
+
"Notice": [
|
506
523
|
""
|
507
524
|
],
|
508
|
-
"
|
525
|
+
"Number of Overrides": [
|
509
526
|
""
|
510
527
|
],
|
511
|
-
"
|
528
|
+
"Number of classes": [
|
512
529
|
""
|
513
530
|
],
|
514
|
-
"
|
531
|
+
"Obsolete": [
|
515
532
|
""
|
516
533
|
],
|
517
|
-
"
|
534
|
+
"Omit": [
|
518
535
|
""
|
519
536
|
],
|
520
|
-
"
|
537
|
+
"Omit from classification output": [
|
521
538
|
""
|
522
539
|
],
|
523
|
-
"
|
540
|
+
"Operating System": [
|
524
541
|
""
|
525
542
|
],
|
526
|
-
"
|
543
|
+
"Operating system default": [
|
527
544
|
""
|
528
545
|
],
|
529
|
-
"
|
546
|
+
"Operation": [
|
530
547
|
""
|
531
548
|
],
|
532
|
-
"
|
549
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes": [
|
533
550
|
""
|
534
551
|
],
|
535
|
-
"
|
552
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>": [
|
536
553
|
""
|
537
554
|
],
|
538
|
-
"
|
539
|
-
"
|
555
|
+
"Organizations": [
|
556
|
+
"Organisations"
|
540
557
|
],
|
541
|
-
"
|
558
|
+
"Original value info": [
|
542
559
|
""
|
543
560
|
],
|
544
|
-
"
|
561
|
+
"Out of sync": [
|
545
562
|
""
|
546
563
|
],
|
547
|
-
"
|
564
|
+
"Overridden": [
|
548
565
|
""
|
549
566
|
],
|
550
|
-
"
|
567
|
+
"Override all parameters": [
|
551
568
|
""
|
552
569
|
],
|
553
|
-
"
|
570
|
+
"Override match": [
|
554
571
|
""
|
555
572
|
],
|
556
|
-
"
|
573
|
+
"Override this value": [
|
557
574
|
""
|
558
575
|
],
|
559
|
-
"
|
576
|
+
"Override value, required if omit is false": [
|
560
577
|
""
|
561
578
|
],
|
562
|
-
"
|
563
|
-
"
|
579
|
+
"Parameter": [
|
580
|
+
"Parameter"
|
564
581
|
],
|
565
|
-
"
|
582
|
+
"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).": [
|
566
583
|
""
|
567
584
|
],
|
568
|
-
"
|
585
|
+
"Parameters": [
|
569
586
|
""
|
570
587
|
],
|
571
|
-
"
|
588
|
+
"Please select an environment first": [
|
572
589
|
""
|
573
590
|
],
|
574
|
-
"
|
575
|
-
"Hosts"
|
576
|
-
],
|
577
|
-
"Host Groups": [
|
591
|
+
"Puppet": [
|
578
592
|
""
|
579
593
|
],
|
580
|
-
"
|
581
|
-
"Actions"
|
582
|
-
],
|
583
|
-
"Delete %s?": [
|
584
|
-
"Delete %s?"
|
585
|
-
],
|
586
|
-
"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.": [
|
594
|
+
"Puppet CA": [
|
587
595
|
""
|
588
596
|
],
|
589
|
-
"
|
590
|
-
"Locations"
|
591
|
-
],
|
592
|
-
"Organizations": [
|
593
|
-
"Organisations"
|
594
|
-
],
|
595
|
-
"Environment|Name": [
|
596
|
-
"Name"
|
597
|
-
],
|
598
|
-
"Classes": [
|
597
|
+
"Puppet CA Smart Proxy": [
|
599
598
|
""
|
600
599
|
],
|
601
|
-
"
|
600
|
+
"Puppet Class": [
|
602
601
|
""
|
603
602
|
],
|
604
|
-
"Puppet
|
603
|
+
"Puppet Class Parameters": [
|
605
604
|
""
|
606
605
|
],
|
607
|
-
"
|
606
|
+
"Puppet Classes": [
|
608
607
|
""
|
609
608
|
],
|
610
|
-
"
|
609
|
+
"Puppet ENC": [
|
611
610
|
""
|
612
611
|
],
|
613
|
-
"
|
612
|
+
"Puppet Environment": [
|
614
613
|
""
|
615
614
|
],
|
616
|
-
"
|
615
|
+
"Puppet Environments": [
|
617
616
|
""
|
618
617
|
],
|
619
|
-
"
|
618
|
+
"Puppet Modules": [
|
620
619
|
""
|
621
620
|
],
|
622
|
-
"
|
623
|
-
"Parameter"
|
624
|
-
],
|
625
|
-
"Puppet Class": [
|
621
|
+
"Puppet Smart Proxy": [
|
626
622
|
""
|
627
623
|
],
|
628
|
-
"
|
624
|
+
"Puppet YAML": [
|
629
625
|
""
|
630
626
|
],
|
631
|
-
"
|
627
|
+
"Puppet classes": [
|
632
628
|
""
|
633
629
|
],
|
634
|
-
"
|
630
|
+
"Puppet details": [
|
635
631
|
""
|
636
632
|
],
|
637
|
-
"
|
638
|
-
"Not authorised to edit classes"
|
639
|
-
],
|
640
|
-
"Inherited Classes from %s": [
|
633
|
+
"Puppet env": [
|
641
634
|
""
|
642
635
|
],
|
643
|
-
"
|
636
|
+
"Puppet environment": [
|
644
637
|
""
|
645
638
|
],
|
646
|
-
"
|
639
|
+
"Puppet environments": [
|
647
640
|
""
|
648
641
|
],
|
649
|
-
"
|
650
|
-
"belongs to config group"
|
651
|
-
],
|
652
|
-
"Name": [
|
653
|
-
"Name"
|
654
|
-
],
|
655
|
-
"Value": [
|
656
|
-
"Value"
|
657
|
-
],
|
658
|
-
"Omit": [
|
642
|
+
"Puppet external nodes YAML dump": [
|
659
643
|
""
|
660
644
|
],
|
661
|
-
"
|
645
|
+
"Puppet interval": [
|
662
646
|
""
|
663
647
|
],
|
664
|
-
"
|
648
|
+
"Puppet metrics": [
|
665
649
|
""
|
666
650
|
],
|
667
|
-
"
|
651
|
+
"Puppet parameter": [
|
668
652
|
""
|
669
653
|
],
|
670
|
-
"
|
654
|
+
"Puppetclass|Name": [
|
655
|
+
"Class name"
|
656
|
+
],
|
657
|
+
"Remove": [
|
671
658
|
""
|
672
659
|
],
|
673
|
-
"
|
660
|
+
"Remove Combination": [
|
674
661
|
""
|
675
662
|
],
|
676
|
-
"
|
663
|
+
"Remove a Puppet class from host": [
|
677
664
|
""
|
678
665
|
],
|
679
|
-
"
|
666
|
+
"Remove a Puppet class from host group": [
|
680
667
|
""
|
681
668
|
],
|
682
|
-
"
|
669
|
+
"Remove duplicate values (only array type)": [
|
683
670
|
""
|
684
671
|
],
|
685
|
-
"
|
672
|
+
"Remove this override": [
|
686
673
|
""
|
687
674
|
],
|
688
|
-
"
|
689
|
-
"
|
675
|
+
"Remove:": [
|
676
|
+
""
|
690
677
|
],
|
691
|
-
"
|
678
|
+
"Reports": [
|
692
679
|
""
|
693
680
|
],
|
694
|
-
"
|
681
|
+
"Required parameter without value.<br/><b>Please override!</b><br/>": [
|
695
682
|
""
|
696
683
|
],
|
697
|
-
"
|
684
|
+
"Restarted": [
|
698
685
|
""
|
699
686
|
],
|
700
|
-
"
|
687
|
+
"Scheduled": [
|
701
688
|
""
|
702
689
|
],
|
703
|
-
"
|
690
|
+
"Select environment": [
|
704
691
|
""
|
705
692
|
],
|
706
|
-
"
|
693
|
+
"Select the changes you want to apply to Foreman": [
|
707
694
|
""
|
708
695
|
],
|
709
|
-
"
|
696
|
+
"Set parameters to defaults": [
|
710
697
|
""
|
711
698
|
],
|
712
|
-
"
|
699
|
+
"Show a Puppet class": [
|
713
700
|
""
|
714
701
|
],
|
715
|
-
"
|
702
|
+
"Show a Puppet class for a host group": [
|
716
703
|
""
|
717
704
|
],
|
718
|
-
"
|
705
|
+
"Show a Puppet class for an environment": [
|
719
706
|
""
|
720
707
|
],
|
721
|
-
"
|
708
|
+
"Show a Puppet class for host": [
|
722
709
|
""
|
723
710
|
],
|
724
|
-
"
|
711
|
+
"Show a config group": [
|
725
712
|
""
|
726
713
|
],
|
727
|
-
"
|
728
|
-
"
|
714
|
+
"Show a smart class parameter": [
|
715
|
+
""
|
729
716
|
],
|
730
|
-
"
|
717
|
+
"Show an environment": [
|
731
718
|
""
|
732
719
|
],
|
733
|
-
"
|
720
|
+
"Show an override value for a specific smart class parameter": [
|
734
721
|
""
|
735
722
|
],
|
736
|
-
"
|
723
|
+
"Show template combination": [
|
737
724
|
""
|
738
725
|
],
|
739
|
-
"
|
726
|
+
"Skipped": [
|
740
727
|
""
|
741
728
|
],
|
742
|
-
"
|
729
|
+
"Smart Class Parameter": [
|
743
730
|
""
|
744
731
|
],
|
745
|
-
"
|
732
|
+
"Smart Class Parameters": [
|
746
733
|
""
|
747
734
|
],
|
748
|
-
"
|
735
|
+
"Smart class parameters": [
|
749
736
|
""
|
750
737
|
],
|
751
|
-
"
|
738
|
+
"Some Puppet Classes are unavailable in the selected environment": [
|
752
739
|
""
|
753
740
|
],
|
754
|
-
"
|
741
|
+
"Successfully copied to clipboard!": [
|
755
742
|
""
|
756
743
|
],
|
757
|
-
"
|
744
|
+
"Successfully overridden all parameters of Puppet class %s": [
|
758
745
|
""
|
759
746
|
],
|
760
|
-
"
|
747
|
+
"Successfully reset all parameters of Puppet class %s to their default values": [
|
761
748
|
""
|
762
749
|
],
|
763
|
-
"
|
750
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet installation": [
|
764
751
|
""
|
765
752
|
],
|
766
|
-
"
|
753
|
+
"The %{proxy_type} proxy could not be set for host: %{host_names}.": [
|
754
|
+
"",
|
767
755
|
""
|
768
756
|
],
|
769
|
-
"
|
757
|
+
"The %{proxy_type} proxy of the selected hosts was cleared.": [
|
770
758
|
""
|
771
759
|
],
|
772
|
-
"
|
760
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}": [
|
773
761
|
""
|
774
762
|
],
|
775
|
-
"
|
763
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}.": [
|
776
764
|
""
|
777
765
|
],
|
778
|
-
"
|
766
|
+
"The class could not be saved because of an error in one of the class parameters.": [
|
779
767
|
""
|
780
768
|
],
|
781
|
-
"
|
769
|
+
"The final entry, Operating System default, can be set by editing the %s page.": [
|
782
770
|
""
|
783
771
|
],
|
784
|
-
"
|
772
|
+
"The order in which values are resolved": [
|
785
773
|
""
|
786
774
|
],
|
787
|
-
"
|
775
|
+
"The requested environment cannot be found.": [
|
788
776
|
""
|
789
777
|
],
|
790
|
-
"
|
778
|
+
"There are no puppet environments set up on this puppet master. Please check the puppet master configuration.": [
|
791
779
|
""
|
792
780
|
],
|
793
|
-
"
|
781
|
+
"This Puppet class has no parameters in its signature.": [
|
794
782
|
""
|
795
783
|
],
|
796
784
|
"This tab is still a work in progress": [
|
797
785
|
""
|
798
786
|
],
|
799
|
-
"
|
787
|
+
"This will reset parameters of the class %s to their default values. Continue?": [
|
800
788
|
""
|
801
789
|
],
|
802
|
-
"
|
790
|
+
"This will set all parameters of the class %s as overridden. Continue?": [
|
803
791
|
""
|
804
792
|
],
|
805
|
-
"
|
793
|
+
"To update the class signature, go to the Puppet Classes page and select \\\"Import\\\".": [
|
806
794
|
""
|
807
795
|
],
|
808
|
-
"
|
796
|
+
"Toggle": [
|
809
797
|
""
|
810
798
|
],
|
811
|
-
"
|
799
|
+
"Total": [
|
812
800
|
""
|
813
801
|
],
|
814
|
-
"
|
802
|
+
"Types of validation values": [
|
815
803
|
""
|
816
804
|
],
|
817
|
-
"
|
805
|
+
"Types of variable values": [
|
818
806
|
""
|
819
807
|
],
|
820
|
-
"
|
808
|
+
"Unable to generate output, Check log files": [
|
821
809
|
""
|
822
810
|
],
|
823
|
-
"
|
811
|
+
"Update": [
|
824
812
|
""
|
825
813
|
],
|
826
|
-
"
|
814
|
+
"Update a Puppet class": [
|
827
815
|
""
|
828
816
|
],
|
829
|
-
"
|
817
|
+
"Update a config group": [
|
830
818
|
""
|
831
819
|
],
|
832
|
-
"
|
820
|
+
"Update a smart class parameter": [
|
833
821
|
""
|
834
822
|
],
|
835
|
-
"
|
823
|
+
"Update an environment": [
|
836
824
|
""
|
837
825
|
],
|
838
|
-
"
|
826
|
+
"Update an override value for a specific smart class parameter": [
|
839
827
|
""
|
840
828
|
],
|
841
|
-
"
|
829
|
+
"Update environment from facts": [
|
842
830
|
""
|
843
831
|
],
|
844
|
-
"
|
832
|
+
"Update template combination": [
|
845
833
|
""
|
846
834
|
],
|
847
|
-
"
|
835
|
+
"Update:": [
|
848
836
|
""
|
849
837
|
],
|
850
|
-
"
|
838
|
+
"Updated": [
|
851
839
|
""
|
852
840
|
],
|
853
|
-
"
|
841
|
+
"Updated hosts: changed environment": [
|
854
842
|
""
|
855
843
|
],
|
856
|
-
"
|
844
|
+
"Used to enforce certain values for the parameter values": [
|
857
845
|
""
|
858
846
|
],
|
859
|
-
"
|
847
|
+
"Valid Host Group and Environment Combinations": [
|
860
848
|
""
|
861
849
|
],
|
862
|
-
"
|
863
|
-
""
|
850
|
+
"Value": [
|
851
|
+
"Value"
|
864
852
|
],
|
865
|
-
"
|
853
|
+
"Value to use when there is no match": [
|
866
854
|
""
|
867
855
|
],
|
868
|
-
"
|
869
|
-
"
|
856
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\\\\n will select the best match from the available templates of that type, in the \\\\\\n following order:": [
|
857
|
+
""
|
870
858
|
],
|
871
|
-
"
|
872
|
-
"
|
859
|
+
"When editing a template, you must assign a list \\\\\\n of operating systems which this template can be used with. Optionally, you can \\\\\\n restrict a template to a list of host groups and/or environments.": [
|
860
|
+
""
|
873
861
|
],
|
874
|
-
"
|
862
|
+
"When enabled the parameter is hidden in the UI": [
|
875
863
|
""
|
876
864
|
],
|
877
|
-
"
|
865
|
+
"Whether the smart class parameter value is managed by Foreman": [
|
878
866
|
""
|
879
867
|
],
|
880
|
-
"
|
881
|
-
"
|
868
|
+
"belongs to config group": [
|
869
|
+
"belongs to config group"
|
882
870
|
],
|
883
|
-
"
|
884
|
-
"
|
871
|
+
"environment id": [
|
872
|
+
""
|
885
873
|
],
|
886
|
-
"
|
887
|
-
"
|
874
|
+
"included already from parent": [
|
875
|
+
""
|
888
876
|
],
|
889
|
-
"
|
890
|
-
"
|
877
|
+
"must be true to edit the parameter": [
|
878
|
+
""
|
891
879
|
],
|
892
|
-
"
|
880
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization and/or location": [
|
893
881
|
""
|
894
882
|
]
|
895
883
|
}
|