hammer_cli_foreman_puppet 0.0.5 → 0.0.7
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/lib/hammer_cli_foreman_puppet/command_extensions/host.rb +21 -0
- data/lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb +21 -0
- data/lib/hammer_cli_foreman_puppet/host.rb +5 -0
- data/lib/hammer_cli_foreman_puppet/hostgroup.rb +5 -0
- data/lib/hammer_cli_foreman_puppet/version.rb +1 -1
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/cs_CZ/hammer-cli-foreman-puppet.edit.po +383 -0
- data/locale/cs_CZ/hammer-cli-foreman-puppet.po +282 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/de/hammer-cli-foreman-puppet.edit.po +396 -0
- data/locale/de/hammer-cli-foreman-puppet.po +293 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/en/hammer-cli-foreman-puppet.edit.po +362 -0
- data/locale/en/hammer-cli-foreman-puppet.po +276 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/es/hammer-cli-foreman-puppet.edit.po +389 -0
- data/locale/es/hammer-cli-foreman-puppet.po +287 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/fr/hammer-cli-foreman-puppet.edit.po +387 -0
- data/locale/fr/hammer-cli-foreman-puppet.po +285 -0
- data/locale/hammer-cli-foreman-puppet.pot +386 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/ja/hammer-cli-foreman-puppet.edit.po +386 -0
- data/locale/ja/hammer-cli-foreman-puppet.po +283 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/ka/hammer-cli-foreman-puppet.edit.po +383 -0
- data/locale/ka/hammer-cli-foreman-puppet.po +280 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman-puppet.edit.po +389 -0
- data/locale/pt_BR/hammer-cli-foreman-puppet.po +288 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman-puppet.edit.po +385 -0
- data/locale/zh_CN/hammer-cli-foreman-puppet.po +283 -0
- data/test/data/3.3/foreman_api.json +1 -0
- data/test/functional/host/create_test.rb +35 -4
- data/test/functional/host/update_test.rb +33 -4
- data/test/functional/hostgroup/create_test.rb +34 -5
- data/test/functional/hostgroup/update_test.rb +33 -4
- data/test/test_helper.rb +1 -1
- data/test/unit/config_group_test.rb +2 -10
- metadata +47 -14
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 98c50cd3be219eb5a5aba86cb9318043e651d81e8ce783040bd97c2cbdcb7f48
         | 
| 4 | 
            +
              data.tar.gz: ad0025e86a89144e1a6377f2095508997b7dfc3a434b7a7be59838c6babd6724
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 73f04a41281c6b8aed4034cb17daa9cc1a4a258647d577edaec32d15935f91256cb239ba2b2f613c14f3f104e5e74d4e72998db7ce860c59e6f4a5671f88268a
         | 
| 7 | 
            +
              data.tar.gz: f5cbda8bd821ffbf2b18c1270c4ff6c26fff4d04ab4d0167febd6788041b24e612ce41030ffaefb714866249bab60f9dbcf6bd54042418702eb31b570621990d
         | 
| @@ -17,6 +17,16 @@ module HammerCLIForemanPuppet | |
| 17 17 | 
             
                    child '--puppet-classes', 'PUPPET_CLASS_NAMES', '',
         | 
| 18 18 | 
             
                          attribute_name: :option_puppetclass_names
         | 
| 19 19 | 
             
                  end
         | 
| 20 | 
            +
                  option_family(
         | 
| 21 | 
            +
                    format: HammerCLI::Options::Normalizers::List.new,
         | 
| 22 | 
            +
                    aliased_resource: 'config_group',
         | 
| 23 | 
            +
                    description: 'Names/Ids of associated config groups'
         | 
| 24 | 
            +
                  ) do
         | 
| 25 | 
            +
                    parent '--config-group-ids', 'CONFIG_GROUP_IDS', _('IDs of associated config groups'),
         | 
| 26 | 
            +
                           attribute_name: :option_config_group_ids
         | 
| 27 | 
            +
                    child '--config-groups', 'CONFIG_GROUP_NAMES', '',
         | 
| 28 | 
            +
                          attribute_name: :option_config_group_names
         | 
| 29 | 
            +
                  end
         | 
| 20 30 | 
             
                  option_family associate: 'puppet_proxy' do
         | 
| 21 31 | 
             
                    child '--puppet-proxy', 'PUPPET_PROXY_NAME', _('Name of Puppet proxy')
         | 
| 22 32 | 
             
                  end
         | 
| @@ -40,6 +50,17 @@ module HammerCLIForemanPuppet | |
| 40 50 | 
             
                  def self.proxy_id(resolver, name)
         | 
| 41 51 | 
             
                    resolver.smart_proxy_id('option_name' => name)
         | 
| 42 52 | 
             
                  end
         | 
| 53 | 
            +
             | 
| 54 | 
            +
                  def self.delete_deprecated_options(command_class)
         | 
| 55 | 
            +
                    %w[--puppetclass-ids --environment-id --config-group-ids].each do |switch|
         | 
| 56 | 
            +
                      family = command_class.option_families.find do |f|
         | 
| 57 | 
            +
                        f.head.switches.include?(switch)
         | 
| 58 | 
            +
                      end
         | 
| 59 | 
            +
                      command_class.declared_options.delete_if do |o|
         | 
| 60 | 
            +
                        family.all.include?(o)
         | 
| 61 | 
            +
                      end
         | 
| 62 | 
            +
                    end
         | 
| 63 | 
            +
                  end
         | 
| 43 64 | 
             
                end
         | 
| 44 65 | 
             
              end
         | 
| 45 66 | 
             
            end
         | 
| @@ -23,6 +23,16 @@ module HammerCLIForemanPuppet | |
| 23 23 | 
             
                    child '--puppet-classes', 'PUPPET_CLASS_NAMES', '',
         | 
| 24 24 | 
             
                          attribute_name: :option_puppetclass_names
         | 
| 25 25 | 
             
                  end
         | 
| 26 | 
            +
                  option_family(
         | 
| 27 | 
            +
                    format: HammerCLI::Options::Normalizers::List.new,
         | 
| 28 | 
            +
                    aliased_resource: 'config_group',
         | 
| 29 | 
            +
                    description: 'Names/Ids of associated config groups'
         | 
| 30 | 
            +
                  ) do
         | 
| 31 | 
            +
                    parent '--config-group-ids', 'CONFIG_GROUP_IDS', _('IDs of associated config groups'),
         | 
| 32 | 
            +
                           attribute_name: :option_config_group_ids
         | 
| 33 | 
            +
                    child '--config-groups', 'CONFIG_GROUP_NAMES', '',
         | 
| 34 | 
            +
                          attribute_name: :option_config_group_names
         | 
| 35 | 
            +
                  end
         | 
| 26 36 | 
             
                  option '--puppet-ca-proxy', 'PUPPET_CA_PROXY_NAME', _('Name of Puppet CA proxy')
         | 
| 27 37 | 
             
                  option '--puppet-proxy', 'PUPPET_PROXY_NAME', _('Name of Puppet proxy')
         | 
| 28 38 |  | 
| @@ -42,6 +52,17 @@ module HammerCLIForemanPuppet | |
| 42 52 | 
             
                  def self.proxy_id(resolver, name)
         | 
| 43 53 | 
             
                    resolver.smart_proxy_id('option_name' => name)
         | 
| 44 54 | 
             
                  end
         | 
| 55 | 
            +
             | 
| 56 | 
            +
                  def self.delete_deprecated_options(command_class)
         | 
| 57 | 
            +
                    %w[--puppetclass-ids --environment-id --config-group-ids].each do |switch|
         | 
| 58 | 
            +
                      family = command_class.option_families.find do |f|
         | 
| 59 | 
            +
                        f.head.switches.include?(switch)
         | 
| 60 | 
            +
                      end
         | 
| 61 | 
            +
                      command_class.declared_options.delete_if do |o|
         | 
| 62 | 
            +
                        family.all.include?(o)
         | 
| 63 | 
            +
                      end
         | 
| 64 | 
            +
                    end
         | 
| 65 | 
            +
                  end
         | 
| 45 66 | 
             
                end
         | 
| 46 67 | 
             
              end
         | 
| 47 68 | 
             
            end
         | 
| @@ -55,11 +55,16 @@ module HammerCLIForemanPuppet | |
| 55 55 | 
             
                HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new
         | 
| 56 56 | 
             
              )
         | 
| 57 57 | 
             
              HammerCLIForeman::Host::CreateCommand.include(HammerCLIForemanPuppet::EnvironmentNameMapping)
         | 
| 58 | 
            +
              # Delete deprecated options explicitly until they are deleted from API
         | 
| 59 | 
            +
              HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.delete_deprecated_options(HammerCLIForeman::Host::CreateCommand)
         | 
| 58 60 | 
             
              HammerCLIForeman::Host::CreateCommand.extend_with(
         | 
| 59 61 | 
             
                HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new,
         | 
| 60 62 | 
             
                HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.new
         | 
| 61 63 | 
             
              )
         | 
| 64 | 
            +
             | 
| 62 65 | 
             
              HammerCLIForeman::Host::UpdateCommand.include(HammerCLIForemanPuppet::EnvironmentNameMapping)
         | 
| 66 | 
            +
              # Delete deprecated options explicitly until they are deleted from API
         | 
| 67 | 
            +
              HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.delete_deprecated_options(HammerCLIForeman::Host::UpdateCommand)
         | 
| 63 68 | 
             
              HammerCLIForeman::Host::UpdateCommand.extend_with(
         | 
| 64 69 | 
             
                HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new,
         | 
| 65 70 | 
             
                HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.new
         | 
| @@ -55,11 +55,16 @@ module HammerCLIForemanPuppet | |
| 55 55 | 
             
                                                      HammerCLIForemanPuppet::Hostgroup::PuppetSCParamsCommand
         | 
| 56 56 |  | 
| 57 57 | 
             
              HammerCLIForeman::Hostgroup::CreateCommand.include(HammerCLIForemanPuppet::EnvironmentNameMapping)
         | 
| 58 | 
            +
              # Delete deprecated options explicitly until they are deleted from API
         | 
| 59 | 
            +
              HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.delete_deprecated_options(HammerCLIForeman::Hostgroup::CreateCommand)
         | 
| 58 60 | 
             
              HammerCLIForeman::Hostgroup::CreateCommand.extend_with(
         | 
| 59 61 | 
             
                HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new,
         | 
| 60 62 | 
             
                HammerCLIForemanPuppet::CommandExtensions::HostgroupPuppetProxy.new
         | 
| 61 63 | 
             
              )
         | 
| 64 | 
            +
             | 
| 62 65 | 
             
              HammerCLIForeman::Hostgroup::UpdateCommand.include(HammerCLIForemanPuppet::EnvironmentNameMapping)
         | 
| 66 | 
            +
              # Delete deprecated options explicitly until they are deleted from API
         | 
| 67 | 
            +
              HammerCLIForemanPuppet::CommandExtensions::HostPuppetProxy.delete_deprecated_options(HammerCLIForeman::Hostgroup::UpdateCommand)
         | 
| 63 68 | 
             
              HammerCLIForeman::Hostgroup::UpdateCommand.extend_with(
         | 
| 64 69 | 
             
                HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new,
         | 
| 65 70 | 
             
                HammerCLIForemanPuppet::CommandExtensions::HostgroupPuppetProxy.new
         | 
| Binary file | 
| @@ -0,0 +1,383 @@ | |
| 1 | 
            +
            # SOME DESCRIPTIVE TITLE.
         | 
| 2 | 
            +
            # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
         | 
| 3 | 
            +
            # This file is distributed under the same license as the hammer-cli-foreman-puppet package.
         | 
| 4 | 
            +
            # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
         | 
| 5 | 
            +
            # 
         | 
| 6 | 
            +
            # Translators:
         | 
| 7 | 
            +
            # Pavel Borecki <pavel.borecki@gmail.com>, 2021
         | 
| 8 | 
            +
            # 
         | 
| 9 | 
            +
            #, fuzzy
         | 
| 10 | 
            +
            msgid ""
         | 
| 11 | 
            +
            msgstr ""
         | 
| 12 | 
            +
            "Project-Id-Version: hammer-cli-foreman-puppet 0.0.6\n"
         | 
| 13 | 
            +
            "Report-Msgid-Bugs-To: \n"
         | 
| 14 | 
            +
            "POT-Creation-Date: 2021-08-02 23:05+0530\n"
         | 
| 15 | 
            +
            "PO-Revision-Date: 2021-08-02 17:36+0000\n"
         | 
| 16 | 
            +
            "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
         | 
| 17 | 
            +
            "Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams/114/cs_CZ/)\n"
         | 
| 18 | 
            +
            "MIME-Version: 1.0\n"
         | 
| 19 | 
            +
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 20 | 
            +
            "Content-Transfer-Encoding: 8bit\n"
         | 
| 21 | 
            +
            "Language: cs_CZ\n"
         | 
| 22 | 
            +
            "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            #: ../lib/hammer_cli_foreman_puppet.rb:30
         | 
| 25 | 
            +
            msgid "Manage Foreman Puppet classes"
         | 
| 26 | 
            +
            msgstr ""
         | 
| 27 | 
            +
             | 
| 28 | 
            +
            #: ../lib/hammer_cli_foreman_puppet.rb:36
         | 
| 29 | 
            +
            msgid "Manage Foreman Puppet environments"
         | 
| 30 | 
            +
            msgstr ""
         | 
| 31 | 
            +
             | 
| 32 | 
            +
            #: ../lib/hammer_cli_foreman_puppet.rb:42
         | 
| 33 | 
            +
            msgid "Manage Foreman config groups"
         | 
| 34 | 
            +
            msgstr ""
         | 
| 35 | 
            +
             | 
| 36 | 
            +
            #: ../lib/hammer_cli_foreman_puppet.rb:48
         | 
| 37 | 
            +
            msgid "Manage Foreman Puppet smart class parameters"
         | 
| 38 | 
            +
            msgstr ""
         | 
| 39 | 
            +
             | 
| 40 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:18
         | 
| 41 | 
            +
            msgid "Associate a Puppet environment"
         | 
| 42 | 
            +
            msgstr ""
         | 
| 43 | 
            +
             | 
| 44 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:21
         | 
| 45 | 
            +
            msgid "The environment has been associated."
         | 
| 46 | 
            +
            msgstr ""
         | 
| 47 | 
            +
             | 
| 48 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:22
         | 
| 49 | 
            +
            msgid "Could not associate the environment"
         | 
| 50 | 
            +
            msgstr ""
         | 
| 51 | 
            +
             | 
| 52 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:30
         | 
| 53 | 
            +
            msgid "Disassociate a Puppet environment"
         | 
| 54 | 
            +
            msgstr ""
         | 
| 55 | 
            +
             | 
| 56 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:33
         | 
| 57 | 
            +
            msgid "The environment has been disassociated."
         | 
| 58 | 
            +
            msgstr ""
         | 
| 59 | 
            +
             | 
| 60 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:34
         | 
| 61 | 
            +
            msgid "Could not disassociate the environment"
         | 
| 62 | 
            +
            msgstr ""
         | 
| 63 | 
            +
             | 
| 64 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/class.rb:8
         | 
| 65 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:8
         | 
| 66 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:8
         | 
| 67 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:74
         | 
| 68 | 
            +
            msgid "Id"
         | 
| 69 | 
            +
            msgstr "Identifikátor"
         | 
| 70 | 
            +
             | 
| 71 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/class.rb:9
         | 
| 72 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:8
         | 
| 73 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:9
         | 
| 74 | 
            +
            msgid "Name"
         | 
| 75 | 
            +
            msgstr "Název"
         | 
| 76 | 
            +
             | 
| 77 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/class.rb:29
         | 
| 78 | 
            +
            msgid "Smart class parameters"
         | 
| 79 | 
            +
            msgstr ""
         | 
| 80 | 
            +
             | 
| 81 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:7
         | 
| 82 | 
            +
            msgid "ID of associated Puppet environment"
         | 
| 83 | 
            +
            msgstr ""
         | 
| 84 | 
            +
             | 
| 85 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:10
         | 
| 86 | 
            +
            msgid "Name of associated Puppet environment"
         | 
| 87 | 
            +
            msgstr ""
         | 
| 88 | 
            +
             | 
| 89 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:7
         | 
| 90 | 
            +
            msgid "IDs of associated Puppet environment"
         | 
| 91 | 
            +
            msgstr ""
         | 
| 92 | 
            +
             | 
| 93 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:10
         | 
| 94 | 
            +
            msgid "Names of associated Puppet environment"
         | 
| 95 | 
            +
            msgstr ""
         | 
| 96 | 
            +
             | 
| 97 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:15
         | 
| 98 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:21
         | 
| 99 | 
            +
            msgid "List of Puppet class ids"
         | 
| 100 | 
            +
            msgstr ""
         | 
| 101 | 
            +
             | 
| 102 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:20
         | 
| 103 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:26
         | 
| 104 | 
            +
            msgid "Name of Puppet CA proxy"
         | 
| 105 | 
            +
            msgstr ""
         | 
| 106 | 
            +
             | 
| 107 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:21
         | 
| 108 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:27
         | 
| 109 | 
            +
            msgid "Name of Puppet proxy"
         | 
| 110 | 
            +
            msgstr ""
         | 
| 111 | 
            +
             | 
| 112 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:7
         | 
| 113 | 
            +
            msgid "ID"
         | 
| 114 | 
            +
            msgstr "Identifikátor"
         | 
| 115 | 
            +
             | 
| 116 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:23
         | 
| 117 | 
            +
            msgid "Config group created."
         | 
| 118 | 
            +
            msgstr ""
         | 
| 119 | 
            +
             | 
| 120 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:24
         | 
| 121 | 
            +
            msgid "Could not create the config group"
         | 
| 122 | 
            +
            msgstr ""
         | 
| 123 | 
            +
             | 
| 124 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:30
         | 
| 125 | 
            +
            msgid "Config group updated."
         | 
| 126 | 
            +
            msgstr ""
         | 
| 127 | 
            +
             | 
| 128 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:31
         | 
| 129 | 
            +
            msgid "Could not update the config group"
         | 
| 130 | 
            +
            msgstr ""
         | 
| 131 | 
            +
             | 
| 132 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:37
         | 
| 133 | 
            +
            msgid "Config group has been deleted."
         | 
| 134 | 
            +
            msgstr ""
         | 
| 135 | 
            +
             | 
| 136 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/config_group.rb:38
         | 
| 137 | 
            +
            msgid "Could not delete the config group"
         | 
| 138 | 
            +
            msgstr ""
         | 
| 139 | 
            +
             | 
| 140 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:28
         | 
| 141 | 
            +
            msgid "Environment created."
         | 
| 142 | 
            +
            msgstr "Prostředí vytvořeno."
         | 
| 143 | 
            +
             | 
| 144 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:29
         | 
| 145 | 
            +
            msgid "Could not create the environment"
         | 
| 146 | 
            +
            msgstr "Prostředí se nedaří vytvořit"
         | 
| 147 | 
            +
             | 
| 148 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:36
         | 
| 149 | 
            +
            msgid "Environment updated."
         | 
| 150 | 
            +
            msgstr "Prostředí aktualizováno."
         | 
| 151 | 
            +
             | 
| 152 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:37
         | 
| 153 | 
            +
            msgid "Could not update the environment"
         | 
| 154 | 
            +
            msgstr "Prostředí se nedaří aktualizovat"
         | 
| 155 | 
            +
             | 
| 156 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:44
         | 
| 157 | 
            +
            msgid "Environment deleted."
         | 
| 158 | 
            +
            msgstr "Prostředí smazáno."
         | 
| 159 | 
            +
             | 
| 160 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/environment.rb:45
         | 
| 161 | 
            +
            msgid "Could not delete the environment"
         | 
| 162 | 
            +
            msgstr "Prostředí se nedaří smazat"
         | 
| 163 | 
            +
             | 
| 164 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/host.rb:39
         | 
| 165 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:36
         | 
| 166 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:42
         | 
| 167 | 
            +
            msgid "Puppet Environment"
         | 
| 168 | 
            +
            msgstr "Puppet prostředí"
         | 
| 169 | 
            +
             | 
| 170 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/host.rb:40
         | 
| 171 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:43
         | 
| 172 | 
            +
            msgid "Puppet CA Proxy"
         | 
| 173 | 
            +
            msgstr ""
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/host.rb:41
         | 
| 176 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:44
         | 
| 177 | 
            +
            msgid "Puppet Master Proxy"
         | 
| 178 | 
            +
            msgstr ""
         | 
| 179 | 
            +
             | 
| 180 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:23
         | 
| 181 | 
            +
            msgid "Missing options to search %s"
         | 
| 182 | 
            +
            msgstr "Chybějící volby pro hledání %s"
         | 
| 183 | 
            +
             | 
| 184 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:31
         | 
| 185 | 
            +
            msgid "one of %s not found."
         | 
| 186 | 
            +
            msgstr "jedno z %s nenalezeno."
         | 
| 187 | 
            +
             | 
| 188 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:69
         | 
| 189 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:70
         | 
| 190 | 
            +
            msgid "Puppet environment name"
         | 
| 191 | 
            +
            msgstr ""
         | 
| 192 | 
            +
             | 
| 193 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:71
         | 
| 194 | 
            +
            msgid "Puppet class name"
         | 
| 195 | 
            +
            msgstr "Název puppet třídy"
         | 
| 196 | 
            +
             | 
| 197 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:72
         | 
| 198 | 
            +
            msgid "Smart class parameter name"
         | 
| 199 | 
            +
            msgstr ""
         | 
| 200 | 
            +
             | 
| 201 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:75
         | 
| 202 | 
            +
            msgid "Name to search by"
         | 
| 203 | 
            +
            msgstr "Název podle kterého hledat"
         | 
| 204 | 
            +
             | 
| 205 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:6
         | 
| 206 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/references.rb:15
         | 
| 207 | 
            +
            msgid "Puppetclasses"
         | 
| 208 | 
            +
            msgstr ""
         | 
| 209 | 
            +
             | 
| 210 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:14
         | 
| 211 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/references.rb:7
         | 
| 212 | 
            +
            msgid "Environments"
         | 
| 213 | 
            +
            msgstr "Prostředí"
         | 
| 214 | 
            +
             | 
| 215 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:10
         | 
| 216 | 
            +
            msgid "Parameter"
         | 
| 217 | 
            +
            msgstr "Parametr"
         | 
| 218 | 
            +
             | 
| 219 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:11
         | 
| 220 | 
            +
            msgid "Default Value"
         | 
| 221 | 
            +
            msgstr "Výchozí hodnota"
         | 
| 222 | 
            +
             | 
| 223 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:12
         | 
| 224 | 
            +
            msgid "Override"
         | 
| 225 | 
            +
            msgstr "Přebít"
         | 
| 226 | 
            +
             | 
| 227 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:34
         | 
| 228 | 
            +
            msgid "Puppet class"
         | 
| 229 | 
            +
            msgstr "Puppet třída"
         | 
| 230 | 
            +
             | 
| 231 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:35
         | 
| 232 | 
            +
            msgid "Class Id"
         | 
| 233 | 
            +
            msgstr "Identif. třídy"
         | 
| 234 | 
            +
             | 
| 235 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:57
         | 
| 236 | 
            +
            msgid "Description"
         | 
| 237 | 
            +
            msgstr "Popis"
         | 
| 238 | 
            +
             | 
| 239 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:58
         | 
| 240 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:64
         | 
| 241 | 
            +
            msgid "Type"
         | 
| 242 | 
            +
            msgstr "Typ"
         | 
| 243 | 
            +
             | 
| 244 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:59
         | 
| 245 | 
            +
            msgid "Hidden Value?"
         | 
| 246 | 
            +
            msgstr "Skrytá hodnota?"
         | 
| 247 | 
            +
             | 
| 248 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:60
         | 
| 249 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:77
         | 
| 250 | 
            +
            msgid "Omit"
         | 
| 251 | 
            +
            msgstr "Vynechat"
         | 
| 252 | 
            +
             | 
| 253 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:61
         | 
| 254 | 
            +
            msgid "Required"
         | 
| 255 | 
            +
            msgstr "Vyžadováno"
         | 
| 256 | 
            +
             | 
| 257 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:63
         | 
| 258 | 
            +
            msgid "Validator"
         | 
| 259 | 
            +
            msgstr "Ověřování"
         | 
| 260 | 
            +
             | 
| 261 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:65
         | 
| 262 | 
            +
            msgid "Rule"
         | 
| 263 | 
            +
            msgstr "Pravidlo"
         | 
| 264 | 
            +
             | 
| 265 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:67
         | 
| 266 | 
            +
            msgid "Override values"
         | 
| 267 | 
            +
            msgstr "Přebít hodnoty"
         | 
| 268 | 
            +
             | 
| 269 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:68
         | 
| 270 | 
            +
            msgid "Merge overrides"
         | 
| 271 | 
            +
            msgstr ""
         | 
| 272 | 
            +
             | 
| 273 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:69
         | 
| 274 | 
            +
            msgid "Merge default value"
         | 
| 275 | 
            +
            msgstr "Sloučit výchozí hodnotu"
         | 
| 276 | 
            +
             | 
| 277 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:70
         | 
| 278 | 
            +
            msgid "Avoid duplicates"
         | 
| 279 | 
            +
            msgstr "Vyhnout se duplicitám"
         | 
| 280 | 
            +
             | 
| 281 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:71
         | 
| 282 | 
            +
            msgid "Order"
         | 
| 283 | 
            +
            msgstr "Pořadí"
         | 
| 284 | 
            +
             | 
| 285 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:73
         | 
| 286 | 
            +
            msgid "Values"
         | 
| 287 | 
            +
            msgstr "Hodnoty"
         | 
| 288 | 
            +
             | 
| 289 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:75
         | 
| 290 | 
            +
            msgid "Match"
         | 
| 291 | 
            +
            msgstr "Shoda"
         | 
| 292 | 
            +
             | 
| 293 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:76
         | 
| 294 | 
            +
            msgid "Value"
         | 
| 295 | 
            +
            msgstr "Hodnota"
         | 
| 296 | 
            +
             | 
| 297 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:102
         | 
| 298 | 
            +
            msgid "Parameter updated."
         | 
| 299 | 
            +
            msgstr "Parametr aktualizován."
         | 
| 300 | 
            +
             | 
| 301 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:103
         | 
| 302 | 
            +
            msgid "Could not update the parameter"
         | 
| 303 | 
            +
            msgstr "Parametr se nedaří aktualizovat"
         | 
| 304 | 
            +
             | 
| 305 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:105
         | 
| 306 | 
            +
            msgid "Value to use when there is no match"
         | 
| 307 | 
            +
            msgstr "Hodnoty které použít v případě nenalezení žádné shody"
         | 
| 308 | 
            +
             | 
| 309 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:112
         | 
| 310 | 
            +
            msgid "Override this parameter"
         | 
| 311 | 
            +
            msgstr "Přebít tento parametr"
         | 
| 312 | 
            +
             | 
| 313 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:114
         | 
| 314 | 
            +
            msgid "This parameter is required"
         | 
| 315 | 
            +
            msgstr "Tento parametr je potřebný"
         | 
| 316 | 
            +
             | 
| 317 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:116
         | 
| 318 | 
            +
            msgid "Type of the parameter"
         | 
| 319 | 
            +
            msgstr "Typ parametru"
         | 
| 320 | 
            +
             | 
| 321 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:119
         | 
| 322 | 
            +
            msgid "Type of the validator"
         | 
| 323 | 
            +
            msgstr "Typ validátoru"
         | 
| 324 | 
            +
             | 
| 325 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:121
         | 
| 326 | 
            +
            msgid "The order in which values are resolved"
         | 
| 327 | 
            +
            msgstr "Pořadí ve kterém jsou hodnoty řešeny"
         | 
| 328 | 
            +
             | 
| 329 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:142
         | 
| 330 | 
            +
            msgid "Override value, required if omit is false"
         | 
| 331 | 
            +
            msgstr ""
         | 
| 332 | 
            +
             | 
| 333 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:144
         | 
| 334 | 
            +
            msgid "Override value created."
         | 
| 335 | 
            +
            msgstr ""
         | 
| 336 | 
            +
             | 
| 337 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:145
         | 
| 338 | 
            +
            msgid "Could not create the override value"
         | 
| 339 | 
            +
            msgstr ""
         | 
| 340 | 
            +
             | 
| 341 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:153
         | 
| 342 | 
            +
            msgid "Cannot use --value when --omit is true."
         | 
| 343 | 
            +
            msgstr ""
         | 
| 344 | 
            +
             | 
| 345 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:166
         | 
| 346 | 
            +
            msgid "Override value deleted."
         | 
| 347 | 
            +
            msgstr ""
         | 
| 348 | 
            +
             | 
| 349 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:167
         | 
| 350 | 
            +
            msgid "Could not delete the override value"
         | 
| 351 | 
            +
            msgstr ""
         | 
| 352 | 
            +
             | 
| 353 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:9
         | 
| 354 | 
            +
            msgid "Import Puppet classes from Puppet proxy"
         | 
| 355 | 
            +
            msgstr ""
         | 
| 356 | 
            +
             | 
| 357 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:10
         | 
| 358 | 
            +
            msgid "Do not run the import"
         | 
| 359 | 
            +
            msgstr "Nespouštět import"
         | 
| 360 | 
            +
             | 
| 361 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:14
         | 
| 362 | 
            +
            msgid "Result"
         | 
| 363 | 
            +
            msgstr "Výsledek"
         | 
| 364 | 
            +
             | 
| 365 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:15
         | 
| 366 | 
            +
            msgid "Changed environments"
         | 
| 367 | 
            +
            msgstr "Změněná prostředí"
         | 
| 368 | 
            +
             | 
| 369 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:17
         | 
| 370 | 
            +
            msgid "New classes"
         | 
| 371 | 
            +
            msgstr ""
         | 
| 372 | 
            +
             | 
| 373 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:20
         | 
| 374 | 
            +
            msgid "Updated classes"
         | 
| 375 | 
            +
            msgstr ""
         | 
| 376 | 
            +
             | 
| 377 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:23
         | 
| 378 | 
            +
            msgid "Removed classes"
         | 
| 379 | 
            +
            msgstr ""
         | 
| 380 | 
            +
             | 
| 381 | 
            +
            #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:26
         | 
| 382 | 
            +
            msgid "Ignored classes"
         | 
| 383 | 
            +
            msgstr ""
         |