puppet 6.4.0-universal-darwin → 6.4.1-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of puppet might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +7 -11
- data/lib/puppet/application/device.rb +97 -82
- data/lib/puppet/application/filebucket.rb +4 -0
- data/lib/puppet/application/ssl.rb +2 -2
- data/lib/puppet/configurer.rb +5 -4
- data/lib/puppet/defaults.rb +33 -11
- data/lib/puppet/indirector/request.rb +28 -15
- data/lib/puppet/ssl.rb +1 -1
- data/lib/puppet/ssl/certificate.rb +1 -1
- data/lib/puppet/ssl/error.rb +1 -1
- data/lib/puppet/ssl/host.rb +0 -47
- data/lib/puppet/ssl/ssl_provider.rb +2 -2
- data/lib/puppet/ssl/state_machine.rb +16 -17
- data/lib/puppet/ssl/validator/default_validator.rb +4 -4
- data/lib/puppet/ssl/verifier.rb +1 -1
- data/lib/puppet/transaction/event_manager.rb +1 -5
- data/lib/puppet/util/connection.rb +15 -8
- data/lib/puppet/util/monkey_patches.rb +20 -1
- data/lib/puppet/version.rb +1 -1
- data/locales/puppet.pot +135 -68
- data/man/man5/puppet.conf.5 +9 -9
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-catalog.8 +1 -1
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-key.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-man.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-ssl.8 +1 -1
- data/man/man8/puppet-status.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- data/spec/integration/agent/logging_spec.rb +5 -7
- data/spec/integration/application/apply_spec.rb +18 -16
- data/spec/integration/application/doc_spec.rb +1 -2
- data/spec/integration/application/lookup_spec.rb +5 -5
- data/spec/integration/configurer_spec.rb +5 -6
- data/spec/integration/defaults_spec.rb +5 -6
- data/spec/integration/directory_environments_spec.rb +1 -1
- data/spec/integration/faces/config_spec.rb +3 -4
- data/spec/integration/faces/documentation_spec.rb +0 -1
- data/spec/integration/faces/plugin_spec.rb +1 -1
- data/spec/integration/file_bucket/file_spec.rb +2 -4
- data/spec/integration/file_serving/content_spec.rb +0 -1
- data/spec/integration/file_serving/fileset_spec.rb +0 -1
- data/spec/integration/file_serving/metadata_spec.rb +0 -1
- data/spec/integration/file_serving/terminus_helper_spec.rb +0 -1
- data/spec/integration/indirector/catalog/compiler_spec.rb +10 -11
- data/spec/integration/indirector/direct_file_server_spec.rb +1 -1
- data/spec/integration/indirector/facts/facter_spec.rb +4 -5
- data/spec/integration/indirector/file_content/file_server_spec.rb +7 -8
- data/spec/integration/indirector/file_metadata/file_server_spec.rb +7 -8
- data/spec/integration/network/authconfig_spec.rb +23 -24
- data/spec/integration/network/formats_spec.rb +0 -1
- data/spec/integration/network/http_pool_spec.rb +3 -3
- data/spec/integration/node/environment_spec.rb +0 -1
- data/spec/integration/node/facts_spec.rb +9 -10
- data/spec/integration/node_spec.rb +6 -7
- data/spec/integration/parser/catalog_spec.rb +1 -5
- data/spec/integration/parser/collection_spec.rb +1 -2
- data/spec/integration/parser/compiler_spec.rb +6 -6
- data/spec/integration/parser/scope_spec.rb +1 -1
- data/spec/integration/parser/undef_param_spec.rb +1 -1
- data/spec/integration/provider/service/init_spec.rb +4 -5
- data/spec/integration/provider/service/systemd_spec.rb +0 -2
- data/spec/integration/provider/service/windows_spec.rb +1 -2
- data/spec/integration/reference/providers_spec.rb +1 -2
- data/spec/integration/reports_spec.rb +1 -2
- data/spec/integration/resource/catalog_spec.rb +14 -17
- data/spec/integration/resource/type_collection_spec.rb +4 -5
- data/spec/integration/rest/client_spec.rb +1 -1
- data/spec/integration/ssl/certificate_request_spec.rb +0 -1
- data/spec/integration/ssl/host_spec.rb +1 -2
- data/spec/integration/ssl/key_spec.rb +0 -1
- data/spec/integration/test/test_helper_spec.rb +0 -1
- data/spec/integration/transaction/report_spec.rb +6 -11
- data/spec/integration/transaction_spec.rb +18 -19
- data/spec/integration/type/exec_spec.rb +0 -1
- data/spec/integration/type/file_spec.rb +13 -14
- data/spec/integration/type/package_spec.rb +19 -23
- data/spec/integration/type/tidy_spec.rb +1 -2
- data/spec/integration/type_spec.rb +0 -1
- data/spec/integration/util/autoload_spec.rb +1 -2
- data/spec/integration/util/rdoc/parser_spec.rb +0 -1
- data/spec/integration/util/settings_spec.rb +0 -1
- data/spec/integration/util/windows/adsi_spec.rb +3 -5
- data/spec/integration/util/windows/principal_spec.rb +0 -1
- data/spec/integration/util/windows/process_spec.rb +4 -6
- data/spec/integration/util/windows/registry_spec.rb +41 -51
- data/spec/integration/util/windows/security_spec.rb +2 -4
- data/spec/integration/util/windows/user_spec.rb +18 -20
- data/spec/integration/util_spec.rb +4 -7
- data/spec/lib/puppet_spec/compiler.rb +1 -1
- data/spec/lib/puppet_spec/files.rb +0 -1
- data/spec/lib/puppet_spec/module_tool/shared_functions.rb +1 -1
- data/spec/lib/puppet_spec/scope.rb +1 -2
- data/spec/shared_behaviours/all_parsedfile_providers.rb +1 -1
- data/spec/shared_behaviours/file_server_terminus.rb +8 -9
- data/spec/shared_behaviours/file_serving.rb +6 -8
- data/spec/shared_behaviours/file_serving_model.rb +3 -5
- data/spec/shared_behaviours/hiera_indirections.rb +3 -4
- data/spec/shared_behaviours/iterative_functions.rb +0 -1
- data/spec/shared_behaviours/memory_terminus.rb +2 -2
- data/spec/shared_examples/rhel_package_provider.rb +112 -70
- data/spec/spec_helper.rb +10 -1
- data/spec/unit/agent/disabler_spec.rb +4 -5
- data/spec/unit/agent/locker_spec.rb +12 -13
- data/spec/unit/agent_spec.rb +80 -85
- data/spec/unit/application/agent_spec.rb +88 -94
- data/spec/unit/application/apply_spec.rb +82 -83
- data/spec/unit/application/config_spec.rb +0 -1
- data/spec/unit/application/describe_spec.rb +6 -7
- data/spec/unit/application/device_spec.rb +379 -384
- data/spec/unit/application/doc_spec.rb +44 -46
- data/spec/unit/application/face_base_spec.rb +61 -62
- data/spec/unit/application/facts_spec.rb +3 -4
- data/spec/unit/application/filebucket_spec.rb +66 -74
- data/spec/unit/application/indirection_base_spec.rb +8 -6
- data/spec/unit/application/lookup_spec.rb +26 -26
- data/spec/unit/application/resource_spec.rb +42 -48
- data/spec/unit/application/ssl_spec.rb +9 -9
- data/spec/unit/application_spec.rb +82 -92
- data/spec/unit/capability_spec.rb +6 -6
- data/spec/unit/certificate_factory_spec.rb +3 -5
- data/spec/unit/configurer/downloader_spec.rb +20 -21
- data/spec/unit/configurer/fact_handler_spec.rb +2 -3
- data/spec/unit/configurer/plugin_handler_spec.rb +41 -8
- data/spec/unit/configurer_spec.rb +189 -192
- data/spec/unit/confine/exists_spec.rb +17 -15
- data/spec/unit/confine/false_spec.rb +5 -6
- data/spec/unit/confine/feature_spec.rb +7 -5
- data/spec/unit/confine/true_spec.rb +5 -6
- data/spec/unit/confine/variable_spec.rb +14 -15
- data/spec/unit/confine_collection_spec.rb +28 -29
- data/spec/unit/confine_spec.rb +13 -14
- data/spec/unit/confiner_spec.rb +10 -11
- data/spec/unit/context/trusted_information_spec.rb +1 -1
- data/spec/unit/daemon_spec.rb +35 -36
- data/spec/unit/data_providers/function_data_provider_spec.rb +0 -1
- data/spec/unit/data_providers/hiera_data_provider_spec.rb +0 -1
- data/spec/unit/datatypes_spec.rb +3 -4
- data/spec/unit/defaults_spec.rb +18 -13
- data/spec/unit/environments_spec.rb +7 -7
- data/spec/unit/etc_spec.rb +30 -32
- data/spec/unit/external/pson_spec.rb +0 -1
- data/spec/unit/face/catalog_spec.rb +0 -1
- data/spec/unit/face/config_spec.rb +31 -35
- data/spec/unit/face/epp_face_spec.rb +3 -4
- data/spec/unit/face/facts_spec.rb +5 -6
- data/spec/unit/face/generate_spec.rb +4 -5
- data/spec/unit/face/help_spec.rb +7 -8
- data/spec/unit/face/key_spec.rb +0 -1
- data/spec/unit/face/man_spec.rb +1 -2
- data/spec/unit/face/module/install_spec.rb +3 -5
- data/spec/unit/face/module/list_spec.rb +2 -12
- data/spec/unit/face/module/search_spec.rb +11 -9
- data/spec/unit/face/module/uninstall_spec.rb +4 -8
- data/spec/unit/face/node_spec.rb +23 -24
- data/spec/unit/face/parser_spec.rb +3 -3
- data/spec/unit/face/plugin_spec.rb +36 -9
- data/spec/unit/face/status_spec.rb +0 -1
- data/spec/unit/file_bucket/dipper_spec.rb +24 -20
- data/spec/unit/file_bucket/file_spec.rb +0 -2
- data/spec/unit/file_serving/base_spec.rb +14 -15
- data/spec/unit/file_serving/configuration/parser_spec.rb +27 -28
- data/spec/unit/file_serving/configuration_spec.rb +63 -66
- data/spec/unit/file_serving/content_spec.rb +10 -11
- data/spec/unit/file_serving/fileset_spec.rb +63 -58
- data/spec/unit/file_serving/http_metadata_spec.rb +8 -7
- data/spec/unit/file_serving/metadata_spec.rb +36 -36
- data/spec/unit/file_serving/mount/file_spec.rb +31 -32
- data/spec/unit/file_serving/mount/locales_spec.rb +23 -24
- data/spec/unit/file_serving/mount/modules_spec.rb +14 -15
- data/spec/unit/file_serving/mount/pluginfacts_spec.rb +23 -24
- data/spec/unit/file_serving/mount/plugins_spec.rb +23 -24
- data/spec/unit/file_serving/mount/tasks_spec.rb +14 -15
- data/spec/unit/file_serving/mount_spec.rb +0 -1
- data/spec/unit/file_serving/terminus_helper_spec.rb +37 -42
- data/spec/unit/file_serving/terminus_selector_spec.rb +12 -13
- data/spec/unit/file_system/uniquefile_spec.rb +4 -4
- data/spec/unit/file_system_spec.rb +4 -4
- data/spec/unit/forge/errors_spec.rb +1 -1
- data/spec/unit/forge/forge_spec.rb +13 -14
- data/spec/unit/forge/module_release_spec.rb +18 -18
- data/spec/unit/forge/repository_spec.rb +29 -30
- data/spec/unit/forge_spec.rb +15 -11
- data/spec/unit/functions/binary_file_spec.rb +3 -3
- data/spec/unit/functions/contain_spec.rb +0 -2
- data/spec/unit/functions/defined_spec.rb +0 -1
- data/spec/unit/functions/epp_spec.rb +2 -2
- data/spec/unit/functions/find_file_spec.rb +7 -7
- data/spec/unit/functions/include_spec.rb +0 -4
- data/spec/unit/functions/lookup_fixture_spec.rb +0 -1
- data/spec/unit/functions/lookup_spec.rb +1 -2
- data/spec/unit/functions/module_directory_spec.rb +12 -12
- data/spec/unit/functions/require_spec.rb +0 -3
- data/spec/unit/functions/shared.rb +5 -8
- data/spec/unit/functions/versioncmp_spec.rb +1 -2
- data/spec/unit/functions4_spec.rb +9 -10
- data/spec/unit/gettext/config_spec.rb +4 -4
- data/spec/unit/gettext/module_loading_spec.rb +7 -7
- data/spec/unit/graph/rb_tree_map_spec.rb +0 -2
- data/spec/unit/graph/relationship_graph_spec.rb +1 -2
- data/spec/unit/graph/simple_graph_spec.rb +9 -10
- data/spec/unit/hiera_puppet_spec.rb +20 -20
- data/spec/unit/indirector/catalog/compiler_spec.rb +147 -149
- data/spec/unit/indirector/catalog/json_spec.rb +1 -2
- data/spec/unit/indirector/catalog/msgpack_spec.rb +0 -1
- data/spec/unit/indirector/catalog/rest_spec.rb +0 -1
- data/spec/unit/indirector/catalog/store_configs_spec.rb +0 -1
- data/spec/unit/indirector/catalog/yaml_spec.rb +0 -1
- data/spec/unit/indirector/certificate/file_spec.rb +0 -1
- data/spec/unit/indirector/certificate/rest_spec.rb +8 -10
- data/spec/unit/indirector/certificate_request/file_spec.rb +0 -1
- data/spec/unit/indirector/certificate_request/rest_spec.rb +0 -1
- data/spec/unit/indirector/direct_file_server_spec.rb +17 -18
- data/spec/unit/indirector/envelope_spec.rb +1 -2
- data/spec/unit/indirector/exec_spec.rb +4 -5
- data/spec/unit/indirector/face_spec.rb +9 -9
- data/spec/unit/indirector/facts/facter_spec.rb +37 -43
- data/spec/unit/indirector/facts/network_device_spec.rb +8 -9
- data/spec/unit/indirector/facts/rest_spec.rb +7 -8
- data/spec/unit/indirector/facts/store_configs_spec.rb +0 -1
- data/spec/unit/indirector/facts/yaml_spec.rb +0 -1
- data/spec/unit/indirector/file_bucket_file/file_spec.rb +3 -4
- data/spec/unit/indirector/file_bucket_file/rest_spec.rb +0 -1
- data/spec/unit/indirector/file_bucket_file/selector_spec.rb +4 -5
- data/spec/unit/indirector/file_content/file_server_spec.rb +0 -1
- data/spec/unit/indirector/file_content/file_spec.rb +0 -1
- data/spec/unit/indirector/file_content/rest_spec.rb +0 -1
- data/spec/unit/indirector/file_content/selector_spec.rb +0 -1
- data/spec/unit/indirector/file_metadata/file_server_spec.rb +0 -1
- data/spec/unit/indirector/file_metadata/file_spec.rb +12 -13
- data/spec/unit/indirector/file_metadata/rest_spec.rb +0 -1
- data/spec/unit/indirector/file_metadata/selector_spec.rb +0 -1
- data/spec/unit/indirector/file_server_spec.rb +87 -87
- data/spec/unit/indirector/indirection_spec.rb +242 -226
- data/spec/unit/indirector/json_spec.rb +7 -9
- data/spec/unit/indirector/key/file_spec.rb +21 -22
- data/spec/unit/indirector/memory_spec.rb +6 -7
- data/spec/unit/indirector/msgpack_spec.rb +7 -9
- data/spec/unit/indirector/node/exec_spec.rb +2 -3
- data/spec/unit/indirector/node/memory_spec.rb +2 -4
- data/spec/unit/indirector/node/msgpack_spec.rb +0 -1
- data/spec/unit/indirector/node/plain_spec.rb +2 -4
- data/spec/unit/indirector/node/rest_spec.rb +0 -1
- data/spec/unit/indirector/node/store_configs_spec.rb +0 -1
- data/spec/unit/indirector/node/yaml_spec.rb +0 -1
- data/spec/unit/indirector/none_spec.rb +5 -5
- data/spec/unit/indirector/plain_spec.rb +7 -8
- data/spec/unit/indirector/report/msgpack_spec.rb +0 -1
- data/spec/unit/indirector/report/processor_spec.rb +21 -22
- data/spec/unit/indirector/report/rest_spec.rb +11 -12
- data/spec/unit/indirector/report/yaml_spec.rb +0 -1
- data/spec/unit/indirector/request_spec.rb +11 -12
- data/spec/unit/indirector/resource/ral_spec.rb +47 -54
- data/spec/unit/indirector/resource/store_configs_spec.rb +0 -1
- data/spec/unit/indirector/rest_spec.rb +113 -110
- data/spec/unit/indirector/ssl_file_spec.rb +64 -65
- data/spec/unit/indirector/status/local_spec.rb +0 -1
- data/spec/unit/indirector/status/rest_spec.rb +0 -1
- data/spec/unit/indirector/store_configs_spec.rb +0 -1
- data/spec/unit/indirector/terminus_spec.rb +27 -27
- data/spec/unit/indirector/yaml_spec.rb +5 -6
- data/spec/unit/indirector_spec.rb +1 -2
- data/spec/unit/info_service_spec.rb +1 -1
- data/spec/unit/interface/action_builder_spec.rb +0 -1
- data/spec/unit/interface/action_manager_spec.rb +0 -1
- data/spec/unit/interface/action_spec.rb +2 -3
- data/spec/unit/interface/documentation_spec.rb +0 -1
- data/spec/unit/interface/face_collection_spec.rb +19 -12
- data/spec/unit/interface_spec.rb +3 -3
- data/spec/unit/man_spec.rb +3 -4
- data/spec/unit/module_spec.rb +46 -51
- data/spec/unit/module_tool/applications/installer_spec.rb +10 -11
- data/spec/unit/module_tool/applications/searcher_spec.rb +3 -3
- data/spec/unit/module_tool/applications/uninstaller_spec.rb +1 -2
- data/spec/unit/module_tool/applications/unpacker_spec.rb +13 -13
- data/spec/unit/module_tool/applications/upgrader_spec.rb +5 -5
- data/spec/unit/module_tool/install_directory_spec.rb +8 -8
- data/spec/unit/module_tool/installed_modules_spec.rb +3 -3
- data/spec/unit/module_tool/tar/gnu_spec.rb +6 -6
- data/spec/unit/module_tool/tar/mini_spec.rb +12 -12
- data/spec/unit/module_tool/tar_spec.rb +12 -13
- data/spec/unit/module_tool_spec.rb +7 -12
- data/spec/unit/network/auth_config_parser_spec.rb +11 -13
- data/spec/unit/network/authconfig_spec.rb +17 -18
- data/spec/unit/network/authorization_spec.rb +4 -5
- data/spec/unit/network/authstore_spec.rb +0 -1
- data/spec/unit/network/format_handler_spec.rb +0 -1
- data/spec/unit/network/format_spec.rb +9 -10
- data/spec/unit/network/format_support_spec.rb +28 -29
- data/spec/unit/network/formats_spec.rb +4 -5
- data/spec/unit/network/http/api/indirected_routes_spec.rb +24 -29
- data/spec/unit/network/http/api/master/v3/authorization_spec.rb +2 -2
- data/spec/unit/network/http/api/master/v3/environment_spec.rb +1 -1
- data/spec/unit/network/http/api/master/v3/environments_spec.rb +6 -7
- data/spec/unit/network/http/api_spec.rb +0 -2
- data/spec/unit/network/http/compression_spec.rb +21 -22
- data/spec/unit/network/http/connection_spec.rb +35 -35
- data/spec/unit/network/http/factory_spec.rb +5 -6
- data/spec/unit/network/http/handler_spec.rb +9 -18
- data/spec/unit/network/http/nocache_pool_spec.rb +6 -7
- data/spec/unit/network/http/pool_spec.rb +33 -34
- data/spec/unit/network/http/request_spec.rb +0 -2
- data/spec/unit/network/http/response_spec.rb +11 -13
- data/spec/unit/network/http/route_spec.rb +0 -1
- data/spec/unit/network/http/session_spec.rb +2 -3
- data/spec/unit/network/http/site_spec.rb +0 -1
- data/spec/unit/network/http_pool_spec.rb +19 -10
- data/spec/unit/network/http_spec.rb +0 -1
- data/spec/unit/network/resolver_spec.rb +25 -26
- data/spec/unit/network/rights_spec.rb +52 -53
- data/spec/unit/node/environment_spec.rb +14 -15
- data/spec/unit/node/facts_spec.rb +5 -7
- data/spec/unit/node_spec.rb +4 -10
- data/spec/unit/other/selinux_spec.rb +0 -1
- data/spec/unit/parameter/boolean_spec.rb +1 -2
- data/spec/unit/parameter/package_options_spec.rb +1 -2
- data/spec/unit/parameter/path_spec.rb +0 -1
- data/spec/unit/parameter/value_collection_spec.rb +0 -1
- data/spec/unit/parameter/value_spec.rb +0 -1
- data/spec/unit/parameter_spec.rb +9 -9
- data/spec/unit/parser/ast/block_expression_spec.rb +6 -8
- data/spec/unit/parser/ast/leaf_spec.rb +20 -21
- data/spec/unit/parser/compiler_spec.rb +84 -96
- data/spec/unit/parser/environment_compiler_spec.rb +7 -8
- data/spec/unit/parser/files_spec.rb +0 -1
- data/spec/unit/parser/functions/create_resources_spec.rb +1 -1
- data/spec/unit/parser/functions/digest_spec.rb +0 -1
- data/spec/unit/parser/functions/fail_spec.rb +1 -2
- data/spec/unit/parser/functions/file_spec.rb +13 -14
- data/spec/unit/parser/functions/fqdn_rand_spec.rb +5 -6
- data/spec/unit/parser/functions/generate_spec.rb +7 -8
- data/spec/unit/parser/functions/inline_template_spec.rb +0 -1
- data/spec/unit/parser/functions/regsubst_spec.rb +0 -1
- data/spec/unit/parser/functions/scanf_spec.rb +0 -1
- data/spec/unit/parser/functions/shellquote_spec.rb +0 -1
- data/spec/unit/parser/functions/split_spec.rb +0 -1
- data/spec/unit/parser/functions/sprintf_spec.rb +0 -1
- data/spec/unit/parser/functions/tag_spec.rb +1 -2
- data/spec/unit/parser/functions/tagged_spec.rb +2 -3
- data/spec/unit/parser/functions/template_spec.rb +13 -13
- data/spec/unit/parser/functions/versioncmp_spec.rb +1 -2
- data/spec/unit/parser/functions_spec.rb +6 -7
- data/spec/unit/parser/relationship_spec.rb +0 -1
- data/spec/unit/parser/resource_spec.rb +42 -42
- data/spec/unit/parser/scope_spec.rb +39 -35
- data/spec/unit/parser/templatewrapper_spec.rb +11 -12
- data/spec/unit/parser/type_loader_spec.rb +17 -19
- data/spec/unit/pops/adaptable_spec.rb +0 -1
- data/spec/unit/pops/benchmark_spec.rb +0 -1
- data/spec/unit/pops/evaluator/access_ops_spec.rb +0 -1
- data/spec/unit/pops/evaluator/arithmetic_ops_spec.rb +0 -1
- data/spec/unit/pops/evaluator/basic_expressions_spec.rb +0 -1
- data/spec/unit/pops/evaluator/collections_ops_spec.rb +0 -1
- data/spec/unit/pops/evaluator/comparison_ops_spec.rb +0 -1
- data/spec/unit/pops/evaluator/conditionals_spec.rb +0 -1
- data/spec/unit/pops/evaluator/evaluating_parser_spec.rb +10 -11
- data/spec/unit/pops/evaluator/logical_ops_spec.rb +0 -1
- data/spec/unit/pops/evaluator/runtime3_converter_spec.rb +0 -1
- data/spec/unit/pops/evaluator/string_interpolation_spec.rb +0 -1
- data/spec/unit/pops/evaluator/variables_spec.rb +0 -1
- data/spec/unit/pops/factory_spec.rb +3 -4
- data/spec/unit/pops/issues_spec.rb +19 -20
- data/spec/unit/pops/loaders/loader_spec.rb +9 -5
- data/spec/unit/pops/loaders/loaders_spec.rb +31 -28
- data/spec/unit/pops/lookup/context_spec.rb +0 -1
- data/spec/unit/pops/lookup/interpolation_spec.rb +2 -3
- data/spec/unit/pops/merge_strategy_spec.rb +0 -1
- data/spec/unit/pops/migration_spec.rb +3 -5
- data/spec/unit/pops/model/model_spec.rb +0 -1
- data/spec/unit/pops/model/pn_transformer_spec.rb +0 -1
- data/spec/unit/pops/parser/locator_spec.rb +3 -6
- data/spec/unit/pops/parser/parse_application_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_basic_expressions_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_calls_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_capabilities_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_conditionals_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_containers_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_plan_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_resource_spec.rb +0 -1
- data/spec/unit/pops/parser/parse_site_spec.rb +0 -1
- data/spec/unit/pops/parser/pn_parser_spec.rb +0 -1
- data/spec/unit/pops/pn_spec.rb +0 -1
- data/spec/unit/pops/resource/resource_type_impl_spec.rb +0 -1
- data/spec/unit/pops/serialization/serialization_spec.rb +1 -1
- data/spec/unit/pops/serialization/to_from_hr_spec.rb +1 -1
- data/spec/unit/pops/types/recursion_guard_spec.rb +10 -10
- data/spec/unit/pops/types/ruby_generator_spec.rb +2 -2
- data/spec/unit/pops/types/type_asserter_spec.rb +2 -2
- data/spec/unit/pops/types/type_calculator_spec.rb +30 -30
- data/spec/unit/pops/types/type_parser_spec.rb +13 -13
- data/spec/unit/pops/validator/validator_spec.rb +1 -2
- data/spec/unit/pops/visitor_spec.rb +0 -1
- data/spec/unit/property/boolean_spec.rb +1 -1
- data/spec/unit/property/ensure_spec.rb +0 -1
- data/spec/unit/property/keyvalue_spec.rb +32 -34
- data/spec/unit/property/list_spec.rb +26 -27
- data/spec/unit/property/ordered_list_spec.rb +10 -14
- data/spec/unit/property_spec.rb +42 -43
- data/spec/unit/provider/aix_object_spec.rb +47 -45
- data/spec/unit/provider/command_spec.rb +9 -9
- data/spec/unit/provider/exec/posix_spec.rb +8 -9
- data/spec/unit/provider/exec/shell_spec.rb +0 -1
- data/spec/unit/provider/exec/windows_spec.rb +2 -4
- data/spec/unit/provider/exec_spec.rb +0 -1
- data/spec/unit/provider/file/posix_spec.rb +22 -24
- data/spec/unit/provider/file/windows_spec.rb +15 -17
- data/spec/unit/provider/group/aix_spec.rb +3 -2
- data/spec/unit/provider/group/groupadd_spec.rb +30 -26
- data/spec/unit/provider/group/ldap_spec.rb +18 -18
- data/spec/unit/provider/group/pw_spec.rb +11 -11
- data/spec/unit/provider/group/windows_adsi_spec.rb +54 -54
- data/spec/unit/provider/ldap_spec.rb +61 -62
- data/spec/unit/provider/nameservice/directoryservice_spec.rb +35 -36
- data/spec/unit/provider/nameservice_spec.rb +38 -40
- data/spec/unit/provider/package/aix_spec.rb +15 -15
- data/spec/unit/provider/package/appdmg_spec.rb +13 -13
- data/spec/unit/provider/package/apt_spec.rb +44 -27
- data/spec/unit/provider/package/aptitude_spec.rb +6 -7
- data/spec/unit/provider/package/aptrpm_spec.rb +7 -12
- data/spec/unit/provider/package/base_spec.rb +4 -4
- data/spec/unit/provider/package/dnf_spec.rb +18 -20
- data/spec/unit/provider/package/dpkg_spec.rb +52 -52
- data/spec/unit/provider/package/freebsd_spec.rb +11 -11
- data/spec/unit/provider/package/gem_spec.rb +51 -43
- data/spec/unit/provider/package/hpux_spec.rb +8 -8
- data/spec/unit/provider/package/macports_spec.rb +46 -42
- data/spec/unit/provider/package/nim_spec.rb +30 -39
- data/spec/unit/provider/package/openbsd_spec.rb +36 -39
- data/spec/unit/provider/package/opkg_spec.rb +23 -26
- data/spec/unit/provider/package/pacman_spec.rb +97 -118
- data/spec/unit/provider/package/pip_spec.rb +71 -72
- data/spec/unit/provider/package/pkg_spec.rb +113 -114
- data/spec/unit/provider/package/pkgdmg_spec.rb +65 -63
- data/spec/unit/provider/package/pkgin_spec.rb +10 -8
- data/spec/unit/provider/package/pkgng_spec.rb +21 -22
- data/spec/unit/provider/package/pkgutil_spec.rb +45 -49
- data/spec/unit/provider/package/portage_spec.rb +71 -75
- data/spec/unit/provider/package/puppet_gem_spec.rb +28 -8
- data/spec/unit/provider/package/rpm_spec.rb +53 -64
- data/spec/unit/provider/package/sun_spec.rb +16 -18
- data/spec/unit/provider/package/tdnf_spec.rb +2 -2
- data/spec/unit/provider/package/up2date_spec.rb +2 -4
- data/spec/unit/provider/package/urpmi_spec.rb +15 -17
- data/spec/unit/provider/package/windows/exe_package_spec.rb +12 -15
- data/spec/unit/provider/package/windows/msi_package_spec.rb +19 -22
- data/spec/unit/provider/package/windows/package_spec.rb +37 -42
- data/spec/unit/provider/package/windows_spec.rb +36 -32
- data/spec/unit/provider/package/yum_spec.rb +7 -7
- data/spec/unit/provider/package/zypper_spec.rb +87 -87
- data/spec/unit/provider/parsedfile_spec.rb +44 -45
- data/spec/unit/provider/service/base_spec.rb +4 -5
- data/spec/unit/provider/service/bsd_spec.rb +27 -29
- data/spec/unit/provider/service/daemontools_spec.rb +35 -35
- data/spec/unit/provider/service/debian_spec.rb +38 -38
- data/spec/unit/provider/service/freebsd_spec.rb +18 -18
- data/spec/unit/provider/service/gentoo_spec.rb +50 -55
- data/spec/unit/provider/service/init_spec.rb +53 -52
- data/spec/unit/provider/service/launchd_spec.rb +138 -116
- data/spec/unit/provider/service/openbsd_spec.rb +50 -50
- data/spec/unit/provider/service/openrc_spec.rb +43 -45
- data/spec/unit/provider/service/openwrt_spec.rb +26 -31
- data/spec/unit/provider/service/rcng_spec.rb +14 -14
- data/spec/unit/provider/service/redhat_spec.rb +45 -43
- data/spec/unit/provider/service/runit_spec.rb +29 -27
- data/spec/unit/provider/service/smf_spec.rb +74 -66
- data/spec/unit/provider/service/src_spec.rb +46 -47
- data/spec/unit/provider/service/systemd_spec.rb +113 -122
- data/spec/unit/provider/service/upstart_spec.rb +74 -71
- data/spec/unit/provider/service/windows_spec.rb +33 -41
- data/spec/unit/provider/user/aix_spec.rb +31 -31
- data/spec/unit/provider/user/directoryservice_spec.rb +109 -114
- data/spec/unit/provider/user/hpux_spec.rb +16 -16
- data/spec/unit/provider/user/ldap_spec.rb +57 -57
- data/spec/unit/provider/user/openbsd_spec.rb +10 -12
- data/spec/unit/provider/user/pw_spec.rb +37 -35
- data/spec/unit/provider/user/user_role_add_spec.rb +93 -93
- data/spec/unit/provider/user/useradd_spec.rb +93 -92
- data/spec/unit/provider/user/windows_adsi_spec.rb +59 -60
- data/spec/unit/provider_spec.rb +35 -35
- data/spec/unit/puppet_pal_2pec.rb +4 -5
- data/spec/unit/puppet_pal_spec.rb +0 -1
- data/spec/unit/puppet_spec.rb +6 -7
- data/spec/unit/relationship_spec.rb +0 -1
- data/spec/unit/reports/http_spec.rb +22 -24
- data/spec/unit/reports/store_spec.rb +3 -4
- data/spec/unit/reports_spec.rb +12 -14
- data/spec/unit/resource/capability_finder_spec.rb +15 -17
- data/spec/unit/resource/catalog_spec.rb +72 -68
- data/spec/unit/resource/status_spec.rb +6 -8
- data/spec/unit/resource/type_collection_spec.rb +17 -18
- data/spec/unit/resource/type_spec.rb +34 -35
- data/spec/unit/resource_spec.rb +36 -32
- data/spec/unit/rest/client_spec.rb +56 -25
- data/spec/unit/rest/route_spec.rb +5 -5
- data/spec/unit/scheduler/job_spec.rb +0 -1
- data/spec/unit/scheduler/scheduler_spec.rb +0 -1
- data/spec/unit/scheduler/splay_job_spec.rb +1 -2
- data/spec/unit/settings/array_setting_spec.rb +1 -1
- data/spec/unit/settings/autosign_setting_spec.rb +9 -9
- data/spec/unit/settings/certificate_revocation_setting_spec.rb +1 -1
- data/spec/unit/settings/config_file_spec.rb +0 -1
- data/spec/unit/settings/directory_setting_spec.rb +2 -7
- data/spec/unit/settings/duration_setting_spec.rb +1 -2
- data/spec/unit/settings/enum_setting_spec.rb +1 -1
- data/spec/unit/settings/environment_conf_spec.rb +4 -6
- data/spec/unit/settings/file_setting_spec.rb +44 -46
- data/spec/unit/settings/path_setting_spec.rb +1 -2
- data/spec/unit/settings/priority_setting_spec.rb +1 -2
- data/spec/unit/settings/string_setting_spec.rb +14 -15
- data/spec/unit/settings/terminus_setting_spec.rb +1 -2
- data/spec/unit/settings/value_translator_spec.rb +0 -1
- data/spec/unit/settings_spec.rb +228 -235
- data/spec/unit/ssl/base_spec.rb +14 -15
- data/spec/unit/ssl/certificate_request_spec.rb +62 -58
- data/spec/unit/ssl/certificate_spec.rb +23 -25
- data/spec/unit/ssl/digest_spec.rb +0 -1
- data/spec/unit/ssl/host_spec.rb +147 -130
- data/spec/unit/ssl/key_spec.rb +30 -31
- data/spec/unit/ssl/ssl_provider_spec.rb +24 -24
- data/spec/unit/ssl/state_machine_spec.rb +50 -58
- data/spec/unit/ssl/validator_spec.rb +43 -54
- data/spec/unit/ssl/verifier_spec.rb +10 -10
- data/spec/unit/task_spec.rb +44 -45
- data/spec/unit/transaction/additional_resource_generator_spec.rb +3 -5
- data/spec/unit/transaction/event_manager_spec.rb +87 -88
- data/spec/unit/transaction/event_spec.rb +16 -15
- data/spec/unit/transaction/persistence_spec.rb +16 -17
- data/spec/unit/transaction/report_spec.rb +11 -12
- data/spec/unit/transaction/resource_harness_spec.rb +28 -33
- data/spec/unit/transaction_spec.rb +100 -101
- data/spec/unit/type/component_spec.rb +0 -1
- data/spec/unit/type/exec_spec.rb +60 -56
- data/spec/unit/type/file/checksum_spec.rb +9 -10
- data/spec/unit/type/file/checksum_value_spec.rb +31 -32
- data/spec/unit/type/file/content_spec.rb +58 -61
- data/spec/unit/type/file/ctime_spec.rb +0 -1
- data/spec/unit/type/file/ensure_spec.rb +12 -13
- data/spec/unit/type/file/group_spec.rb +5 -7
- data/spec/unit/type/file/mode_spec.rb +4 -6
- data/spec/unit/type/file/mtime_spec.rb +0 -1
- data/spec/unit/type/file/owner_spec.rb +6 -8
- data/spec/unit/type/file/selinux_spec.rb +17 -19
- data/spec/unit/type/file/source_spec.rb +104 -101
- data/spec/unit/type/file/type_spec.rb +0 -1
- data/spec/unit/type/file_spec.rb +195 -185
- data/spec/unit/type/filebucket_spec.rb +4 -5
- data/spec/unit/type/group_spec.rb +6 -8
- data/spec/unit/type/noop_metaparam_spec.rb +1 -2
- data/spec/unit/type/package/package_settings_spec.rb +44 -23
- data/spec/unit/type/package_spec.rb +56 -57
- data/spec/unit/type/resources_spec.rb +72 -74
- data/spec/unit/type/schedule_spec.rb +24 -26
- data/spec/unit/type/service_spec.rb +49 -49
- data/spec/unit/type/stage_spec.rb +0 -1
- data/spec/unit/type/tidy_spec.rb +61 -62
- data/spec/unit/type/user_spec.rb +24 -25
- data/spec/unit/type/whit_spec.rb +0 -1
- data/spec/unit/type_spec.rb +55 -54
- data/spec/unit/util/at_fork_spec.rb +18 -19
- data/spec/unit/util/autoload_spec.rb +55 -56
- data/spec/unit/util/backups_spec.rb +34 -35
- data/spec/unit/util/character_encoding_spec.rb +5 -5
- data/spec/unit/util/checksums_spec.rb +38 -39
- data/spec/unit/util/colors_spec.rb +1 -2
- data/spec/unit/util/command_line_spec.rb +24 -25
- data/spec/unit/util/constant_inflector_spec.rb +0 -1
- data/spec/unit/util/diff_spec.rb +7 -8
- data/spec/unit/util/errors_spec.rb +0 -1
- data/spec/unit/util/execution_spec.rb +185 -161
- data/spec/unit/util/execution_stub_spec.rb +0 -1
- data/spec/unit/util/feature_spec.rb +23 -14
- data/spec/unit/util/filetype_spec.rb +49 -49
- data/spec/unit/util/http_proxy_spec.rb +12 -12
- data/spec/unit/util/inifile_spec.rb +26 -31
- data/spec/unit/util/json_lockfile_spec.rb +3 -5
- data/spec/unit/util/ldap/connection_spec.rb +26 -25
- data/spec/unit/util/ldap/generator_spec.rb +0 -1
- data/spec/unit/util/ldap/manager_spec.rb +102 -101
- data/spec/unit/util/lockfile_spec.rb +0 -1
- data/spec/unit/util/log/destinations_spec.rb +30 -33
- data/spec/unit/util/log_spec.rb +35 -36
- data/spec/unit/util/logging_spec.rb +58 -72
- data/spec/unit/util/metric_spec.rb +0 -1
- data/spec/unit/util/monkey_patches_spec.rb +7 -9
- data/spec/unit/util/multi_match_spec.rb +0 -1
- data/spec/unit/util/network_device/config_spec.rb +0 -1
- data/spec/unit/util/network_device/transport/base_spec.rb +5 -6
- data/spec/unit/util/network_device_spec.rb +7 -9
- data/spec/unit/util/package_spec.rb +0 -1
- data/spec/unit/util/pidlock_spec.rb +21 -22
- data/spec/unit/util/plist_spec.rb +40 -33
- data/spec/unit/util/posix_spec.rb +54 -51
- data/spec/unit/util/rdoc_spec.rb +9 -10
- data/spec/unit/util/reference_spec.rb +0 -1
- data/spec/unit/util/resource_template_spec.rb +20 -20
- data/spec/unit/util/retry_action_spec.rb +7 -8
- data/spec/unit/util/rubygems_spec.rb +7 -8
- data/spec/unit/util/run_mode_spec.rb +3 -4
- data/spec/unit/util/selinux_spec.rb +79 -72
- data/spec/unit/util/splayer_spec.rb +8 -9
- data/spec/unit/util/ssl_spec.rb +0 -1
- data/spec/unit/util/storage_spec.rb +3 -4
- data/spec/unit/util/suidmanager_spec.rb +45 -54
- data/spec/unit/util/symbolic_file_mode_spec.rb +0 -1
- data/spec/unit/util/tag_set_spec.rb +0 -1
- data/spec/unit/util/tagging_spec.rb +0 -1
- data/spec/unit/util/terminal_spec.rb +9 -10
- data/spec/unit/util/user_attr_spec.rb +1 -2
- data/spec/unit/util/warnings_spec.rb +3 -4
- data/spec/unit/util/watcher/periodic_watcher_spec.rb +2 -2
- data/spec/unit/util/watcher_spec.rb +51 -21
- data/spec/unit/util/windows/access_control_entry_spec.rb +0 -1
- data/spec/unit/util/windows/access_control_list_spec.rb +0 -1
- data/spec/unit/util/windows/adsi_spec.rb +136 -138
- data/spec/unit/util/windows/api_types_spec.rb +0 -1
- data/spec/unit/util/windows/eventlog_spec.rb +9 -12
- data/spec/unit/util/windows/file_spec.rb +0 -1
- data/spec/unit/util/windows/root_certs_spec.rb +1 -2
- data/spec/unit/util/windows/security_descriptor_spec.rb +0 -2
- data/spec/unit/util/windows/service_spec.rb +66 -68
- data/spec/unit/util/windows/sid_spec.rb +11 -13
- data/spec/unit/util/windows/string_spec.rb +0 -1
- data/spec/unit/util_spec.rb +55 -57
- data/spec/unit/version_spec.rb +6 -6
- data/spec/unit/x509/cert_provider_spec.rb +14 -14
- data/spec/unit/x509/pem_store_spec.rb +5 -5
- metadata +2 -2
@@ -1,4 +1,3 @@
|
|
1
|
-
#! /usr/bin/env ruby
|
2
1
|
require 'spec_helper'
|
3
2
|
|
4
3
|
require 'puppet/application/describe'
|
@@ -22,7 +21,7 @@ describe Puppet::Application::Describe do
|
|
22
21
|
end
|
23
22
|
|
24
23
|
it "should store argument value when calling handle_#{option}" do
|
25
|
-
@describe.options.
|
24
|
+
expect(@describe.options).to receive(:[]=).with("#{option}".to_sym, 'arg')
|
26
25
|
@describe.send("handle_#{option}".to_sym, 'arg')
|
27
26
|
end
|
28
27
|
end
|
@@ -46,7 +45,7 @@ describe Puppet::Application::Describe do
|
|
46
45
|
|
47
46
|
describe "during setup" do
|
48
47
|
it "should collect arguments in options[:types]" do
|
49
|
-
@describe.command_line.
|
48
|
+
allow(@describe.command_line).to receive(:args).and_return(['1','2'])
|
50
49
|
@describe.setup
|
51
50
|
|
52
51
|
expect(@describe.options[:types]).to eq(['1','2'])
|
@@ -56,14 +55,14 @@ describe Puppet::Application::Describe do
|
|
56
55
|
describe "when running" do
|
57
56
|
|
58
57
|
before :each do
|
59
|
-
@typedoc =
|
60
|
-
TypeDoc.
|
58
|
+
@typedoc = double('type_doc')
|
59
|
+
allow(TypeDoc).to receive(:new).and_return(@typedoc)
|
61
60
|
end
|
62
61
|
|
63
62
|
it "should call list_types if options list is set" do
|
64
63
|
@describe.options[:list] = true
|
65
64
|
|
66
|
-
@typedoc.
|
65
|
+
expect(@typedoc).to receive(:list_types)
|
67
66
|
|
68
67
|
@describe.run_command
|
69
68
|
end
|
@@ -72,7 +71,7 @@ describe Puppet::Application::Describe do
|
|
72
71
|
@describe.options[:list] = false
|
73
72
|
@describe.options[:types] = ['type']
|
74
73
|
|
75
|
-
@typedoc.
|
74
|
+
expect(@typedoc).to receive(:format_type).with('type', @describe.options)
|
76
75
|
@describe.run_command
|
77
76
|
end
|
78
77
|
end
|
@@ -1,586 +1,581 @@
|
|
1
|
-
#! /usr/bin/env ruby
|
2
1
|
require 'spec_helper'
|
3
2
|
|
4
|
-
require 'puppet/application/device'
|
5
|
-
require 'puppet/util/network_device/config'
|
6
3
|
require 'ostruct'
|
7
|
-
require 'puppet/configurer'
|
8
4
|
require 'puppet/application/apply'
|
5
|
+
require 'puppet/application/device'
|
6
|
+
require 'puppet/configurer'
|
7
|
+
require 'puppet/util/network_device/config'
|
9
8
|
|
10
9
|
describe Puppet::Application::Device do
|
11
10
|
include PuppetSpec::Files
|
12
11
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
Puppet::Node.indirection.stubs(:cache_class=)
|
20
|
-
Puppet::Node::Facts.indirection.stubs(:terminus_class=)
|
12
|
+
let(:device) do
|
13
|
+
dev = Puppet::Application[:device]
|
14
|
+
allow(dev).to receive(:trap)
|
15
|
+
allow(Signal).to receive(:trap)
|
16
|
+
dev.preinit
|
17
|
+
dev
|
21
18
|
end
|
19
|
+
let(:ssl_context) { instance_double(Puppet::SSL::SSLContext, 'ssl_context') }
|
20
|
+
let(:state_machine) { instance_double(Puppet::SSL::StateMachine, 'state machine') }
|
22
21
|
|
23
|
-
|
22
|
+
before do
|
23
|
+
allow(Puppet::Node::Facts.indirection).to receive(:terminus_class=)
|
24
|
+
allow(Puppet::Node.indirection).to receive(:cache_class=)
|
25
|
+
allow(Puppet::Node.indirection).to receive(:terminus_class=)
|
26
|
+
allow(Puppet::Resource::Catalog.indirection).to receive(:cache_class=)
|
27
|
+
allow(Puppet::Resource::Catalog.indirection).to receive(:terminus_class=)
|
28
|
+
allow(Puppet::Transaction::Report.indirection).to receive(:terminus_class=)
|
24
29
|
|
25
|
-
|
26
|
-
|
30
|
+
allow(Puppet::Util::Log).to receive(:newdestination)
|
31
|
+
|
32
|
+
allow(state_machine).to receive(:ensure_client_certificate).and_return(ssl_context)
|
33
|
+
allow(Puppet::SSL::StateMachine).to receive(:new).and_return(state_machine)
|
34
|
+
end
|
35
|
+
|
36
|
+
it "operates in agent run_mode" do
|
37
|
+
expect(device.class.run_mode.name).to eq(:agent)
|
27
38
|
end
|
28
39
|
|
29
|
-
it "
|
30
|
-
expect(
|
40
|
+
it "declares a main command" do
|
41
|
+
expect(device).to respond_to(:main)
|
31
42
|
end
|
32
43
|
|
33
|
-
it "
|
34
|
-
expect(
|
44
|
+
it "declares a preinit block" do
|
45
|
+
expect(device).to respond_to(:preinit)
|
35
46
|
end
|
36
47
|
|
37
48
|
describe "in preinit" do
|
38
|
-
before
|
39
|
-
@device.stubs(:trap)
|
49
|
+
before do
|
40
50
|
end
|
41
51
|
|
42
|
-
it "
|
43
|
-
|
52
|
+
it "catches INT" do
|
53
|
+
device
|
44
54
|
|
45
|
-
|
55
|
+
expect(Signal).to have_received(:trap).with(:INT)
|
46
56
|
end
|
47
57
|
|
48
|
-
it "
|
49
|
-
|
50
|
-
|
51
|
-
expect(@device.options[:waitforcert]).to be_nil
|
58
|
+
it "inits waitforcert to nil" do
|
59
|
+
expect(device.options[:waitforcert]).to be_nil
|
52
60
|
end
|
53
61
|
|
54
|
-
it "
|
55
|
-
|
56
|
-
|
57
|
-
expect(@device.options[:target]).to be_nil
|
62
|
+
it "inits target to nil" do
|
63
|
+
expect(device.options[:target]).to be_nil
|
58
64
|
end
|
59
65
|
end
|
60
66
|
|
61
67
|
describe "when handling options" do
|
62
68
|
before do
|
63
|
-
|
69
|
+
Puppet[:certname] = 'device.example.com'
|
70
|
+
allow(device.command_line).to receive(:args).and_return([])
|
64
71
|
end
|
65
72
|
|
66
73
|
[:centrallogging, :debug, :verbose,].each do |option|
|
67
74
|
it "should declare handle_#{option} method" do
|
68
|
-
expect(
|
75
|
+
expect(device).to respond_to("handle_#{option}".to_sym)
|
69
76
|
end
|
70
77
|
|
71
78
|
it "should store argument value when calling handle_#{option}" do
|
72
|
-
|
73
|
-
|
79
|
+
allow(device.options).to receive(:[]=).with(option, 'arg')
|
80
|
+
device.send("handle_#{option}".to_sym, 'arg')
|
74
81
|
end
|
75
82
|
end
|
76
83
|
|
77
|
-
|
78
|
-
|
79
|
-
|
84
|
+
context 'when setting --onetime' do
|
85
|
+
before do
|
86
|
+
Puppet[:onetime] = true
|
87
|
+
end
|
80
88
|
|
81
|
-
|
82
|
-
|
89
|
+
context 'without --waitforcert' do
|
90
|
+
it "defaults waitforcert to 0" do
|
91
|
+
device.setup_context
|
92
|
+
|
93
|
+
expect(Puppet::SSL::StateMachine).to have_received(:new).with(hash_including(waitforcert: 0))
|
94
|
+
end
|
95
|
+
end
|
83
96
|
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
97
|
+
context 'with --waitforcert=60' do
|
98
|
+
it "uses supplied waitforcert" do
|
99
|
+
device.handle_waitforcert(60)
|
100
|
+
device.setup_context
|
88
101
|
|
89
|
-
|
102
|
+
expect(Puppet::SSL::StateMachine).to have_received(:new).with(hash_including(waitforcert: 60))
|
103
|
+
end
|
104
|
+
end
|
90
105
|
end
|
91
106
|
|
92
|
-
|
93
|
-
|
107
|
+
context 'without setting --onetime' do
|
108
|
+
before do
|
109
|
+
Puppet[:onetime] = false
|
110
|
+
end
|
94
111
|
|
95
|
-
|
96
|
-
|
112
|
+
it "uses a default value for waitforcert when --onetime and --waitforcert are not specified" do
|
113
|
+
device.setup_context
|
114
|
+
expect(Puppet::SSL::StateMachine).to have_received(:new).with(hash_including(waitforcert: 120))
|
115
|
+
end
|
97
116
|
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
117
|
+
it "uses the waitforcert setting when checking for a signed certificate" do
|
118
|
+
Puppet[:waitforcert] = 10
|
119
|
+
device.setup_context
|
120
|
+
expect(Puppet::SSL::StateMachine).to have_received(:new).with(hash_including(waitforcert: 10))
|
121
|
+
end
|
102
122
|
end
|
103
123
|
|
104
|
-
it "
|
105
|
-
|
106
|
-
Puppet::Log.
|
124
|
+
it "sets the log destination with --logdest" do
|
125
|
+
allow(device.options).to receive(:[]=).with(:setdest, anything)
|
126
|
+
expect(Puppet::Log).to receive(:newdestination).with("console")
|
107
127
|
|
108
|
-
|
128
|
+
device.handle_logdest("console")
|
109
129
|
end
|
110
130
|
|
111
|
-
it "
|
112
|
-
|
131
|
+
it "puts the setdest options to true" do
|
132
|
+
expect(device.options).to receive(:[]=).with(:setdest, true)
|
113
133
|
|
114
|
-
|
134
|
+
device.handle_logdest("console")
|
115
135
|
end
|
116
136
|
|
117
|
-
it "
|
118
|
-
|
137
|
+
it "parses the log destination from the command line" do
|
138
|
+
allow(device.command_line).to receive(:args).and_return(%w{--logdest /my/file})
|
119
139
|
|
120
|
-
Puppet::Util::Log.
|
140
|
+
expect(Puppet::Util::Log).to receive(:newdestination).with("/my/file")
|
121
141
|
|
122
|
-
|
142
|
+
device.parse_options
|
123
143
|
end
|
124
144
|
|
125
|
-
it "
|
126
|
-
|
145
|
+
it "stores the waitforcert options with --waitforcert" do
|
146
|
+
expect(device.options).to receive(:[]=).with(:waitforcert,42)
|
127
147
|
|
128
|
-
|
148
|
+
device.handle_waitforcert("42")
|
129
149
|
end
|
130
150
|
|
131
|
-
it "
|
132
|
-
|
133
|
-
expect(
|
151
|
+
it "sets args[:Port] with --port" do
|
152
|
+
device.handle_port("42")
|
153
|
+
expect(device.args[:Port]).to eq("42")
|
134
154
|
end
|
135
155
|
|
136
|
-
it "
|
137
|
-
|
156
|
+
it "stores the target options with --target" do
|
157
|
+
expect(device.options).to receive(:[]=).with(:target,'test123')
|
138
158
|
|
139
|
-
|
159
|
+
device.handle_target('test123')
|
140
160
|
end
|
141
161
|
|
142
|
-
it "
|
143
|
-
|
162
|
+
it "stores the resource options with --resource" do
|
163
|
+
expect(device.options).to receive(:[]=).with(:resource,true)
|
144
164
|
|
145
|
-
|
165
|
+
device.handle_resource(true)
|
146
166
|
end
|
147
167
|
|
148
|
-
it "
|
149
|
-
|
168
|
+
it "stores the facts options with --facts" do
|
169
|
+
expect(device.options).to receive(:[]=).with(:facts,true)
|
150
170
|
|
151
|
-
|
171
|
+
device.handle_facts(true)
|
152
172
|
end
|
153
173
|
end
|
154
174
|
|
155
175
|
describe "during setup" do
|
156
|
-
before
|
157
|
-
|
176
|
+
before do
|
177
|
+
allow(device.options).to receive(:[])
|
158
178
|
Puppet[:libdir] = "/dev/null/lib"
|
159
|
-
Puppet::Transaction::Report.indirection.stubs(:terminus_class=)
|
160
|
-
Puppet::Resource::Catalog.indirection.stubs(:terminus_class=)
|
161
|
-
Puppet::Resource::Catalog.indirection.stubs(:cache_class=)
|
162
|
-
Puppet::Node::Facts.indirection.stubs(:terminus_class=)
|
163
|
-
Puppet.stubs(:settraps)
|
164
179
|
end
|
165
180
|
|
166
|
-
it "
|
167
|
-
|
168
|
-
|
181
|
+
it "calls setup_logs" do
|
182
|
+
expect(device).to receive(:setup_logs)
|
183
|
+
device.setup
|
169
184
|
end
|
170
185
|
|
171
186
|
describe "when setting up logs" do
|
172
|
-
before
|
173
|
-
Puppet::Util::Log.
|
187
|
+
before do
|
188
|
+
allow(Puppet::Util::Log).to receive(:newdestination)
|
174
189
|
end
|
175
190
|
|
176
|
-
it "
|
177
|
-
|
178
|
-
|
191
|
+
it "sets log level to debug if --debug was passed" do
|
192
|
+
allow(device.options).to receive(:[]).with(:debug).and_return(true)
|
193
|
+
device.setup_logs
|
179
194
|
expect(Puppet::Util::Log.level).to eq(:debug)
|
180
195
|
end
|
181
196
|
|
182
|
-
it "
|
183
|
-
|
184
|
-
|
197
|
+
it "sets log level to info if --verbose was passed" do
|
198
|
+
allow(device.options).to receive(:[]).with(:verbose).and_return(true)
|
199
|
+
device.setup_logs
|
185
200
|
expect(Puppet::Util::Log.level).to eq(:info)
|
186
201
|
end
|
187
202
|
|
188
203
|
[:verbose, :debug].each do |level|
|
189
204
|
it "should set console as the log destination with level #{level}" do
|
190
|
-
|
205
|
+
allow(device.options).to receive(:[]).with(level).and_return(true)
|
191
206
|
|
192
|
-
Puppet::Util::Log.
|
207
|
+
expect(Puppet::Util::Log).to receive(:newdestination).with(:console)
|
193
208
|
|
194
|
-
|
209
|
+
device.setup_logs
|
195
210
|
end
|
196
211
|
end
|
197
212
|
|
198
|
-
it "
|
199
|
-
|
213
|
+
it "sets a default log destination if no --logdest" do
|
214
|
+
allow(device.options).to receive(:[]).with(:setdest).and_return(false)
|
200
215
|
|
201
|
-
Puppet::Util::Log.
|
216
|
+
expect(Puppet::Util::Log).to receive(:setup_default)
|
202
217
|
|
203
|
-
|
218
|
+
device.setup_logs
|
204
219
|
end
|
205
|
-
|
206
220
|
end
|
207
221
|
|
208
|
-
it "
|
209
|
-
|
210
|
-
Puppet[:server] = "puppet.
|
211
|
-
Puppet::Util::Log.
|
222
|
+
it "sets a central log destination with --centrallogs" do
|
223
|
+
allow(device.options).to receive(:[]).with(:centrallogs).and_return(true)
|
224
|
+
Puppet[:server] = "puppet.example.com"
|
225
|
+
allow(Puppet::Util::Log).to receive(:newdestination).with(:syslog)
|
212
226
|
|
213
|
-
Puppet::Util::Log.
|
227
|
+
expect(Puppet::Util::Log).to receive(:newdestination).with("puppet.example.com")
|
214
228
|
|
215
|
-
|
229
|
+
device.setup
|
216
230
|
end
|
217
231
|
|
218
|
-
it "
|
219
|
-
Puppet.settings.
|
232
|
+
it "uses :main, :agent, :device and :ssl config" do
|
233
|
+
expect(Puppet.settings).to receive(:use).with(:main, :agent, :device, :ssl)
|
220
234
|
|
221
|
-
|
235
|
+
device.setup
|
222
236
|
end
|
223
237
|
|
224
|
-
it "
|
225
|
-
|
226
|
-
|
227
|
-
@device.setup
|
238
|
+
it "tells the report handler to use REST" do
|
239
|
+
device.setup
|
240
|
+
expect(Puppet::Transaction::Report.indirection).to have_received(:terminus_class=).with(:rest)
|
228
241
|
end
|
229
242
|
|
230
|
-
it "
|
231
|
-
|
243
|
+
it "defaults the catalog_terminus setting to 'rest'" do
|
244
|
+
device.initialize_app_defaults
|
232
245
|
expect(Puppet[:catalog_terminus]).to eq(:rest)
|
233
246
|
end
|
234
247
|
|
235
|
-
it "
|
236
|
-
|
248
|
+
it "defaults the node_terminus setting to 'rest'" do
|
249
|
+
device.initialize_app_defaults
|
237
250
|
expect(Puppet[:node_terminus]).to eq(:rest)
|
238
251
|
end
|
239
252
|
|
240
253
|
it "has an application default :catalog_cache_terminus setting of 'json'" do
|
241
|
-
Puppet::Resource::Catalog.indirection.
|
254
|
+
expect(Puppet::Resource::Catalog.indirection).to receive(:cache_class=).with(:json)
|
242
255
|
|
243
|
-
|
244
|
-
|
256
|
+
device.initialize_app_defaults
|
257
|
+
device.setup
|
245
258
|
end
|
246
259
|
|
247
|
-
it "
|
260
|
+
it "tells the catalog cache class based on the :catalog_cache_terminus setting" do
|
248
261
|
Puppet[:catalog_cache_terminus] = "yaml"
|
249
|
-
Puppet::Resource::Catalog.indirection.
|
262
|
+
expect(Puppet::Resource::Catalog.indirection).to receive(:cache_class=).with(:yaml)
|
250
263
|
|
251
|
-
|
252
|
-
|
264
|
+
device.initialize_app_defaults
|
265
|
+
device.setup
|
253
266
|
end
|
254
267
|
|
255
|
-
it "
|
268
|
+
it "does not set catalog cache class if :catalog_cache_terminus is explicitly nil" do
|
256
269
|
Puppet[:catalog_cache_terminus] = nil
|
257
|
-
Puppet::Resource::Catalog.indirection.
|
270
|
+
expect(Puppet::Resource::Catalog.indirection).not_to receive(:cache_class=)
|
258
271
|
|
259
|
-
|
260
|
-
|
272
|
+
device.initialize_app_defaults
|
273
|
+
device.setup
|
261
274
|
end
|
262
275
|
|
263
|
-
it "
|
264
|
-
|
276
|
+
it "defaults the facts_terminus setting to 'network_device'" do
|
277
|
+
device.initialize_app_defaults
|
265
278
|
expect(Puppet[:facts_terminus]).to eq(:network_device)
|
266
279
|
end
|
267
280
|
end
|
268
281
|
|
269
|
-
describe "when initializing
|
270
|
-
it "
|
271
|
-
|
282
|
+
describe "when initializing SSL" do
|
283
|
+
it "creates a new ssl host" do
|
284
|
+
allow(device.options).to receive(:[]).with(:waitforcert).and_return(123)
|
272
285
|
|
273
|
-
|
274
|
-
end
|
275
|
-
|
276
|
-
it "should wait for a certificate" do
|
277
|
-
@device.options.stubs(:[]).with(:waitforcert).returns(123)
|
278
|
-
Puppet::SSL::StateMachine.expects(:new).with(has_entry(waitforcert: 123)).returns(state_machine)
|
286
|
+
device.setup_context
|
279
287
|
|
280
|
-
|
288
|
+
expect(Puppet::SSL::StateMachine).to have_received(:new).with(hash_including(waitforcert: 123))
|
281
289
|
end
|
282
290
|
end
|
283
291
|
|
284
292
|
describe "when running" do
|
285
|
-
|
286
|
-
|
287
|
-
Puppet.stubs(:notice)
|
288
|
-
@device.options.stubs(:[]).with(:detailed_exitcodes).returns(false)
|
289
|
-
@device.options.stubs(:[]).with(:target).returns(nil)
|
290
|
-
@device.options.stubs(:[]).with(:apply).returns(nil)
|
291
|
-
@device.options.stubs(:[]).with(:facts).returns(false)
|
292
|
-
@device.options.stubs(:[]).with(:resource).returns(false)
|
293
|
-
@device.options.stubs(:[]).with(:to_yaml).returns(false)
|
294
|
-
@device.options.stubs(:[]).with(:libdir).returns(nil)
|
295
|
-
@device.options.stubs(:[]).with(:client)
|
296
|
-
@device.command_line.stubs(:args).returns([])
|
297
|
-
Puppet::Util::NetworkDevice::Config.stubs(:devices).returns({})
|
298
|
-
end
|
293
|
+
let(:device_hash) { {} }
|
294
|
+
let(:plugin_handler) { instance_double(Puppet::Configurer::PluginHandler, 'plugin_handler') }
|
299
295
|
|
300
|
-
|
301
|
-
|
302
|
-
|
296
|
+
before do
|
297
|
+
allow(device.options).to receive(:[]).with(:fingerprint).and_return(false)
|
298
|
+
allow(Puppet).to receive(:notice)
|
299
|
+
allow(device.options).to receive(:[]).with(:detailed_exitcodes).and_return(false)
|
300
|
+
allow(device.options).to receive(:[]).with(:target).and_return(nil)
|
301
|
+
allow(device.options).to receive(:[]).with(:apply).and_return(nil)
|
302
|
+
allow(device.options).to receive(:[]).with(:facts).and_return(false)
|
303
|
+
allow(device.options).to receive(:[]).with(:resource).and_return(false)
|
304
|
+
allow(device.options).to receive(:[]).with(:to_yaml).and_return(false)
|
305
|
+
allow(device.options).to receive(:[]).with(:libdir).and_return(nil)
|
306
|
+
allow(device.options).to receive(:[]).with(:client)
|
307
|
+
allow(device.command_line).to receive(:args).and_return([])
|
308
|
+
allow(Puppet::Util::NetworkDevice::Config).to receive(:devices).and_return(device_hash)
|
309
|
+
allow(Puppet::Configurer::PluginHandler).to receive(:new).and_return(plugin_handler)
|
303
310
|
end
|
304
311
|
|
305
|
-
it "
|
306
|
-
|
307
|
-
|
312
|
+
it "dispatches to main" do
|
313
|
+
allow(device).to receive(:main)
|
314
|
+
device.run_command
|
308
315
|
end
|
309
316
|
|
310
|
-
it "
|
311
|
-
|
312
|
-
expect {
|
317
|
+
it "errors if resource is requested without target" do
|
318
|
+
allow(device.options).to receive(:[]).with(:resource).and_return(true)
|
319
|
+
expect { device.main }.to raise_error(RuntimeError, "resource command requires target")
|
313
320
|
end
|
314
321
|
|
315
|
-
it "
|
316
|
-
|
317
|
-
|
318
|
-
expect { @device.main }.to exit_with 1
|
322
|
+
it "errors if facts is requested without target" do
|
323
|
+
allow(device.options).to receive(:[]).with(:facts).and_return(true)
|
324
|
+
expect { device.main }.to raise_error(RuntimeError, "facts command requires target")
|
319
325
|
end
|
320
326
|
|
321
|
-
it "
|
322
|
-
|
323
|
-
|
324
|
-
device_hash = {
|
325
|
-
"device1" => OpenStruct.new(:name => "device1", :url => "ssh://user:pass@testhost", :provider => "cisco"),
|
326
|
-
"device2" => OpenStruct.new(:name => "device2", :url => "https://user:pass@testhost/some/path", :provider => "rest"),
|
327
|
-
}
|
328
|
-
|
329
|
-
Puppet::Util::NetworkDevice::Config.expects(:devices).returns(device_hash)
|
330
|
-
URI.expects(:parse).with("ssh://user:pass@testhost")
|
331
|
-
URI.expects(:parse).with("https://user:pass@testhost/some/path").never
|
332
|
-
expect { @device.main }.to exit_with 1
|
327
|
+
it "gets the device list" do
|
328
|
+
expect(Puppet::Util::NetworkDevice::Config).to receive(:devices).and_return(device_hash)
|
329
|
+
expect { device.main }.to exit_with 1
|
333
330
|
end
|
334
331
|
|
335
|
-
it "
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
}
|
340
|
-
|
341
|
-
Puppet::Util::NetworkDevice::Config.expects(:devices).returns(device_hash)
|
342
|
-
Puppet.expects(:info).with(regexp_matches(/starting applying configuration to/)).never
|
343
|
-
expect { @device.main }.to raise_error(RuntimeError, /Target device \/ certificate 'bla' not found in .*\.conf/)
|
332
|
+
it "errors when an invalid target parameter is passed" do
|
333
|
+
allow(device.options).to receive(:[]).with(:target).and_return('bla')
|
334
|
+
expect(Puppet).not_to receive(:info).with(/starting applying configuration to/)
|
335
|
+
expect { device.main }.to raise_error(RuntimeError, /Target device \/ certificate 'bla' not found in .*\.conf/)
|
344
336
|
end
|
345
337
|
|
346
|
-
it "
|
347
|
-
|
348
|
-
|
338
|
+
it "errors if target is passed and the apply path is incorrect" do
|
339
|
+
allow(device.options).to receive(:[]).with(:apply).and_return('file.pp')
|
340
|
+
allow(device.options).to receive(:[]).with(:target).and_return('device1')
|
349
341
|
|
350
|
-
File.
|
351
|
-
expect {
|
342
|
+
expect(File).to receive(:file?).and_return(false)
|
343
|
+
expect { device.main }.to raise_error(RuntimeError, /does not exist, cannot apply/)
|
352
344
|
end
|
353
345
|
|
354
|
-
it "
|
355
|
-
|
356
|
-
@device.options.stubs(:[]).with(:target).returns('device1')
|
357
|
-
device_hash = {
|
358
|
-
"device1" => OpenStruct.new(:name => "device1", :url => "ssh://user:pass@testhost", :provider => "cisco"),
|
359
|
-
}
|
360
|
-
Puppet::Util::NetworkDevice::Config.expects(:devices).returns(device_hash)
|
361
|
-
Puppet::Util::NetworkDevice.stubs(:init)
|
362
|
-
File.expects(:file?).returns(true)
|
363
|
-
|
364
|
-
::File.stubs(:directory?).returns false
|
365
|
-
state_path = tmpfile('state')
|
366
|
-
Puppet[:statedir] = state_path
|
367
|
-
File.expects(:directory?).with(state_path).returns true
|
368
|
-
FileUtils.expects(:mkdir_p).with(state_path).never
|
369
|
-
|
370
|
-
Puppet::Util::CommandLine.expects(:new).once
|
371
|
-
Puppet::Application::Apply.expects(:new).once
|
372
|
-
|
373
|
-
Puppet::Configurer.expects(:new).never
|
374
|
-
expect { @device.main }.to exit_with 1
|
346
|
+
it "exits if the device list is empty" do
|
347
|
+
expect { device.main }.to exit_with 1
|
375
348
|
end
|
376
349
|
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
350
|
+
context 'with some devices configured' do
|
351
|
+
let(:configurer) { instance_double(Puppet::Configurer, 'configurer') }
|
352
|
+
let(:device_hash) {
|
353
|
+
{
|
354
|
+
"device1" => OpenStruct.new(:name => "device1", :url => "ssh://user:pass@testhost", :provider => "cisco"),
|
355
|
+
"device2" => OpenStruct.new(:name => "device2", :url => "https://user:pass@testhost/some/path", :provider => "rest"),
|
356
|
+
}
|
382
357
|
}
|
383
|
-
Puppet::Util::NetworkDevice::Config.expects(:devices).returns(device_hash)
|
384
|
-
Puppet::Util::NetworkDevice.stubs(:init)
|
385
|
-
File.expects(:file?).returns(true)
|
386
|
-
FileUtils.expects(:mkdir_p).once
|
387
|
-
|
388
|
-
Puppet::Util::CommandLine.expects(:new).once
|
389
|
-
Puppet::Application::Apply.expects(:new).once
|
390
|
-
|
391
|
-
Puppet::Configurer.expects(:new).never
|
392
|
-
expect { @device.main }.to exit_with 1
|
393
|
-
end
|
394
|
-
|
395
|
-
it "should exit if the device list is empty" do
|
396
|
-
expect { @device.main }.to exit_with 1
|
397
|
-
end
|
398
358
|
|
399
|
-
|
400
|
-
before(:each) do
|
359
|
+
before do
|
401
360
|
Puppet[:vardir] = make_absolute("/dummy")
|
402
361
|
Puppet[:confdir] = make_absolute("/dummy")
|
403
362
|
Puppet[:certname] = "certname"
|
404
|
-
@device_hash = {
|
405
|
-
"device1" => OpenStruct.new(:name => "device1", :url => "ssh://user:pass@testhost", :provider => "cisco"),
|
406
|
-
"device2" => OpenStruct.new(:name => "device2", :url => "https://user:pass@testhost/some/path", :provider => "rest"),
|
407
|
-
}
|
408
|
-
Puppet::Util::NetworkDevice::Config.stubs(:devices).returns(@device_hash)
|
409
|
-
Puppet.stubs(:[]=)
|
410
|
-
Puppet.settings.stubs(:use)
|
411
|
-
@device.stubs(:setup_host)
|
412
|
-
Puppet::Util::NetworkDevice.stubs(:init)
|
413
|
-
@configurer = stub_everything 'configurer'
|
414
|
-
Puppet::Configurer.stubs(:new).returns(@configurer)
|
415
|
-
end
|
416
363
|
|
417
|
-
|
418
|
-
Puppet.
|
419
|
-
expect { @device.main }.to exit_with 1
|
420
|
-
end
|
364
|
+
allow(Puppet).to receive(:[]=)
|
365
|
+
allow(Puppet.settings).to receive(:use)
|
421
366
|
|
422
|
-
|
423
|
-
Puppet
|
424
|
-
expect { @device.main }.to exit_with 1
|
425
|
-
end
|
367
|
+
allow(device).to receive(:setup_context)
|
368
|
+
allow(Puppet::Util::NetworkDevice).to receive(:init)
|
426
369
|
|
427
|
-
|
428
|
-
Puppet.
|
429
|
-
Puppet.expects(:[]=).with(:certname, "device2")
|
430
|
-
expect { @device.main }.to exit_with 1
|
431
|
-
end
|
370
|
+
allow(configurer).to receive(:run)
|
371
|
+
allow(Puppet::Configurer).to receive(:new).and_return(configurer)
|
432
372
|
|
433
|
-
|
434
|
-
@device.options.stubs(:[]).with(:resource).returns(true)
|
435
|
-
@device.options.stubs(:[]).with(:target).returns('device1')
|
436
|
-
@device.command_line.stubs(:args).returns([])
|
437
|
-
Puppet.expects(:log_exception).with {|e| e.message == "You must specify the type to display"}
|
438
|
-
expect { @device.main }.to exit_with 1
|
373
|
+
allow(plugin_handler).to receive(:download_plugins)
|
439
374
|
end
|
440
375
|
|
441
|
-
it "
|
442
|
-
|
443
|
-
|
444
|
-
@device.command_line.stubs(:args).returns(['nope'])
|
445
|
-
Puppet.expects(:log_exception).with {|e| e.message == "Could not find type nope"}
|
446
|
-
expect { @device.main }.to exit_with 1
|
376
|
+
it "sets vardir to the device vardir" do
|
377
|
+
expect(Puppet).to receive(:[]=).with(:vardir, make_absolute("/dummy/devices/device1"))
|
378
|
+
expect { device.main }.to exit_with 1
|
447
379
|
end
|
448
380
|
|
449
|
-
it "
|
450
|
-
|
451
|
-
|
452
|
-
@device.command_line.stubs(:args).returns(['user'])
|
453
|
-
Puppet::Resource.indirection.expects(:search).with('user/', {}).returns([])
|
454
|
-
expect { @device.main }.to exit_with 0
|
381
|
+
it "sets confdir to the device confdir" do
|
382
|
+
expect(Puppet).to receive(:[]=).with(:confdir, make_absolute("/dummy/devices/device1"))
|
383
|
+
expect { device.main }.to exit_with 1
|
455
384
|
end
|
456
385
|
|
457
|
-
it "
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
@device.command_line.stubs(:args).returns(['user', 'jim'])
|
462
|
-
Puppet::Resource.indirection.expects(:find).with('user/jim').returns(resource)
|
463
|
-
@device.expects(:puts).with("user { 'jim':\n}")
|
464
|
-
expect { @device.main }.to exit_with 0
|
386
|
+
it "sets certname to the device certname" do
|
387
|
+
expect(Puppet).to receive(:[]=).with(:certname, "device1")
|
388
|
+
expect(Puppet).to receive(:[]=).with(:certname, "device2")
|
389
|
+
expect { device.main }.to exit_with 1
|
465
390
|
end
|
466
391
|
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
]
|
471
|
-
@device.options.stubs(:[]).with(:resource).returns(true)
|
472
|
-
@device.options.stubs(:[]).with(:target).returns('device1')
|
473
|
-
@device.options.stubs(:[]).with(:to_yaml).returns(true)
|
474
|
-
@device.command_line.stubs(:args).returns(['user'])
|
475
|
-
Puppet::Resource.indirection.expects(:search).with('user/', {}).returns(resources)
|
476
|
-
@device.expects(:puts).with("user:\n title:\n")
|
477
|
-
expect { @device.main }.to exit_with 0
|
478
|
-
end
|
392
|
+
context 'with --target=device1' do
|
393
|
+
it "manages the specified target" do
|
394
|
+
allow(device.options).to receive(:[]).with(:target).and_return('device1')
|
479
395
|
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
@device.options.stubs(:[]).with(:target).returns('device1')
|
485
|
-
Puppet::Node::Facts.indirection.expects(:find).with(nil, anything()).returns(indirection_facts)
|
486
|
-
@device.expects(:puts).with(regexp_matches(/name.*3750.*\n.*values.*\n.*operatingsystem.*cisco_ios/))
|
487
|
-
expect { @device.main }.to exit_with 0
|
396
|
+
expect(URI).to receive(:parse).with("ssh://user:pass@testhost")
|
397
|
+
expect(URI).not_to receive(:parse).with("https://user:pass@testhost/some/path")
|
398
|
+
expect { device.main }.to exit_with 1
|
399
|
+
end
|
488
400
|
end
|
489
401
|
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
402
|
+
context 'when running --resource' do
|
403
|
+
before do
|
404
|
+
allow(device.options).to receive(:[]).with(:resource).and_return(true)
|
405
|
+
allow(device.options).to receive(:[]).with(:target).and_return('device1')
|
406
|
+
end
|
494
407
|
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
408
|
+
it "raises an error if no type is given" do
|
409
|
+
allow(device.command_line).to receive(:args).and_return([])
|
410
|
+
expect(Puppet).to receive(:log_exception) { |e| expect(e.message).to eq("You must specify the type to display") }
|
411
|
+
expect { device.main }.to exit_with 1
|
412
|
+
end
|
499
413
|
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
expect { @device.main }.to exit_with 1
|
506
|
-
end
|
414
|
+
it "raises an error if the type is not found" do
|
415
|
+
allow(device.command_line).to receive(:args).and_return(['nope'])
|
416
|
+
expect(Puppet).to receive(:log_exception) { |e| expect(e.message).to eq("Could not find type nope") }
|
417
|
+
expect { device.main }.to exit_with 1
|
418
|
+
end
|
507
419
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
420
|
+
it "retrieves all resources of a type" do
|
421
|
+
allow(device.command_line).to receive(:args).and_return(['user'])
|
422
|
+
expect(Puppet::Resource.indirection).to receive(:search).with('user/', {}).and_return([])
|
423
|
+
expect { device.main }.to exit_with 0
|
424
|
+
end
|
512
425
|
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
426
|
+
it "retrieves named resources of a type" do
|
427
|
+
resource = Puppet::Type.type(:user).new(:name => "jim").to_resource
|
428
|
+
allow(device.command_line).to receive(:args).and_return(['user', 'jim'])
|
429
|
+
expect(Puppet::Resource.indirection).to receive(:find).with('user/jim').and_return(resource)
|
430
|
+
expect(device).to receive(:puts).with("user { 'jim':\n}")
|
431
|
+
expect { device.main }.to exit_with 0
|
432
|
+
end
|
517
433
|
|
518
|
-
|
519
|
-
|
520
|
-
|
434
|
+
it "outputs resources as YAML" do
|
435
|
+
resources = [
|
436
|
+
Puppet::Type.type(:user).new(:name => "title").to_resource,
|
437
|
+
]
|
438
|
+
allow(device.options).to receive(:[]).with(:to_yaml).and_return(true)
|
439
|
+
allow(device.command_line).to receive(:args).and_return(['user'])
|
440
|
+
expect(Puppet::Resource.indirection).to receive(:search).with('user/', {}).and_return(resources)
|
441
|
+
expect(device).to receive(:puts).with("user:\n title:\n")
|
442
|
+
expect { device.main }.to exit_with 0
|
443
|
+
end
|
521
444
|
end
|
522
445
|
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
446
|
+
context 'when running --facts' do
|
447
|
+
before do
|
448
|
+
allow(device.options).to receive(:[]).with(:facts).and_return(true)
|
449
|
+
allow(device.options).to receive(:[]).with(:target).and_return('device1')
|
450
|
+
end
|
527
451
|
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
452
|
+
it "retrieves facts" do
|
453
|
+
indirection_fact_values = {"operatingsystem"=>"cisco_ios","clientcert"=>"3750"}
|
454
|
+
indirection_facts = Puppet::Node::Facts.new("nil", indirection_fact_values)
|
455
|
+
expect(Puppet::Node::Facts.indirection).to receive(:find).with(nil, anything()).and_return(indirection_facts)
|
456
|
+
expect(device).to receive(:puts).with(/name.*3750.*\n.*values.*\n.*operatingsystem.*cisco_ios/)
|
457
|
+
expect { device.main }.to exit_with 0
|
458
|
+
end
|
534
459
|
end
|
535
460
|
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
461
|
+
context 'when running in agent mode' do
|
462
|
+
it "makes sure all the required folders and files are created" do
|
463
|
+
expect(Puppet.settings).to receive(:use).with(:main, :agent, :ssl).twice
|
464
|
+
expect { device.main }.to exit_with 1
|
465
|
+
end
|
541
466
|
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
expect { @device.main }.to exit_with 7
|
548
|
-
end
|
467
|
+
it "initializes the device singleton" do
|
468
|
+
expect(Puppet::Util::NetworkDevice).to receive(:init).with(device_hash["device1"]).ordered
|
469
|
+
expect(Puppet::Util::NetworkDevice).to receive(:init).with(device_hash["device2"]).ordered
|
470
|
+
expect { device.main }.to exit_with 1
|
471
|
+
end
|
549
472
|
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
473
|
+
it "retrieves plugins and print the device url scheme, host, and port" do
|
474
|
+
allow(Puppet).to receive(:info)
|
475
|
+
expect(plugin_handler).to receive(:download_plugins).twice
|
476
|
+
expect(Puppet).to receive(:info).with("starting applying configuration to device1 at ssh://testhost")
|
477
|
+
expect(Puppet).to receive(:info).with("starting applying configuration to device2 at https://testhost:443/some/path")
|
478
|
+
expect { device.main }.to exit_with 1
|
479
|
+
end
|
557
480
|
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
481
|
+
it "setups the SSL context before pluginsync" do
|
482
|
+
expect(device).to receive(:setup_context).ordered
|
483
|
+
expect(plugin_handler).to receive(:download_plugins).ordered
|
484
|
+
expect(device).to receive(:setup_context).ordered
|
485
|
+
expect(plugin_handler).to receive(:download_plugins).ordered
|
486
|
+
expect { device.main }.to exit_with 1
|
487
|
+
end
|
562
488
|
|
563
|
-
|
564
|
-
|
565
|
-
|
489
|
+
it "launches a configurer for this device" do
|
490
|
+
expect(configurer).to receive(:run).twice
|
491
|
+
expect { device.main }.to exit_with 1
|
492
|
+
end
|
493
|
+
|
494
|
+
it "exits 1 when configurer raises error" do
|
495
|
+
expect(configurer).to receive(:run).and_raise(Puppet::Error).ordered
|
496
|
+
expect(configurer).to receive(:run).and_return(0).ordered
|
497
|
+
expect { device.main }.to exit_with 1
|
498
|
+
end
|
499
|
+
|
500
|
+
it "exits 0 when run happens without puppet errors but with failed run" do
|
501
|
+
allow(configurer).to receive(:run).and_return(6, 2)
|
502
|
+
expect { device.main }.to exit_with 0
|
503
|
+
end
|
504
|
+
|
505
|
+
it "makes the Puppet::Pops::Loaders available" do
|
506
|
+
expect(configurer).to receive(:run).with(:network_device => true, :pluginsync => false) do
|
507
|
+
fail('Loaders not available') unless Puppet.lookup(:loaders) { nil }.is_a?(Puppet::Pops::Loaders)
|
508
|
+
true
|
509
|
+
end.and_return(6, 2)
|
510
|
+
expect { device.main }.to exit_with 0
|
511
|
+
end
|
512
|
+
|
513
|
+
it "exits 2 when --detailed-exitcodes and successful runs" do
|
514
|
+
allow(device.options).to receive(:[]).with(:detailed_exitcodes).and_return(true)
|
515
|
+
allow(configurer).to receive(:run).and_return(0, 2)
|
516
|
+
expect { device.main }.to exit_with 2
|
517
|
+
end
|
518
|
+
|
519
|
+
it "exits 1 when --detailed-exitcodes and failed parse" do
|
520
|
+
allow(Puppet::Configurer).to receive(:new).and_return(configurer)
|
521
|
+
allow(device.options).to receive(:[]).with(:detailed_exitcodes).and_return(true)
|
522
|
+
allow(configurer).to receive(:run).and_return(6, 1)
|
523
|
+
expect { device.main }.to exit_with 7
|
524
|
+
end
|
525
|
+
|
526
|
+
it "exits 6 when --detailed-exitcodes and failed run" do
|
527
|
+
allow(Puppet::Configurer).to receive(:new).and_return(configurer)
|
528
|
+
allow(device.options).to receive(:[]).with(:detailed_exitcodes).and_return(true)
|
529
|
+
allow(configurer).to receive(:run).and_return(6, 2)
|
530
|
+
expect { device.main }.to exit_with 6
|
531
|
+
end
|
532
|
+
|
533
|
+
[:vardir, :confdir].each do |setting|
|
534
|
+
it "resets the #{setting} setting after the run" do
|
535
|
+
all_devices = Set.new(device_hash.keys.map do |device_name| make_absolute("/dummy/devices/#{device_name}") end)
|
536
|
+
found_devices = Set.new()
|
537
|
+
|
538
|
+
# a block to use in a few places later to validate the updated settings
|
539
|
+
p = Proc.new do |my_setting, my_value|
|
540
|
+
expect(all_devices).to include(my_value)
|
566
541
|
found_devices.add(my_value)
|
567
|
-
true
|
568
|
-
else
|
569
|
-
false
|
570
542
|
end
|
543
|
+
|
544
|
+
all_devices.size.times do
|
545
|
+
## one occurrence of set / run / set("/dummy") for each device
|
546
|
+
expect(Puppet).to receive(:[]=, &p).with(setting, anything).ordered
|
547
|
+
expect(configurer).to receive(:run).ordered
|
548
|
+
expect(Puppet).to receive(:[]=).with(setting, make_absolute("/dummy")).ordered
|
549
|
+
end
|
550
|
+
|
551
|
+
expect { device.main }.to exit_with 1
|
552
|
+
|
553
|
+
expect(found_devices).to eq(all_devices)
|
571
554
|
end
|
555
|
+
end
|
572
556
|
|
573
|
-
|
557
|
+
it "resets the certname setting after the run" do
|
558
|
+
all_devices = Set.new(device_hash.keys)
|
559
|
+
found_devices = Set.new()
|
560
|
+
|
561
|
+
# a block to use in a few places later to validate the updated settings
|
562
|
+
p = Proc.new do |my_setting, my_value|
|
563
|
+
expect(all_devices).to include(my_value)
|
564
|
+
found_devices.add(my_value)
|
565
|
+
end
|
574
566
|
|
567
|
+
allow(Puppet).to receive(:[]=)
|
575
568
|
all_devices.size.times do
|
576
|
-
## one occurrence of set / run / set("
|
577
|
-
Puppet.
|
578
|
-
|
579
|
-
Puppet.
|
569
|
+
## one occurrence of set / run / set("certname") for each device
|
570
|
+
expect(Puppet).to receive(:[]=, &p).with(:certname, anything).ordered
|
571
|
+
expect(configurer).to receive(:run).ordered
|
572
|
+
expect(Puppet).to receive(:[]=).with(:certname, "certname").ordered
|
580
573
|
end
|
581
574
|
|
582
|
-
expect { @device.main }.to exit_with 1
|
583
575
|
|
576
|
+
expect { device.main }.to exit_with 1
|
577
|
+
|
578
|
+
# make sure that we were called with each of the defined devices
|
584
579
|
expect(found_devices).to eq(all_devices)
|
585
580
|
end
|
586
581
|
end
|