foreman_puppet 3.0.1 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +1 -1
- data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
- data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
- data/app/services/foreman_puppet/host_info_providers/puppet_info.rb +1 -1
- data/app/views/foreman_puppet/config_groups/index.html.erb +3 -1
- data/app/views/hosts/_form_puppet_enc_tab.html.erb +5 -4
- data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +9 -0
- data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +15 -0
- data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +3 -1
- data/lib/foreman_puppet/register.rb +2 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.edit.po +1095 -0
- data/locale/ca/foreman_puppet.po +70 -1
- data/locale/ca/foreman_puppet.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +199 -184
- data/locale/cs_CZ/foreman_puppet.po +13 -2
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.edit.po +1122 -0
- data/locale/de/foreman_puppet.po +25 -13
- data/locale/de/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +33 -25
- data/locale/en/foreman_puppet.po +13 -1
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.edit.po +1097 -0
- data/locale/en_GB/foreman_puppet.po +13 -2
- data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.edit.po +1104 -0
- data/locale/es/foreman_puppet.po +13 -2
- data/locale/es/foreman_puppet.po.time_stamp +0 -0
- data/locale/foreman_puppet.pot +48 -25
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.edit.po +1112 -0
- data/locale/fr/foreman_puppet.po +13 -2
- data/locale/fr/foreman_puppet.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.edit.po +1095 -0
- data/locale/gl/foreman_puppet.po +13 -2
- data/locale/gl/foreman_puppet.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.edit.po +1099 -0
- data/locale/it/foreman_puppet.po +13 -2
- data/locale/it/foreman_puppet.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.edit.po +1107 -0
- data/locale/ja/foreman_puppet.po +15 -4
- data/locale/ja/foreman_puppet.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.edit.po +1096 -0
- data/locale/ko/foreman_puppet.po +13 -2
- data/locale/ko/foreman_puppet.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +1100 -0
- data/locale/nl_NL/foreman_puppet.po +13 -2
- data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.edit.po +1099 -0
- data/locale/pl/foreman_puppet.po +13 -2
- data/locale/pl/foreman_puppet.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.edit.po +1103 -0
- data/locale/pt_BR/foreman_puppet.po +13 -2
- data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.edit.po +1104 -0
- data/locale/ru/foreman_puppet.po +15 -4
- data/locale/ru/foreman_puppet.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.edit.po +1099 -0
- data/locale/sv_SE/foreman_puppet.po +13 -2
- data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.edit.po +1108 -0
- data/locale/zh_CN/foreman_puppet.po +16 -5
- data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.edit.po +1098 -0
- data/locale/zh_TW/foreman_puppet.po +13 -2
- data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
- data/test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb +10 -0
- data/test/controllers/foreman_puppet/hosts_controller_test.rb +4 -27
- data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +34 -0
- data/test/integration/foreman_puppet/host_js_test.rb +14 -9
- data/test/models/foreman_puppet/host_puppet_facet_test.rb +11 -0
- metadata +39 -3
data/locale/es/foreman_puppet.po
CHANGED
@@ -15,10 +15,9 @@
|
|
15
15
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
|
16
16
|
# elobato <elobatocs@gmail.com>, 2021
|
17
17
|
#
|
18
|
-
#, fuzzy
|
19
18
|
msgid ""
|
20
19
|
msgstr ""
|
21
|
-
"Project-Id-Version: foreman_puppet
|
20
|
+
"Project-Id-Version: foreman_puppet 3.0.2\n"
|
22
21
|
"Report-Msgid-Bugs-To: \n"
|
23
22
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
24
23
|
"Last-Translator: elobato <elobatocs@gmail.com>, 2021\n"
|
@@ -95,6 +94,9 @@ msgstr "Todos los entornos - (no filtrados)"
|
|
95
94
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
96
95
|
msgstr ""
|
97
96
|
|
97
|
+
msgid "Autosign entries"
|
98
|
+
msgstr ""
|
99
|
+
|
98
100
|
msgid "Available Classes"
|
99
101
|
msgstr "Clases disponibles"
|
100
102
|
|
@@ -110,6 +112,9 @@ msgstr ""
|
|
110
112
|
msgid "Cancel"
|
111
113
|
msgstr "Cancelar"
|
112
114
|
|
115
|
+
msgid "Certificates"
|
116
|
+
msgstr ""
|
117
|
+
|
113
118
|
msgid "Change Environment"
|
114
119
|
msgstr "Cambiar entorno"
|
115
120
|
|
@@ -347,6 +352,9 @@ msgstr ""
|
|
347
352
|
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
348
353
|
msgstr "Si es así, se mostrará un error si no existe un valor predeterminado y no existe ninguna concordancia que pueda proporcionar un valor"
|
349
354
|
|
355
|
+
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
|
356
|
+
msgstr ""
|
357
|
+
|
350
358
|
msgid "Ignored classes in the environments: %s"
|
351
359
|
msgstr "Clases ignoradas en los entornos: %s"
|
352
360
|
|
@@ -683,6 +691,9 @@ msgstr "Parámetro de clase Inteligente"
|
|
683
691
|
msgid "Smart Class Parameters"
|
684
692
|
msgstr "Parámetros de clase inteligente"
|
685
693
|
|
694
|
+
msgid "Some Puppet Classes are unavailable in the selected environment"
|
695
|
+
msgstr ""
|
696
|
+
|
686
697
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
687
698
|
msgstr "Se han sobrescrito con éxito todos los parámetros de clase Puppet %s"
|
688
699
|
|
File without changes
|
data/locale/foreman_puppet.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_puppet 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2022-02-28 12:33+0100\n"
|
12
|
+
"PO-Revision-Date: 2022-02-28 12:33+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -25,7 +25,7 @@ msgid ""
|
|
25
25
|
msgstr ""
|
26
26
|
|
27
27
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
28
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
28
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
|
29
29
|
msgid "No changes to your environments detected"
|
30
30
|
msgstr ""
|
31
31
|
|
@@ -99,38 +99,38 @@ msgid "IDs of associated ConfigGroups"
|
|
99
99
|
msgstr ""
|
100
100
|
|
101
101
|
#:
|
102
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
102
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
103
103
|
msgid "Import puppet classes from puppet proxy"
|
104
104
|
msgstr ""
|
105
105
|
|
106
106
|
#:
|
107
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
108
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
107
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17
|
108
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
|
109
109
|
msgid "Import puppet classes from puppet proxy for an environment"
|
110
110
|
msgstr ""
|
111
111
|
|
112
112
|
#:
|
113
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
113
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
|
114
114
|
msgid ""
|
115
115
|
"Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolet"
|
116
116
|
"e'that is used to limit the imported Puppet classes"
|
117
117
|
msgstr ""
|
118
118
|
|
119
119
|
#:
|
120
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
120
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
|
121
121
|
msgid ""
|
122
122
|
"Failed to update the environments and Puppet classes from the on-disk puppet i"
|
123
123
|
"nstallation: %s"
|
124
124
|
msgstr ""
|
125
125
|
|
126
126
|
#:
|
127
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
127
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
128
128
|
msgid "The requested environment cannot be found."
|
129
129
|
msgstr ""
|
130
130
|
|
131
131
|
#:
|
132
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
133
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
132
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114
|
133
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
|
134
134
|
msgid ""
|
135
135
|
"No proxy found to import classes from, ensure that the smart proxy has the Pup"
|
136
136
|
"pet feature enabled."
|
@@ -856,20 +856,20 @@ msgstr ""
|
|
856
856
|
msgid "Update"
|
857
857
|
msgstr ""
|
858
858
|
|
859
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
859
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
860
860
|
msgid "included already from parent"
|
861
861
|
msgstr ""
|
862
862
|
|
863
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
863
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
|
864
864
|
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
865
865
|
msgid "Remove"
|
866
866
|
msgstr ""
|
867
867
|
|
868
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
868
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
|
869
869
|
msgid "Add"
|
870
870
|
msgstr ""
|
871
871
|
|
872
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
872
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
|
873
873
|
msgid "%s is not in environment"
|
874
874
|
msgstr ""
|
875
875
|
|
@@ -892,7 +892,7 @@ msgstr ""
|
|
892
892
|
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
893
893
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
894
894
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
895
|
-
#: ../lib/foreman_puppet/register.rb:
|
895
|
+
#: ../lib/foreman_puppet/register.rb:172
|
896
896
|
msgid "Config Groups"
|
897
897
|
msgstr ""
|
898
898
|
|
@@ -955,7 +955,7 @@ msgid "Environment|Name"
|
|
955
955
|
msgstr ""
|
956
956
|
|
957
957
|
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
958
|
-
#: ../lib/foreman_puppet/register.rb:
|
958
|
+
#: ../lib/foreman_puppet/register.rb:169
|
959
959
|
msgid "Classes"
|
960
960
|
msgstr ""
|
961
961
|
|
@@ -989,7 +989,7 @@ msgstr ""
|
|
989
989
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
990
990
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
991
991
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
992
|
-
#: ../lib/foreman_puppet/register.rb:
|
992
|
+
#: ../lib/foreman_puppet/register.rb:175
|
993
993
|
msgid "Smart Class Parameters"
|
994
994
|
msgstr ""
|
995
995
|
|
@@ -1098,7 +1098,7 @@ msgstr ""
|
|
1098
1098
|
|
1099
1099
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1100
1100
|
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1101
|
-
#: ../lib/foreman_puppet/register.rb:
|
1101
|
+
#: ../lib/foreman_puppet/register.rb:166
|
1102
1102
|
#: ../webpack/src/Components/Environments/Welcome.js:21
|
1103
1103
|
msgid "Environments"
|
1104
1104
|
msgstr ""
|
@@ -1124,15 +1124,15 @@ msgid "This will reset parameters of the class %s to their default values. Conti
|
|
1124
1124
|
msgstr ""
|
1125
1125
|
|
1126
1126
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
1127
|
-
msgid "
|
1127
|
+
msgid "Puppet Class Parameters"
|
1128
1128
|
msgstr ""
|
1129
1129
|
|
1130
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1131
|
-
msgid "
|
1130
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1131
|
+
msgid "Notice"
|
1132
1132
|
msgstr ""
|
1133
1133
|
|
1134
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1135
|
-
msgid "
|
1134
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
|
1135
|
+
msgid "Please select an environment first"
|
1136
1136
|
msgstr ""
|
1137
1137
|
|
1138
1138
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
@@ -1164,13 +1164,23 @@ msgid "Add Combination"
|
|
1164
1164
|
msgstr ""
|
1165
1165
|
|
1166
1166
|
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
1167
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
|
1167
1168
|
msgid "General"
|
1168
1169
|
msgstr ""
|
1169
1170
|
|
1170
1171
|
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
1172
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
|
1171
1173
|
msgid "Hosts managed:"
|
1172
1174
|
msgstr ""
|
1173
1175
|
|
1176
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
1177
|
+
msgid "Certificates"
|
1178
|
+
msgstr ""
|
1179
|
+
|
1180
|
+
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
1181
|
+
msgid "Autosign entries"
|
1182
|
+
msgstr ""
|
1183
|
+
|
1174
1184
|
#: ../lib/foreman_puppet/register.rb:7
|
1175
1185
|
msgid "Facts"
|
1176
1186
|
msgstr ""
|
@@ -1226,10 +1236,19 @@ msgstr ""
|
|
1226
1236
|
msgid "%s out of sync disabled"
|
1227
1237
|
msgstr ""
|
1228
1238
|
|
1229
|
-
#: ../lib/foreman_puppet/register.rb:
|
1239
|
+
#: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
|
1230
1240
|
msgid "Puppet ENC"
|
1231
1241
|
msgstr ""
|
1232
1242
|
|
1243
|
+
#: ../webpack/src/Components/Environments/Welcome.js:13
|
1244
|
+
msgid ""
|
1245
|
+
"If you are planning to use Foreman as an external node classifier you should p"
|
1246
|
+
"rovide information about one or more environments.<br/> This information is co"
|
1247
|
+
"mmonly imported from a pre-existing Puppet configuration by the use of the <a "
|
1248
|
+
"target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and envi"
|
1249
|
+
"ronment importer.</a>"
|
1250
|
+
msgstr ""
|
1251
|
+
|
1233
1252
|
#: ../webpack/src/foreman_class_edit.js:146
|
1234
1253
|
msgid "Click to remove config group"
|
1235
1254
|
msgstr ""
|
@@ -1242,6 +1261,10 @@ msgstr ""
|
|
1242
1261
|
msgid "Loading parameters..."
|
1243
1262
|
msgstr ""
|
1244
1263
|
|
1264
|
+
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1265
|
+
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1266
|
+
msgstr ""
|
1267
|
+
|
1245
1268
|
#: action_names.rb:2
|
1246
1269
|
msgid "Action with sub plans"
|
1247
1270
|
msgstr ""
|
Binary file
|