foreman_puppet 6.2.0 → 7.0.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/app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js +36 -0
- data/app/controllers/concerns/foreman_puppet/extensions/api_v2_registration_controller_extensions.rb +21 -0
- data/app/models/concerns/foreman_puppet/extensions/host_common.rb +1 -2
- data/app/views/foreman_puppet/puppetclasses/index.html.erb +1 -1
- data/lib/foreman_puppet/engine.rb +1 -0
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.po +36 -0
- data/locale/cs_CZ/foreman_puppet.po +36 -0
- data/locale/de/foreman_puppet.po +36 -0
- data/locale/en/foreman_puppet.po +36 -0
- data/locale/en_GB/foreman_puppet.po +36 -0
- data/locale/es/foreman_puppet.po +36 -0
- data/locale/foreman_puppet.pot +63 -2
- data/locale/fr/foreman_puppet.po +36 -0
- data/locale/gl/foreman_puppet.po +36 -0
- data/locale/it/foreman_puppet.po +36 -0
- data/locale/ja/foreman_puppet.po +36 -0
- data/locale/ka/foreman_puppet.po +36 -0
- data/locale/ko/foreman_puppet.po +36 -0
- data/locale/nl_NL/foreman_puppet.po +36 -0
- data/locale/pl/foreman_puppet.po +36 -0
- data/locale/pt_BR/foreman_puppet.po +36 -0
- data/locale/ru/foreman_puppet.po +36 -0
- data/locale/sv_SE/foreman_puppet.po +36 -0
- data/locale/zh_CN/foreman_puppet.po +36 -0
- data/locale/zh_TW/foreman_puppet.po +36 -0
- data/test/integration/foreman_puppet/smartclass_parameter_js_test.rb +2 -0
- data/test/models/foreman_puppet/host_test.rb +14 -2
- data/test/models/foreman_puppet/hostgroup_test.rb +12 -0
- data/webpack/global_index.js +21 -0
- data/webpack/src/foreman_class_edit.js +2 -2
- data/webpack/src/foreman_puppet_host_form.js +1 -1
- data/webpack/src/foreman_puppet_host_form.test.js +3 -4
- metadata +55 -55
- data/locale/en/foreman_puppet.edit.po +0 -0
|
@@ -811,6 +811,42 @@
|
|
|
811
811
|
"Error!": [
|
|
812
812
|
""
|
|
813
813
|
],
|
|
814
|
+
"Last configuration status": [
|
|
815
|
+
""
|
|
816
|
+
],
|
|
817
|
+
"Never": [
|
|
818
|
+
""
|
|
819
|
+
],
|
|
820
|
+
"No configuration status available": [
|
|
821
|
+
""
|
|
822
|
+
],
|
|
823
|
+
"Failed": [
|
|
824
|
+
""
|
|
825
|
+
],
|
|
826
|
+
"Changed": [
|
|
827
|
+
""
|
|
828
|
+
],
|
|
829
|
+
"Scheduled": [
|
|
830
|
+
""
|
|
831
|
+
],
|
|
832
|
+
"Failed to start": [
|
|
833
|
+
""
|
|
834
|
+
],
|
|
835
|
+
"Restarted": [
|
|
836
|
+
""
|
|
837
|
+
],
|
|
838
|
+
"Corrective Change": [
|
|
839
|
+
""
|
|
840
|
+
],
|
|
841
|
+
"Skipped": [
|
|
842
|
+
""
|
|
843
|
+
],
|
|
844
|
+
"Out of sync": [
|
|
845
|
+
""
|
|
846
|
+
],
|
|
847
|
+
"Puppet metrics": [
|
|
848
|
+
""
|
|
849
|
+
],
|
|
814
850
|
"Puppet details": [
|
|
815
851
|
""
|
|
816
852
|
],
|
|
@@ -809,6 +809,42 @@
|
|
|
809
809
|
"Error!": [
|
|
810
810
|
"错误!"
|
|
811
811
|
],
|
|
812
|
+
"Last configuration status": [
|
|
813
|
+
""
|
|
814
|
+
],
|
|
815
|
+
"Never": [
|
|
816
|
+
""
|
|
817
|
+
],
|
|
818
|
+
"No configuration status available": [
|
|
819
|
+
""
|
|
820
|
+
],
|
|
821
|
+
"Failed": [
|
|
822
|
+
""
|
|
823
|
+
],
|
|
824
|
+
"Changed": [
|
|
825
|
+
""
|
|
826
|
+
],
|
|
827
|
+
"Scheduled": [
|
|
828
|
+
""
|
|
829
|
+
],
|
|
830
|
+
"Failed to start": [
|
|
831
|
+
""
|
|
832
|
+
],
|
|
833
|
+
"Restarted": [
|
|
834
|
+
""
|
|
835
|
+
],
|
|
836
|
+
"Corrective Change": [
|
|
837
|
+
""
|
|
838
|
+
],
|
|
839
|
+
"Skipped": [
|
|
840
|
+
""
|
|
841
|
+
],
|
|
842
|
+
"Out of sync": [
|
|
843
|
+
""
|
|
844
|
+
],
|
|
845
|
+
"Puppet metrics": [
|
|
846
|
+
""
|
|
847
|
+
],
|
|
812
848
|
"Puppet details": [
|
|
813
849
|
"Puppet 详情"
|
|
814
850
|
],
|
|
@@ -811,6 +811,42 @@
|
|
|
811
811
|
"Error!": [
|
|
812
812
|
""
|
|
813
813
|
],
|
|
814
|
+
"Last configuration status": [
|
|
815
|
+
""
|
|
816
|
+
],
|
|
817
|
+
"Never": [
|
|
818
|
+
""
|
|
819
|
+
],
|
|
820
|
+
"No configuration status available": [
|
|
821
|
+
""
|
|
822
|
+
],
|
|
823
|
+
"Failed": [
|
|
824
|
+
""
|
|
825
|
+
],
|
|
826
|
+
"Changed": [
|
|
827
|
+
""
|
|
828
|
+
],
|
|
829
|
+
"Scheduled": [
|
|
830
|
+
""
|
|
831
|
+
],
|
|
832
|
+
"Failed to start": [
|
|
833
|
+
""
|
|
834
|
+
],
|
|
835
|
+
"Restarted": [
|
|
836
|
+
""
|
|
837
|
+
],
|
|
838
|
+
"Corrective Change": [
|
|
839
|
+
""
|
|
840
|
+
],
|
|
841
|
+
"Skipped": [
|
|
842
|
+
""
|
|
843
|
+
],
|
|
844
|
+
"Out of sync": [
|
|
845
|
+
""
|
|
846
|
+
],
|
|
847
|
+
"Puppet metrics": [
|
|
848
|
+
""
|
|
849
|
+
],
|
|
814
850
|
"Puppet details": [
|
|
815
851
|
""
|
|
816
852
|
],
|
data/app/controllers/concerns/foreman_puppet/extensions/api_v2_registration_controller_extensions.rb
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module ForemanPuppet
|
|
2
|
+
module Extensions
|
|
3
|
+
module ApiV2RegistrationControllerExtensions
|
|
4
|
+
extend ActiveSupport::Concern
|
|
5
|
+
|
|
6
|
+
def host_setup_extension
|
|
7
|
+
if @host.hostgroup.present?
|
|
8
|
+
@host.puppet_proxy_id = @host.hostgroup.puppet_proxy_id if @host.puppet_proxy_id.nil? && @host.hostgroup.puppet_proxy_id.present?
|
|
9
|
+
@host.puppet_ca_proxy_id = @host.hostgroup.puppet_ca_proxy_id if @host.puppet_ca_proxy_id.nil? && @host.hostgroup.puppet_ca_proxy_id.present?
|
|
10
|
+
|
|
11
|
+
if @host.puppet.nil? && @host.hostgroup.puppet&.environment.present?
|
|
12
|
+
puppet = @host.puppet || @host.build_puppet
|
|
13
|
+
puppet.environment = @host.hostgroup.puppet&.environment
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
super
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
main_app.hash_for_edit_hostgroup_path(id: hg).merge(auth_object: hg, authorizer: @hostgroups_authorizer)
|
|
30
30
|
end.to_sentence.html_safe %>
|
|
31
31
|
</td>
|
|
32
|
-
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "
|
|
32
|
+
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "puppetclass = #{puppetclass.name}")%></td>
|
|
33
33
|
<td><%= puppetclass.class_params.size %> </td>
|
|
34
34
|
<td>
|
|
35
35
|
<%
|
|
@@ -54,6 +54,7 @@ module ForemanPuppet
|
|
|
54
54
|
|
|
55
55
|
::Api::V2::BaseController.include ForemanPuppet::Extensions::ApiBaseController
|
|
56
56
|
::Api::V2::HostsController.include ForemanPuppet::Extensions::ApiV2HostsController
|
|
57
|
+
::Api::V2::RegistrationController.prepend ForemanPuppet::Extensions::ApiV2RegistrationControllerExtensions
|
|
57
58
|
::Api::V2::HostgroupsController.include ForemanPuppet::Extensions::ApiHostgroupsController
|
|
58
59
|
::Api::V2::TemplateCombinationsController.include ForemanPuppet::Extensions::ApiTemplateCombinationsController
|
|
59
60
|
::Api::V2::HostsController.include ForemanPuppet::Extensions::ParametersHost
|
data/locale/ca/foreman_puppet.po
CHANGED
|
@@ -109,6 +109,9 @@ msgstr "Canvia l'entorn"
|
|
|
109
109
|
msgid "Change Puppet Master"
|
|
110
110
|
msgstr ""
|
|
111
111
|
|
|
112
|
+
msgid "Changed"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
112
115
|
msgid "Changed environments"
|
|
113
116
|
msgstr ""
|
|
114
117
|
|
|
@@ -148,6 +151,9 @@ msgstr "Gestió de la configuració"
|
|
|
148
151
|
msgid "Copy to clipboard"
|
|
149
152
|
msgstr ""
|
|
150
153
|
|
|
154
|
+
msgid "Corrective Change"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
151
157
|
msgid "Couldn't find any ENC data for this host"
|
|
152
158
|
msgstr ""
|
|
153
159
|
|
|
@@ -262,12 +268,18 @@ msgstr ""
|
|
|
262
268
|
msgid "Facts"
|
|
263
269
|
msgstr "Objectes d'interès"
|
|
264
270
|
|
|
271
|
+
msgid "Failed"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
265
274
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
266
275
|
msgstr ""
|
|
267
276
|
|
|
268
277
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
269
278
|
msgstr "No s'ha pogut establir el servidor intermediari %{proxy_type} per a %{host}."
|
|
270
279
|
|
|
280
|
+
msgid "Failed to start"
|
|
281
|
+
msgstr ""
|
|
282
|
+
|
|
271
283
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
272
284
|
msgstr ""
|
|
273
285
|
|
|
@@ -409,6 +421,9 @@ msgstr "Classes heretades de %s"
|
|
|
409
421
|
msgid "Invalid proxy selected!"
|
|
410
422
|
msgstr "El servidor intermediari seleccionat no és vàlid!"
|
|
411
423
|
|
|
424
|
+
msgid "Last configuration status"
|
|
425
|
+
msgstr ""
|
|
426
|
+
|
|
412
427
|
msgid "List all Puppet class IDs for host"
|
|
413
428
|
msgstr "Llista tots els ID de les classes de Puppet per a l'amfitrió"
|
|
414
429
|
|
|
@@ -484,12 +499,18 @@ msgstr ""
|
|
|
484
499
|
msgid "Name"
|
|
485
500
|
msgstr "Nom"
|
|
486
501
|
|
|
502
|
+
msgid "Never"
|
|
503
|
+
msgstr ""
|
|
504
|
+
|
|
487
505
|
msgid "New"
|
|
488
506
|
msgstr "Nou"
|
|
489
507
|
|
|
490
508
|
msgid "No changes to your environments detected"
|
|
491
509
|
msgstr ""
|
|
492
510
|
|
|
511
|
+
msgid "No configuration status available"
|
|
512
|
+
msgstr ""
|
|
513
|
+
|
|
493
514
|
msgid "No environment selected!"
|
|
494
515
|
msgstr "No hi ha cap entorn seleccionat!"
|
|
495
516
|
|
|
@@ -553,6 +574,9 @@ msgstr "Organitzacions"
|
|
|
553
574
|
msgid "Original value info"
|
|
554
575
|
msgstr ""
|
|
555
576
|
|
|
577
|
+
msgid "Out of sync"
|
|
578
|
+
msgstr ""
|
|
579
|
+
|
|
556
580
|
msgid "Overridden"
|
|
557
581
|
msgstr ""
|
|
558
582
|
|
|
@@ -637,6 +661,9 @@ msgstr ""
|
|
|
637
661
|
msgid "Puppet interval"
|
|
638
662
|
msgstr "Interval de Puppet"
|
|
639
663
|
|
|
664
|
+
msgid "Puppet metrics"
|
|
665
|
+
msgstr ""
|
|
666
|
+
|
|
640
667
|
msgid "Puppet parameter"
|
|
641
668
|
msgstr "Paràmetre de Puppet"
|
|
642
669
|
|
|
@@ -673,6 +700,12 @@ msgstr "Informes"
|
|
|
673
700
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
674
701
|
msgstr ""
|
|
675
702
|
|
|
703
|
+
msgid "Restarted"
|
|
704
|
+
msgstr ""
|
|
705
|
+
|
|
706
|
+
msgid "Scheduled"
|
|
707
|
+
msgstr ""
|
|
708
|
+
|
|
676
709
|
msgid "Select environment"
|
|
677
710
|
msgstr "Selecciona l'entorn"
|
|
678
711
|
|
|
@@ -709,6 +742,9 @@ msgstr ""
|
|
|
709
742
|
msgid "Show template combination"
|
|
710
743
|
msgstr "Mostra una combinació de plantilles"
|
|
711
744
|
|
|
745
|
+
msgid "Skipped"
|
|
746
|
+
msgstr ""
|
|
747
|
+
|
|
712
748
|
msgid "Smart Class Parameter"
|
|
713
749
|
msgstr "Paràmetre de la classe intel·ligent"
|
|
714
750
|
|
|
@@ -114,6 +114,9 @@ msgstr "Změnit prostředí"
|
|
|
114
114
|
msgid "Change Puppet Master"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
117
|
+
msgid "Changed"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
117
120
|
msgid "Changed environments"
|
|
118
121
|
msgstr "Změněná prostředí"
|
|
119
122
|
|
|
@@ -153,6 +156,9 @@ msgstr "Správa nastavení"
|
|
|
153
156
|
msgid "Copy to clipboard"
|
|
154
157
|
msgstr ""
|
|
155
158
|
|
|
159
|
+
msgid "Corrective Change"
|
|
160
|
+
msgstr ""
|
|
161
|
+
|
|
156
162
|
msgid "Couldn't find any ENC data for this host"
|
|
157
163
|
msgstr ""
|
|
158
164
|
|
|
@@ -267,12 +273,18 @@ msgstr ""
|
|
|
267
273
|
msgid "Facts"
|
|
268
274
|
msgstr "Fakta"
|
|
269
275
|
|
|
276
|
+
msgid "Failed"
|
|
277
|
+
msgstr ""
|
|
278
|
+
|
|
270
279
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
271
280
|
msgstr "Nepodařilo se importovat %{klass} pro %{name}: neexistuje v databázi – bude ignorováno"
|
|
272
281
|
|
|
273
282
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
274
283
|
msgstr ""
|
|
275
284
|
|
|
285
|
+
msgid "Failed to start"
|
|
286
|
+
msgstr ""
|
|
287
|
+
|
|
276
288
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
277
289
|
msgstr ""
|
|
278
290
|
|
|
@@ -414,6 +426,9 @@ msgstr ""
|
|
|
414
426
|
msgid "Invalid proxy selected!"
|
|
415
427
|
msgstr ""
|
|
416
428
|
|
|
429
|
+
msgid "Last configuration status"
|
|
430
|
+
msgstr ""
|
|
431
|
+
|
|
417
432
|
msgid "List all Puppet class IDs for host"
|
|
418
433
|
msgstr "Vypsat všechny identifikátory Puppet tříd pro hostitele"
|
|
419
434
|
|
|
@@ -489,12 +504,18 @@ msgstr ""
|
|
|
489
504
|
msgid "Name"
|
|
490
505
|
msgstr "Název"
|
|
491
506
|
|
|
507
|
+
msgid "Never"
|
|
508
|
+
msgstr ""
|
|
509
|
+
|
|
492
510
|
msgid "New"
|
|
493
511
|
msgstr "Nové"
|
|
494
512
|
|
|
495
513
|
msgid "No changes to your environments detected"
|
|
496
514
|
msgstr "Nezjištěny žádné změny ve vašich prostředích"
|
|
497
515
|
|
|
516
|
+
msgid "No configuration status available"
|
|
517
|
+
msgstr ""
|
|
518
|
+
|
|
498
519
|
msgid "No environment selected!"
|
|
499
520
|
msgstr "Nevybráno prostředí!"
|
|
500
521
|
|
|
@@ -558,6 +579,9 @@ msgstr "Organizace"
|
|
|
558
579
|
msgid "Original value info"
|
|
559
580
|
msgstr "Informace o původní hodnotě"
|
|
560
581
|
|
|
582
|
+
msgid "Out of sync"
|
|
583
|
+
msgstr ""
|
|
584
|
+
|
|
561
585
|
msgid "Overridden"
|
|
562
586
|
msgstr ""
|
|
563
587
|
|
|
@@ -642,6 +666,9 @@ msgstr ""
|
|
|
642
666
|
msgid "Puppet interval"
|
|
643
667
|
msgstr ""
|
|
644
668
|
|
|
669
|
+
msgid "Puppet metrics"
|
|
670
|
+
msgstr ""
|
|
671
|
+
|
|
645
672
|
msgid "Puppet parameter"
|
|
646
673
|
msgstr "Puppet parametr"
|
|
647
674
|
|
|
@@ -678,6 +705,12 @@ msgstr "Výkazy"
|
|
|
678
705
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
679
706
|
msgstr ""
|
|
680
707
|
|
|
708
|
+
msgid "Restarted"
|
|
709
|
+
msgstr ""
|
|
710
|
+
|
|
711
|
+
msgid "Scheduled"
|
|
712
|
+
msgstr ""
|
|
713
|
+
|
|
681
714
|
msgid "Select environment"
|
|
682
715
|
msgstr "Vybrat prostředí"
|
|
683
716
|
|
|
@@ -714,6 +747,9 @@ msgstr ""
|
|
|
714
747
|
msgid "Show template combination"
|
|
715
748
|
msgstr "Zobrazit kombinaci šablony"
|
|
716
749
|
|
|
750
|
+
msgid "Skipped"
|
|
751
|
+
msgstr ""
|
|
752
|
+
|
|
717
753
|
msgid "Smart Class Parameter"
|
|
718
754
|
msgstr ""
|
|
719
755
|
|
data/locale/de/foreman_puppet.po
CHANGED
|
@@ -130,6 +130,9 @@ msgstr "Umgebung ändern"
|
|
|
130
130
|
msgid "Change Puppet Master"
|
|
131
131
|
msgstr "Puppet-Master ändern"
|
|
132
132
|
|
|
133
|
+
msgid "Changed"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
133
136
|
msgid "Changed environments"
|
|
134
137
|
msgstr "Geänderte Umgebungen"
|
|
135
138
|
|
|
@@ -169,6 +172,9 @@ msgstr "Konfigurationsmanagement"
|
|
|
169
172
|
msgid "Copy to clipboard"
|
|
170
173
|
msgstr ""
|
|
171
174
|
|
|
175
|
+
msgid "Corrective Change"
|
|
176
|
+
msgstr ""
|
|
177
|
+
|
|
172
178
|
msgid "Couldn't find any ENC data for this host"
|
|
173
179
|
msgstr ""
|
|
174
180
|
|
|
@@ -283,12 +289,18 @@ msgstr "Fehler!"
|
|
|
283
289
|
msgid "Facts"
|
|
284
290
|
msgstr "Fakten"
|
|
285
291
|
|
|
292
|
+
msgid "Failed"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
286
295
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
287
296
|
msgstr "Fehler beim Importieren der Klasse %{class} for %{name}: existiert nicht in der Datenbank - wird ignoriert"
|
|
288
297
|
|
|
289
298
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
290
299
|
msgstr "Einstellung von %{proxy_type} Proxy für %{host} fehlgeschlagen."
|
|
291
300
|
|
|
301
|
+
msgid "Failed to start"
|
|
302
|
+
msgstr ""
|
|
303
|
+
|
|
292
304
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
293
305
|
msgstr "Fehler beim Aktualisieren von Umgebungen und Puppet-Klassen von der lokalen Puppet Installation: %s"
|
|
294
306
|
|
|
@@ -430,6 +442,9 @@ msgstr "Vererbte Klassen von %s"
|
|
|
430
442
|
msgid "Invalid proxy selected!"
|
|
431
443
|
msgstr "Ungültiger Proxy ausgewählt!"
|
|
432
444
|
|
|
445
|
+
msgid "Last configuration status"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
433
448
|
msgid "List all Puppet class IDs for host"
|
|
434
449
|
msgstr "Alle Puppet-Klassen-Kennungen für den Host auflisten"
|
|
435
450
|
|
|
@@ -505,12 +520,18 @@ msgstr "Alle übereinstimmenden Werte (nur vom Typ Array/Hash) zusammenführen"
|
|
|
505
520
|
msgid "Name"
|
|
506
521
|
msgstr "Name"
|
|
507
522
|
|
|
523
|
+
msgid "Never"
|
|
524
|
+
msgstr ""
|
|
525
|
+
|
|
508
526
|
msgid "New"
|
|
509
527
|
msgstr "Neu"
|
|
510
528
|
|
|
511
529
|
msgid "No changes to your environments detected"
|
|
512
530
|
msgstr "Keine Änderungen an Ihren Umgebungen entdeckt"
|
|
513
531
|
|
|
532
|
+
msgid "No configuration status available"
|
|
533
|
+
msgstr ""
|
|
534
|
+
|
|
514
535
|
msgid "No environment selected!"
|
|
515
536
|
msgstr "Es wurde keine Umgebung ausgewählt!"
|
|
516
537
|
|
|
@@ -574,6 +595,9 @@ msgstr "Organisationen"
|
|
|
574
595
|
msgid "Original value info"
|
|
575
596
|
msgstr "Information zum Originalwert"
|
|
576
597
|
|
|
598
|
+
msgid "Out of sync"
|
|
599
|
+
msgstr ""
|
|
600
|
+
|
|
577
601
|
msgid "Overridden"
|
|
578
602
|
msgstr "Überschreiben"
|
|
579
603
|
|
|
@@ -658,6 +682,9 @@ msgstr "YAML-Ausgabe des externen Puppet-Knotens"
|
|
|
658
682
|
msgid "Puppet interval"
|
|
659
683
|
msgstr "Puppet-Intervall"
|
|
660
684
|
|
|
685
|
+
msgid "Puppet metrics"
|
|
686
|
+
msgstr ""
|
|
687
|
+
|
|
661
688
|
msgid "Puppet parameter"
|
|
662
689
|
msgstr "Puppet-Parameter"
|
|
663
690
|
|
|
@@ -694,6 +721,12 @@ msgstr "Berichte"
|
|
|
694
721
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
695
722
|
msgstr "Erforderlicher Parameter ohne Wert.<br/><b>Bitte überschreiben!</b><br/>"
|
|
696
723
|
|
|
724
|
+
msgid "Restarted"
|
|
725
|
+
msgstr ""
|
|
726
|
+
|
|
727
|
+
msgid "Scheduled"
|
|
728
|
+
msgstr ""
|
|
729
|
+
|
|
697
730
|
msgid "Select environment"
|
|
698
731
|
msgstr "Umgebung auswählen"
|
|
699
732
|
|
|
@@ -730,6 +763,9 @@ msgstr "Überschreibungswert für einen bestimmten Smart-Klassenparameter anzeig
|
|
|
730
763
|
msgid "Show template combination"
|
|
731
764
|
msgstr "Vorlagenkombination anzeigen"
|
|
732
765
|
|
|
766
|
+
msgid "Skipped"
|
|
767
|
+
msgstr ""
|
|
768
|
+
|
|
733
769
|
msgid "Smart Class Parameter"
|
|
734
770
|
msgstr "Smart-Class-Parameter"
|
|
735
771
|
|
data/locale/en/foreman_puppet.po
CHANGED
|
@@ -105,6 +105,9 @@ msgstr ""
|
|
|
105
105
|
msgid "Change Puppet Master"
|
|
106
106
|
msgstr ""
|
|
107
107
|
|
|
108
|
+
msgid "Changed"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
108
111
|
msgid "Changed environments"
|
|
109
112
|
msgstr ""
|
|
110
113
|
|
|
@@ -144,6 +147,9 @@ msgstr ""
|
|
|
144
147
|
msgid "Copy to clipboard"
|
|
145
148
|
msgstr ""
|
|
146
149
|
|
|
150
|
+
msgid "Corrective Change"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
147
153
|
msgid "Couldn't find any ENC data for this host"
|
|
148
154
|
msgstr ""
|
|
149
155
|
|
|
@@ -258,12 +264,18 @@ msgstr ""
|
|
|
258
264
|
msgid "Facts"
|
|
259
265
|
msgstr ""
|
|
260
266
|
|
|
267
|
+
msgid "Failed"
|
|
268
|
+
msgstr ""
|
|
269
|
+
|
|
261
270
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
262
271
|
msgstr ""
|
|
263
272
|
|
|
264
273
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
265
274
|
msgstr ""
|
|
266
275
|
|
|
276
|
+
msgid "Failed to start"
|
|
277
|
+
msgstr ""
|
|
278
|
+
|
|
267
279
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
268
280
|
msgstr ""
|
|
269
281
|
|
|
@@ -405,6 +417,9 @@ msgstr ""
|
|
|
405
417
|
msgid "Invalid proxy selected!"
|
|
406
418
|
msgstr ""
|
|
407
419
|
|
|
420
|
+
msgid "Last configuration status"
|
|
421
|
+
msgstr ""
|
|
422
|
+
|
|
408
423
|
msgid "List all Puppet class IDs for host"
|
|
409
424
|
msgstr ""
|
|
410
425
|
|
|
@@ -480,12 +495,18 @@ msgstr ""
|
|
|
480
495
|
msgid "Name"
|
|
481
496
|
msgstr ""
|
|
482
497
|
|
|
498
|
+
msgid "Never"
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
483
501
|
msgid "New"
|
|
484
502
|
msgstr ""
|
|
485
503
|
|
|
486
504
|
msgid "No changes to your environments detected"
|
|
487
505
|
msgstr ""
|
|
488
506
|
|
|
507
|
+
msgid "No configuration status available"
|
|
508
|
+
msgstr ""
|
|
509
|
+
|
|
489
510
|
msgid "No environment selected!"
|
|
490
511
|
msgstr ""
|
|
491
512
|
|
|
@@ -549,6 +570,9 @@ msgstr ""
|
|
|
549
570
|
msgid "Original value info"
|
|
550
571
|
msgstr ""
|
|
551
572
|
|
|
573
|
+
msgid "Out of sync"
|
|
574
|
+
msgstr ""
|
|
575
|
+
|
|
552
576
|
msgid "Overridden"
|
|
553
577
|
msgstr ""
|
|
554
578
|
|
|
@@ -633,6 +657,9 @@ msgstr ""
|
|
|
633
657
|
msgid "Puppet interval"
|
|
634
658
|
msgstr ""
|
|
635
659
|
|
|
660
|
+
msgid "Puppet metrics"
|
|
661
|
+
msgstr ""
|
|
662
|
+
|
|
636
663
|
msgid "Puppet parameter"
|
|
637
664
|
msgstr ""
|
|
638
665
|
|
|
@@ -669,6 +696,12 @@ msgstr ""
|
|
|
669
696
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
670
697
|
msgstr ""
|
|
671
698
|
|
|
699
|
+
msgid "Restarted"
|
|
700
|
+
msgstr ""
|
|
701
|
+
|
|
702
|
+
msgid "Scheduled"
|
|
703
|
+
msgstr ""
|
|
704
|
+
|
|
672
705
|
msgid "Select environment"
|
|
673
706
|
msgstr ""
|
|
674
707
|
|
|
@@ -705,6 +738,9 @@ msgstr ""
|
|
|
705
738
|
msgid "Show template combination"
|
|
706
739
|
msgstr ""
|
|
707
740
|
|
|
741
|
+
msgid "Skipped"
|
|
742
|
+
msgstr ""
|
|
743
|
+
|
|
708
744
|
msgid "Smart Class Parameter"
|
|
709
745
|
msgstr ""
|
|
710
746
|
|