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