foreman_puppet 3.0.5 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
- data/lib/foreman_puppet/register.rb +4 -4
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +237 -111
- data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
- data/locale/de/foreman_puppet.edit.po +326 -148
- data/locale/en/foreman_puppet.edit.po +80 -172
- data/locale/en_GB/foreman_puppet.edit.po +200 -100
- data/locale/es/foreman_puppet.edit.po +304 -133
- data/locale/fr/foreman_puppet.edit.po +313 -135
- data/locale/gl/foreman_puppet.edit.po +210 -102
- data/locale/it/foreman_puppet.edit.po +250 -116
- data/locale/ja/foreman_puppet.edit.po +223 -107
- data/locale/ko/foreman_puppet.edit.po +202 -101
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +243 -115
- data/locale/pl/foreman_puppet.edit.po +260 -121
- data/locale/pt_BR/foreman_puppet.edit.po +317 -139
- data/locale/ru/foreman_puppet.edit.po +258 -122
- data/locale/sv_SE/foreman_puppet.edit.po +209 -103
- data/locale/zh_CN/foreman_puppet.edit.po +209 -105
- data/locale/zh_TW/foreman_puppet.edit.po +202 -103
- data/package.json +7 -7
- data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
- data/test/models/foreman_puppet/host_test.rb +6 -0
- data/webpack/global_index.js +11 -0
- data/webpack/index.js +0 -7
- data/webpack/legacy.js +31 -0
- data/webpack/src/Extends/Fills/index.js +26 -0
- data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
- data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
- data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
- data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
- metadata +67 -55
- data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
- data/webpack/fills_index.js +0 -30
| @@ -2,19 +2,20 @@ | |
| 2 2 | 
             
            # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
         | 
| 3 3 | 
             
            # This file is distributed under the same license as the foreman_puppet package.
         | 
| 4 4 | 
             
            # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
         | 
| 5 | 
            -
            #
         | 
| 5 | 
            +
            # 
         | 
| 6 6 | 
             
            # Translators:
         | 
| 7 7 | 
             
            # Giuseppe Pignataro <rogepix@gmail.com>, 2021
         | 
| 8 8 | 
             
            # Andrea Perotti, 2021
         | 
| 9 9 | 
             
            # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
         | 
| 10 10 | 
             
            # Bryan Kearney <bryan.kearney@gmail.com>, 2021
         | 
| 11 11 | 
             
            # Marco Calamaro <ottopodo@gmail.com>, 2021
         | 
| 12 | 
            -
            #
         | 
| 12 | 
            +
            # 
         | 
| 13 | 
            +
            #, fuzzy
         | 
| 13 14 | 
             
            msgid ""
         | 
| 14 15 | 
             
            msgstr ""
         | 
| 15 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 16 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 16 17 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 17 | 
            -
            "POT-Creation-Date:  | 
| 18 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 18 19 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 19 20 | 
             
            "Last-Translator: Marco Calamaro <ottopodo@gmail.com>, 2021\n"
         | 
| 20 21 | 
             
            "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
         | 
| @@ -25,23 +26,36 @@ msgstr "" | |
| 25 26 | 
             
            "Plural-Forms: nplurals=2; plural=(n != 1);\n"
         | 
| 26 27 |  | 
| 27 28 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 28 | 
            -
            msgid " | 
| 29 | 
            +
            msgid ""
         | 
| 30 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 31 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 29 32 | 
             
            msgstr ""
         | 
| 30 33 |  | 
| 31 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 34 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 35 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 32 36 | 
             
            msgid "No changes to your environments detected"
         | 
| 33 37 | 
             
            msgstr "Nessuan modifica rilevata negli ambienti"
         | 
| 34 38 |  | 
| 35 39 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 36 | 
            -
            msgid " | 
| 37 | 
            -
             | 
| 40 | 
            +
            msgid ""
         | 
| 41 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 42 | 
            +
            " installation"
         | 
| 43 | 
            +
            msgstr ""
         | 
| 44 | 
            +
            "Classi del puppet e ambienti aggiornati con successo dal dischetto "
         | 
| 45 | 
            +
            "d'installazione del puppet"
         | 
| 38 46 |  | 
| 39 47 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 40 | 
            -
            msgid " | 
| 41 | 
            -
             | 
| 48 | 
            +
            msgid ""
         | 
| 49 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 50 | 
            +
            "installation: %s"
         | 
| 51 | 
            +
            msgstr ""
         | 
| 52 | 
            +
            "Impossibile aggiornare le classi del puppet e gli ambienti "
         | 
| 53 | 
            +
            "dall'installazione puppet su-disco: %s"
         | 
| 42 54 |  | 
| 43 55 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 44 | 
            -
            msgid " | 
| 56 | 
            +
            msgid ""
         | 
| 57 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 58 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 45 59 | 
             
            msgstr ""
         | 
| 46 60 |  | 
| 47 61 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -72,41 +86,56 @@ msgstr "" | |
| 72 86 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 73 87 | 
             
            msgstr ""
         | 
| 74 88 |  | 
| 75 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 89 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 90 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 76 91 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 77 92 | 
             
            msgstr ""
         | 
| 78 93 |  | 
| 79 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 94 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 95 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 80 96 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 81 97 | 
             
            msgstr ""
         | 
| 82 98 |  | 
| 83 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 99 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 100 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 84 101 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 85 102 | 
             
            msgstr ""
         | 
| 86 103 |  | 
| 87 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 104 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 88 105 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 89 106 | 
             
            msgstr "Importa le classi puppet dal puppet proxy."
         | 
| 90 107 |  | 
| 91 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 108 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 109 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 92 110 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 93 111 | 
             
            msgstr "Importa le classi del puppet dal puppet proxy per un ambiente"
         | 
| 94 112 |  | 
| 95 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 96 | 
            -
            msgid " | 
| 113 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 114 | 
            +
            msgid ""
         | 
| 115 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 116 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 97 117 | 
             
            msgstr ""
         | 
| 98 118 |  | 
| 99 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 100 | 
            -
            msgid " | 
| 101 | 
            -
             | 
| 119 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 120 | 
            +
            msgid ""
         | 
| 121 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 122 | 
            +
            " installation: %s"
         | 
| 123 | 
            +
            msgstr ""
         | 
| 124 | 
            +
            "Impossibile aggiornare le classi di puppet e gli ambienti dall'installazione"
         | 
| 125 | 
            +
            " puppet sul disco: %s"
         | 
| 102 126 |  | 
| 103 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 127 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 104 128 | 
             
            msgid "The requested environment cannot be found."
         | 
| 105 129 | 
             
            msgstr ""
         | 
| 106 130 |  | 
| 107 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 108 | 
            -
             | 
| 109 | 
            -
             | 
| 131 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 132 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 133 | 
            +
            msgid ""
         | 
| 134 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 135 | 
            +
            "Puppet feature enabled."
         | 
| 136 | 
            +
            msgstr ""
         | 
| 137 | 
            +
            "Nessun proxy trovato dal quale importare le classi, assicurati di aver "
         | 
| 138 | 
            +
            "abilitato la funzione Puppet sullo smart proxy."
         | 
| 110 139 |  | 
| 111 140 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| 112 141 | 
             
            msgid "List template combination"
         | 
| @@ -132,7 +161,9 @@ msgstr "" | |
| 132 161 | 
             
            msgid "environment id"
         | 
| 133 162 | 
             
            msgstr "id ambiente"
         | 
| 134 163 |  | 
| 135 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 164 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 165 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 166 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 136 167 | 
             
            msgid "ID of environment"
         | 
| 137 168 | 
             
            msgstr "ID dell'ambiente"
         | 
| 138 169 |  | 
| @@ -156,7 +187,8 @@ msgstr "" | |
| 156 187 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 157 188 | 
             
            msgstr ""
         | 
| 158 189 |  | 
| 159 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 190 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 191 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 160 192 | 
             
            msgid "No environment selected!"
         | 
| 161 193 | 
             
            msgstr "Nessun ambiente selezionato!"
         | 
| 162 194 |  | 
| @@ -184,18 +216,22 @@ msgstr "" | |
| 184 216 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 185 217 | 
             
            msgstr ""
         | 
| 186 218 |  | 
| 187 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 219 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 220 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 188 221 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 189 222 | 
             
            msgstr ""
         | 
| 190 223 |  | 
| 191 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 224 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 225 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 192 226 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 193 | 
            -
            msgid_plural " | 
| 227 | 
            +
            msgid_plural ""
         | 
| 228 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 194 229 | 
             
            msgstr[0] ""
         | 
| 195 230 | 
             
            msgstr[1] ""
         | 
| 196 231 |  | 
| 197 232 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 198 | 
            -
            msgid " | 
| 233 | 
            +
            msgid ""
         | 
| 234 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 199 235 | 
             
            msgstr ""
         | 
| 200 236 |  | 
| 201 237 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| @@ -242,7 +278,12 @@ msgstr "Elenca ambienti per localizzazione" | |
| 242 278 | 
             
            msgid "List environments per organization"
         | 
| 243 279 | 
             
            msgstr "Elenca gli ambienti per organizzazione"
         | 
| 244 280 |  | 
| 245 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 281 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 282 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 283 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 284 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 285 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 286 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 246 287 | 
             
            msgid "ID of Puppet class"
         | 
| 247 288 | 
             
            msgstr "ID della classe del puppet"
         | 
| 248 289 |  | 
| @@ -270,7 +311,10 @@ msgstr "Elenca tutti gli ID delle classi puppet per l'host" | |
| 270 311 | 
             
            msgid "Add a Puppet class to host"
         | 
| 271 312 | 
             
            msgstr "Aggiungi una classe Puppet all'host"
         | 
| 272 313 |  | 
| 273 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 314 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 315 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 316 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 317 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 274 318 | 
             
            msgid "ID of host"
         | 
| 275 319 | 
             
            msgstr "ID host"
         | 
| 276 320 |  | 
| @@ -286,7 +330,10 @@ msgstr "Elenca tutti gli ID delle classi puppet per il gruppo di host" | |
| 286 330 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 287 331 | 
             
            msgstr "Aggiungi una classe Puppet al gruppo di host"
         | 
| 288 332 |  | 
| 289 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 333 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 334 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 335 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 336 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 290 337 | 
             
            msgid "ID of host group"
         | 
| 291 338 | 
             
            msgstr "ID gruppo di host"
         | 
| 292 339 |  | 
| @@ -296,9 +343,13 @@ msgstr "Rimuovi una classe Puppet dal gruppo di host" | |
| 296 343 |  | 
| 297 344 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
         | 
| 298 345 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 299 | 
            -
            msgstr " | 
| 346 | 
            +
            msgstr ""
         | 
| 347 | 
            +
            "Elenco di valori di override per uno specifico parametro di smart class"
         | 
| 300 348 |  | 
| 301 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 349 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 350 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 351 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 352 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 302 353 | 
             
            msgid "Display hidden values"
         | 
| 303 354 | 
             
            msgstr "Visualizza valori nascosti"
         | 
| 304 355 |  | 
| @@ -324,11 +375,13 @@ msgstr "Crea un valore di override per uno specifico parametro di smart class" | |
| 324 375 |  | 
| 325 376 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
         | 
| 326 377 | 
             
            msgid "Update an override value for a specific smart class parameter"
         | 
| 327 | 
            -
            msgstr " | 
| 378 | 
            +
            msgstr ""
         | 
| 379 | 
            +
            "Aggiorna un valore override per uno specifico parametro di smart class"
         | 
| 328 380 |  | 
| 329 381 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
         | 
| 330 382 | 
             
            msgid "Delete an override value for a specific smart class parameter"
         | 
| 331 | 
            -
            msgstr " | 
| 383 | 
            +
            msgstr ""
         | 
| 384 | 
            +
            "Cancella un valore di override per uno specifico parametro di smart class"
         | 
| 332 385 |  | 
| 333 386 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
         | 
| 334 387 | 
             
            msgid "%{model} with id '%{id}' was not found"
         | 
| @@ -399,8 +452,12 @@ msgid "List of smart class parameters for a specific environment" | |
| 399 452 | 
             
            msgstr "Elenco parametri di classe smart per un ambiente specifico"
         | 
| 400 453 |  | 
| 401 454 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 402 | 
            -
            msgid " | 
| 403 | 
            -
             | 
| 455 | 
            +
            msgid ""
         | 
| 456 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 457 | 
            +
            "combination"
         | 
| 458 | 
            +
            msgstr ""
         | 
| 459 | 
            +
            "Elenco parametri di classe smart per una combinazione classe puppet/ambiente"
         | 
| 460 | 
            +
            " specifica"
         | 
| 404 461 |  | 
| 405 462 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| 406 463 | 
             
            msgid "Show a smart class parameter"
         | 
| @@ -427,10 +484,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 427 484 | 
             
            msgstr ""
         | 
| 428 485 |  | 
| 429 486 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 430 | 
            -
            msgid " | 
| 487 | 
            +
            msgid ""
         | 
| 488 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 489 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 431 490 | 
             
            msgstr ""
         | 
| 432 491 |  | 
| 433 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 492 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 493 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 434 494 | 
             
            msgid "The order in which values are resolved"
         | 
| 435 495 | 
             
            msgstr "L'ordine attraverso il quale vengono risolti i valori"
         | 
| 436 496 |  | 
| @@ -447,7 +507,9 @@ msgid "Types of variable values" | |
| 447 507 | 
             
            msgstr ""
         | 
| 448 508 |  | 
| 449 509 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 450 | 
            -
            msgid " | 
| 510 | 
            +
            msgid ""
         | 
| 511 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 512 | 
            +
            "provide a value"
         | 
| 451 513 | 
             
            msgstr ""
         | 
| 452 514 |  | 
| 453 515 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| @@ -467,14 +529,19 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 467 529 | 
             
            msgstr "Sovrascritti con successo tutti i parametri della classe puppet %s"
         | 
| 468 530 |  | 
| 469 531 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 470 | 
            -
            msgid " | 
| 471 | 
            -
             | 
| 532 | 
            +
            msgid ""
         | 
| 533 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 534 | 
            +
            msgstr ""
         | 
| 535 | 
            +
            "Resettati con successo tutti i parametri della classe puppet %s sui "
         | 
| 536 | 
            +
            "rispettivi valori predefiniti"
         | 
| 472 537 |  | 
| 473 538 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 474 539 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 475 540 | 
             
            msgstr "Nessun parametro da sovrascrivere per la classe puppet %s"
         | 
| 476 541 |  | 
| 477 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 542 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 543 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 544 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 478 545 | 
             
            msgid "Create Puppet Environment"
         | 
| 479 546 | 
             
            msgstr ""
         | 
| 480 547 |  | 
| @@ -531,7 +598,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>" | |
| 531 598 | 
             
            msgstr ""
         | 
| 532 599 |  | 
| 533 600 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 534 | 
            -
            msgid " | 
| 601 | 
            +
            msgid ""
         | 
| 602 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 603 | 
            +
            " will be empty.</i><br/>"
         | 
| 535 604 | 
             
            msgstr ""
         | 
| 536 605 |  | 
| 537 606 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -568,7 +637,8 @@ msgid_plural "%{name} has %{num_tag} classes" | |
| 568 637 | 
             
            msgstr[0] ""
         | 
| 569 638 | 
             
            msgstr[1] ""
         | 
| 570 639 |  | 
| 571 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 640 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 641 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 572 642 | 
             
            msgid "Click to remove %s"
         | 
| 573 643 | 
             
            msgstr "Seleziona per rimuovere %s"
         | 
| 574 644 |  | 
| @@ -576,7 +646,8 @@ msgstr "Seleziona per rimuovere %s" | |
| 576 646 | 
             
            msgid "Click to add %s"
         | 
| 577 647 | 
             
            msgstr "Seleziona per aggiungere %s"
         | 
| 578 648 |  | 
| 579 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 649 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 650 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 580 651 | 
             
            msgid "None"
         | 
| 581 652 | 
             
            msgstr "Nessuno"
         | 
| 582 653 |  | 
| @@ -611,8 +682,12 @@ msgid "Operating system default" | |
| 611 682 | 
             
            msgstr "Impostazione predefinita del sistema operativo"
         | 
| 612 683 |  | 
| 613 684 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 614 | 
            -
            msgid " | 
| 615 | 
            -
             | 
| 685 | 
            +
            msgid ""
         | 
| 686 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 687 | 
            +
            "page."
         | 
| 688 | 
            +
            msgstr ""
         | 
| 689 | 
            +
            "La voce finale, impostazione predefinita del sistema operativo, può essere "
         | 
| 690 | 
            +
            "impostata modificando la pagina %s."
         | 
| 616 691 |  | 
| 617 692 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| 618 693 | 
             
            msgid "Operating System"
         | 
| @@ -627,12 +702,20 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 627 702 | 
             
            msgstr ""
         | 
| 628 703 |  | 
| 629 704 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 630 | 
            -
            msgid " | 
| 631 | 
            -
             | 
| 705 | 
            +
            msgid ""
         | 
| 706 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 707 | 
            +
            "ignoring"
         | 
| 708 | 
            +
            msgstr ""
         | 
| 709 | 
            +
            "Impossibile importare %{klass} per %{name}: non è presente non nostro "
         | 
| 710 | 
            +
            "database - operazione ignorata"
         | 
| 632 711 |  | 
| 633 712 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 634 | 
            -
            msgid " | 
| 635 | 
            -
             | 
| 713 | 
            +
            msgid ""
         | 
| 714 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 715 | 
            +
            " and/or location"
         | 
| 716 | 
            +
            msgstr ""
         | 
| 717 | 
            +
            "con id %{object_id} non esiste o non è assegnato alla corretta "
         | 
| 718 | 
            +
            "organizzazione e/o localizzazione"
         | 
| 636 719 |  | 
| 637 720 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| 638 721 | 
             
            msgid "must be true to edit the parameter"
         | 
| @@ -686,7 +769,11 @@ msgstr "Seleziona/Deseleziona obsoleto" | |
| 686 769 | 
             
            msgid "Check/Uncheck all"
         | 
| 687 770 | 
             
            msgstr "Seleziona/Deseleziona tutti"
         | 
| 688 771 |  | 
| 689 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 772 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 773 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 774 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 775 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 776 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 690 777 | 
             
            msgid "Environment"
         | 
| 691 778 | 
             
            msgstr "Ambiente"
         | 
| 692 779 |  | 
| @@ -726,19 +813,20 @@ msgstr "Cancella" | |
| 726 813 | 
             
            msgid "Update"
         | 
| 727 814 | 
             
            msgstr "Aggiorna"
         | 
| 728 815 |  | 
| 729 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 816 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 730 817 | 
             
            msgid "included already from parent"
         | 
| 731 818 | 
             
            msgstr "già incluso dal genitore"
         | 
| 732 819 |  | 
| 733 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 820 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 821 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 734 822 | 
             
            msgid "Remove"
         | 
| 735 823 | 
             
            msgstr "Rimuovi"
         | 
| 736 824 |  | 
| 737 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 825 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 738 826 | 
             
            msgid "Add"
         | 
| 739 827 | 
             
            msgstr "Aggiungi"
         | 
| 740 828 |  | 
| 741 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 829 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 742 830 | 
             
            msgid "%s is not in environment"
         | 
| 743 831 | 
             
            msgstr "%s non è presente nell'ambiente"
         | 
| 744 832 |  | 
| @@ -750,40 +838,57 @@ msgstr "Gruppi di configurazioni inclusi" | |
| 750 838 | 
             
            msgid "Available Config Groups"
         | 
| 751 839 | 
             
            msgstr "Gruppi configurazione disponibili"
         | 
| 752 840 |  | 
| 753 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 841 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 842 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 843 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 754 844 | 
             
            msgid "Edit %s"
         | 
| 755 845 | 
             
            msgstr "Modifica %s"
         | 
| 756 846 |  | 
| 757 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 847 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 848 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 849 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 850 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 758 851 | 
             
            msgid "Config Groups"
         | 
| 759 852 | 
             
            msgstr ""
         | 
| 760 853 |  | 
| 761 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 854 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 855 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 856 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 762 857 | 
             
            msgid "Create Config Group"
         | 
| 763 858 | 
             
            msgstr ""
         | 
| 764 859 |  | 
| 765 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 860 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 861 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 766 862 | 
             
            msgid "Puppet Classes"
         | 
| 767 863 | 
             
            msgstr "Classi del puppet"
         | 
| 768 864 |  | 
| 769 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 865 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 866 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 867 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 770 868 | 
             
            msgid "Hosts"
         | 
| 771 869 | 
             
            msgstr "Hosts"
         | 
| 772 870 |  | 
| 773 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 871 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 872 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 774 873 | 
             
            msgid "Host Groups"
         | 
| 775 874 | 
             
            msgstr "Gruppi host"
         | 
| 776 875 |  | 
| 777 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 876 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 877 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 878 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 778 879 | 
             
            msgid "Actions"
         | 
| 779 880 | 
             
            msgstr "Azioni"
         | 
| 780 881 |  | 
| 781 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 882 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 883 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 782 884 | 
             
            msgid "Delete %s?"
         | 
| 783 885 | 
             
            msgstr "Cancella %s?"
         | 
| 784 886 |  | 
| 785 887 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 786 | 
            -
            msgid " | 
| 888 | 
            +
            msgid ""
         | 
| 889 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 890 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 891 | 
            +
            "particular application profile or stack in one step."
         | 
| 787 892 | 
             
            msgstr ""
         | 
| 788 893 |  | 
| 789 894 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -794,7 +899,9 @@ msgstr "Localizzazioni" | |
| 794 899 | 
             
            msgid "Organizations"
         | 
| 795 900 | 
             
            msgstr "Organizzazioni"
         | 
| 796 901 |  | 
| 797 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 902 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 903 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 904 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 798 905 | 
             
            msgid "Puppet Environments"
         | 
| 799 906 | 
             
            msgstr "Ambienti del puppet"
         | 
| 800 907 |  | 
| @@ -802,7 +909,8 @@ msgstr "Ambienti del puppet" | |
| 802 909 | 
             
            msgid "Environment|Name"
         | 
| 803 910 | 
             
            msgstr "Nome"
         | 
| 804 911 |  | 
| 805 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 912 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 913 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 806 914 | 
             
            msgid "Classes"
         | 
| 807 915 | 
             
            msgstr "Classi"
         | 
| 808 916 |  | 
| @@ -810,7 +918,8 @@ msgstr "Classi" | |
| 810 918 | 
             
            msgid "Create Environment"
         | 
| 811 919 | 
             
            msgstr ""
         | 
| 812 920 |  | 
| 813 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 921 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 922 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 814 923 | 
             
            msgid "Puppet environments"
         | 
| 815 924 | 
             
            msgstr "Ambienti del puppet"
         | 
| 816 925 |  | 
| @@ -827,10 +936,15 @@ msgid "No environments found" | |
| 827 936 | 
             
            msgstr ""
         | 
| 828 937 |  | 
| 829 938 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 830 | 
            -
            msgid " | 
| 939 | 
            +
            msgid ""
         | 
| 940 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 941 | 
            +
            "the puppet master configuration."
         | 
| 831 942 | 
             
            msgstr ""
         | 
| 832 943 |  | 
| 833 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 944 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 945 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 946 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 947 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 834 948 | 
             
            msgid "Smart Class Parameters"
         | 
| 835 949 | 
             
            msgstr ""
         | 
| 836 950 |  | 
| @@ -838,7 +952,9 @@ msgstr "" | |
| 838 952 | 
             
            msgid "Parameter"
         | 
| 839 953 | 
             
            msgstr "Parametro"
         | 
| 840 954 |  | 
| 841 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 955 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 956 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 957 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 842 958 | 
             
            msgid "Puppet Class"
         | 
| 843 959 | 
             
            msgstr "Classe del puppet"
         | 
| 844 960 |  | 
| @@ -847,14 +963,18 @@ msgid "Number of Overrides" | |
| 847 963 | 
             
            msgstr ""
         | 
| 848 964 |  | 
| 849 965 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 850 | 
            -
            msgid " | 
| 966 | 
            +
            msgid ""
         | 
| 967 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 968 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 969 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 851 970 | 
             
            msgstr ""
         | 
| 852 971 |  | 
| 853 972 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 854 973 | 
             
            msgid "Included Classes"
         | 
| 855 974 | 
             
            msgstr "Classi incluse"
         | 
| 856 975 |  | 
| 857 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 976 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 977 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 858 978 | 
             
            msgid "Not authorized to edit classes"
         | 
| 859 979 | 
             
            msgstr "Non autorizzato per la modifica delle classi"
         | 
| 860 980 |  | 
| @@ -870,7 +990,8 @@ msgstr "Classi disponibili" | |
| 870 990 | 
             
            msgid "Filter classes"
         | 
| 871 991 | 
             
            msgstr "Classi del filtro"
         | 
| 872 992 |  | 
| 873 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 993 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 994 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 874 995 | 
             
            msgid "belongs to config group"
         | 
| 875 996 | 
             
            msgstr "appartiene al gruppo di configurazione"
         | 
| 876 997 |  | 
| @@ -887,7 +1008,9 @@ msgid "Omit" | |
| 887 1008 | 
             
            msgstr ""
         | 
| 888 1009 |  | 
| 889 1010 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 890 | 
            -
            msgid " | 
| 1011 | 
            +
            msgid ""
         | 
| 1012 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1013 | 
            +
            "parameters."
         | 
| 891 1014 | 
             
            msgstr ""
         | 
| 892 1015 |  | 
| 893 1016 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -900,11 +1023,16 @@ msgstr "Gruppi di host" | |
| 900 1023 |  | 
| 901 1024 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
         | 
| 902 1025 | 
             
            msgid "This Puppet class has no parameters in its signature."
         | 
| 903 | 
            -
            msgstr " | 
| 1026 | 
            +
            msgstr ""
         | 
| 1027 | 
            +
            "La classe di questo puppet non ha alcun parametro nella propria firma."
         | 
| 904 1028 |  | 
| 905 1029 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 906 | 
            -
            msgid " | 
| 907 | 
            -
             | 
| 1030 | 
            +
            msgid ""
         | 
| 1031 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1032 | 
            +
            "\"Import\"."
         | 
| 1033 | 
            +
            msgstr ""
         | 
| 1034 | 
            +
            "Per aggiornare la firma della classe, andare sulla pagina Classi del puppet "
         | 
| 1035 | 
            +
            "e selezionare \"Importa\"."
         | 
| 908 1036 |  | 
| 909 1037 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| 910 1038 | 
             
            msgid "Filter by name"
         | 
| @@ -926,7 +1054,10 @@ msgstr "Modifica classe Puppet %s" | |
| 926 1054 | 
             
            msgid "Puppetclass|Name"
         | 
| 927 1055 | 
             
            msgstr "Nome"
         | 
| 928 1056 |  | 
| 929 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1057 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1058 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1059 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1060 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 930 1061 | 
             
            msgid "Environments"
         | 
| 931 1062 | 
             
            msgstr "Ambienti"
         | 
| 932 1063 |  | 
| @@ -940,28 +1071,34 @@ msgstr "Sovrascrivi tutti i parametri" | |
| 940 1071 |  | 
| 941 1072 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
         | 
| 942 1073 | 
             
            msgid "This will set all parameters of the class %s as overridden. Continue?"
         | 
| 943 | 
            -
            msgstr " | 
| 1074 | 
            +
            msgstr ""
         | 
| 1075 | 
            +
            "Questa azione imposterà i parametri della classe %s su sovrascritti. "
         | 
| 1076 | 
            +
            "Continuare?"
         | 
| 944 1077 |  | 
| 945 1078 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 946 1079 | 
             
            msgid "Set parameters to defaults"
         | 
| 947 1080 | 
             
            msgstr "Imposta i parametri su valori predefiniti"
         | 
| 948 1081 |  | 
| 949 1082 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 950 | 
            -
            msgid " | 
| 951 | 
            -
             | 
| 952 | 
            -
             | 
| 953 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 954 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 1083 | 
            +
            msgid ""
         | 
| 1084 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1085 | 
            +
            "Continue?"
         | 
| 955 1086 | 
             
            msgstr ""
         | 
| 1087 | 
            +
            "Questa azione resetterà i parametri della classe %s sui rispettivi valori "
         | 
| 1088 | 
            +
            "predefiniti. Continuare?"
         | 
| 956 1089 |  | 
| 957 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1090 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 958 1091 | 
             
            msgid "Notice"
         | 
| 959 1092 | 
             
            msgstr "Avviso"
         | 
| 960 1093 |  | 
| 961 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1094 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 962 1095 | 
             
            msgid "Please select an environment first"
         | 
| 963 1096 | 
             
            msgstr "Prima selezionare un ambiente"
         | 
| 964 1097 |  | 
| 1098 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1099 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1100 | 
            +
            msgstr ""
         | 
| 1101 | 
            +
             | 
| 965 1102 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 966 1103 | 
             
            msgid "Select environment"
         | 
| 967 1104 | 
             
            msgstr "Seleziona ambiente"
         | 
| @@ -990,37 +1127,38 @@ msgstr "" | |
| 990 1127 | 
             
            msgid "Add Combination"
         | 
| 991 1128 | 
             
            msgstr ""
         | 
| 992 1129 |  | 
| 993 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1130 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 994 1131 | 
             
            msgid "General"
         | 
| 995 1132 | 
             
            msgstr "Generale"
         | 
| 996 1133 |  | 
| 997 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1134 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 998 1135 | 
             
            msgid "Hosts managed:"
         | 
| 999 1136 | 
             
            msgstr ""
         | 
| 1000 1137 |  | 
| 1001 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1002 | 
            -
            msgid "Certificates"
         | 
| 1003 | 
            -
            msgstr ""
         | 
| 1004 | 
            -
             | 
| 1005 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1006 | 
            -
            msgid "Autosign entries"
         | 
| 1007 | 
            -
            msgstr ""
         | 
| 1008 | 
            -
             | 
| 1009 1138 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1010 1139 | 
             
            msgid "Facts"
         | 
| 1011 1140 | 
             
            msgstr "Eventi"
         | 
| 1012 1141 |  | 
| 1013 1142 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1014 | 
            -
            msgid " | 
| 1015 | 
            -
             | 
| 1143 | 
            +
            msgid ""
         | 
| 1144 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1145 | 
            +
            msgstr ""
         | 
| 1146 | 
            +
            "Foreman eseguirà il default su questo ambiente puppet se non è in grado di "
         | 
| 1147 | 
            +
            "rilevarne uno"
         | 
| 1016 1148 |  | 
| 1017 1149 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| 1018 1150 | 
             
            msgid "Default Puppet environment"
         | 
| 1019 1151 | 
             
            msgstr ""
         | 
| 1020 1152 |  | 
| 1021 1153 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1022 | 
            -
            msgid " | 
| 1023 | 
            -
             | 
| 1154 | 
            +
            msgid ""
         | 
| 1155 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1156 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1157 | 
            +
            "environment set in Foreman"
         | 
| 1158 | 
            +
            msgstr ""
         | 
| 1159 | 
            +
            "Foreman imposterà in modo esplicito l'ambiente puppet all'interno "
         | 
| 1160 | 
            +
            "dell'output yalm ENC. Ciò eviterà di avere dei conflitti con l'ambiente "
         | 
| 1161 | 
            +
            "puppet.conf e quello impostato in Foreman"
         | 
| 1024 1162 |  | 
| 1025 1163 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1026 1164 | 
             
            msgid "ENC environment"
         | 
| @@ -1039,7 +1177,9 @@ msgid "Config Management" | |
| 1039 1177 | 
             
            msgstr ""
         | 
| 1040 1178 |  | 
| 1041 1179 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1042 | 
            -
            msgid " | 
| 1180 | 
            +
            msgid ""
         | 
| 1181 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1182 | 
            +
            " sync."
         | 
| 1043 1183 | 
             
            msgstr ""
         | 
| 1044 1184 |  | 
| 1045 1185 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1047,21 +1187,19 @@ msgid "Puppet interval" | |
| 1047 1187 | 
             
            msgstr ""
         | 
| 1048 1188 |  | 
| 1049 1189 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1050 | 
            -
            msgid " | 
| 1190 | 
            +
            msgid ""
         | 
| 1191 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1192 | 
            +
            " does not arrive within configured interval"
         | 
| 1051 1193 | 
             
            msgstr ""
         | 
| 1052 1194 |  | 
| 1053 1195 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1054 1196 | 
             
            msgid "%s out of sync disabled"
         | 
| 1055 1197 | 
             
            msgstr ""
         | 
| 1056 1198 |  | 
| 1057 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1199 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1058 1200 | 
             
            msgid "Puppet ENC"
         | 
| 1059 1201 | 
             
            msgstr ""
         | 
| 1060 1202 |  | 
| 1061 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1062 | 
            -
            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>"
         | 
| 1063 | 
            -
            msgstr ""
         | 
| 1064 | 
            -
             | 
| 1065 1203 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1066 1204 | 
             
            msgid "Click to remove config group"
         | 
| 1067 1205 | 
             
            msgstr "Seleziona per rimuovere il gruppo di configurazione"
         | 
| @@ -1074,10 +1212,6 @@ msgstr " Rimuovi" | |
| 1074 1212 | 
             
            msgid "Loading parameters..."
         | 
| 1075 1213 | 
             
            msgstr "Caricamento parametri in corso..."
         | 
| 1076 1214 |  | 
| 1077 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1078 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1079 | 
            -
            msgstr ""
         | 
| 1080 | 
            -
             | 
| 1081 1215 | 
             
            #: action_names.rb:2
         | 
| 1082 1216 | 
             
            msgid "Action with sub plans"
         | 
| 1083 1217 | 
             
            msgstr ""
         |