puppet 5.5.12-x86-mingw32 → 5.5.13-x86-mingw32
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 -5
- data/Gemfile.lock +11 -11
- data/lib/puppet/application/filebucket.rb +4 -0
- data/lib/puppet/configurer.rb +9 -3
- data/lib/puppet/indirector/request.rb +26 -15
- data/lib/puppet/indirector/rest.rb +16 -7
- data/lib/puppet/network/http/connection.rb +15 -7
- data/lib/puppet/transaction/event_manager.rb +1 -5
- data/lib/puppet/type/file/source.rb +0 -1
- data/lib/puppet/util/http_proxy.rb +3 -2
- data/lib/puppet/version.rb +1 -1
- data/locales/puppet.pot +108 -36
- data/man/man5/puppet.conf.5 +2 -2
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-ca.8 +1 -1
- data/man/man8/puppet-catalog.8 +1 -1
- data/man/man8/puppet-cert.8 +1 -1
- data/man/man8/puppet-certificate.8 +1 -1
- data/man/man8/puppet-certificate_request.8 +1 -1
- data/man/man8/puppet-certificate_revocation_list.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-master.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-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 +28 -26
- 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/ca_spec.rb +2 -3
- 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 +3 -5
- 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 +5 -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/indirector/node/ldap_spec.rb +2 -3
- data/spec/integration/network/authconfig_spec.rb +23 -24
- data/spec/integration/network/formats_spec.rb +0 -1
- data/spec/integration/network/http/api/indirected_routes_spec.rb +0 -1
- 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 +4 -2
- 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/cron/crontab_spec.rb +8 -10
- data/spec/integration/provider/mailalias/aliases_spec.rb +0 -1
- data/spec/integration/provider/mount_spec.rb +9 -9
- 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/provider/ssh_authorized_key_spec.rb +6 -8
- data/spec/integration/provider/sshkey_spec.rb +6 -12
- data/spec/integration/provider/yumrepo_spec.rb +8 -12
- data/spec/integration/reference/providers_spec.rb +0 -1
- 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/ssl/certificate_authority_spec.rb +0 -1
- data/spec/integration/ssl/certificate_request_spec.rb +0 -1
- data/spec/integration/ssl/certificate_revocation_list_spec.rb +0 -1
- data/spec/integration/ssl/host_spec.rb +0 -1
- data/spec/integration/ssl/key_spec.rb +0 -1
- data/spec/integration/test/test_helper_spec.rb +1 -2
- 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/nagios_spec.rb +3 -5
- data/spec/integration/type/package_spec.rb +19 -23
- data/spec/integration/type/tidy_spec.rb +1 -2
- data/spec/integration/type/user_spec.rb +0 -1
- 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 +4 -6
- 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 +11 -2
- 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 -93
- data/spec/unit/application/apply_spec.rb +78 -79
- data/spec/unit/application/cert_spec.rb +42 -49
- data/spec/unit/application/certificate_spec.rb +2 -3
- 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 +175 -184
- 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/master_spec.rb +95 -95
- data/spec/unit/application/resource_spec.rb +42 -48
- data/spec/unit/application_spec.rb +74 -84
- data/spec/unit/capability_spec.rb +9 -6
- 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 +190 -193
- 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 +34 -35
- 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 +17 -12
- 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/ca_spec.rb +0 -1
- data/spec/unit/face/catalog_spec.rb +0 -1
- data/spec/unit/face/certificate_request_spec.rb +0 -1
- data/spec/unit/face/certificate_revocation_list_spec.rb +0 -1
- data/spec/unit/face/certificate_spec.rb +7 -10
- 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/build_spec.rb +17 -17
- 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 +33 -34
- 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 +16 -17
- 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 +2 -2
- 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 +7 -8
- 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 +8 -9
- 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/ca_spec.rb +2 -4
- data/spec/unit/indirector/certificate/disabled_ca_spec.rb +1 -2
- data/spec/unit/indirector/certificate/file_spec.rb +2 -3
- data/spec/unit/indirector/certificate/rest_spec.rb +8 -10
- data/spec/unit/indirector/certificate_request/ca_spec.rb +0 -1
- data/spec/unit/indirector/certificate_request/disabled_ca_spec.rb +1 -2
- 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/certificate_revocation_list/ca_spec.rb +1 -2
- data/spec/unit/indirector/certificate_revocation_list/disabled_ca_spec.rb +1 -2
- data/spec/unit/indirector/certificate_revocation_list/file_spec.rb +1 -2
- data/spec/unit/indirector/certificate_revocation_list/rest_spec.rb +2 -3
- data/spec/unit/indirector/certificate_status/file_spec.rb +2 -3
- data/spec/unit/indirector/certificate_status/rest_spec.rb +0 -1
- data/spec/unit/indirector/code_spec.rb +5 -6
- data/spec/unit/indirector/direct_file_server_spec.rb +33 -27
- data/spec/unit/indirector/envelope_spec.rb +1 -2
- data/spec/unit/indirector/exec_spec.rb +15 -14
- 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 +2 -4
- 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 +99 -93
- data/spec/unit/indirector/indirection_spec.rb +242 -226
- data/spec/unit/indirector/json_spec.rb +7 -9
- data/spec/unit/indirector/key/ca_spec.rb +2 -3
- data/spec/unit/indirector/key/disabled_ca_spec.rb +1 -2
- data/spec/unit/indirector/key/file_spec.rb +25 -26
- data/spec/unit/indirector/ldap_spec.rb +34 -41
- 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 +6 -6
- data/spec/unit/indirector/node/ldap_spec.rb +74 -76
- 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/write_only_yaml_spec.rb +1 -2
- 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 +74 -77
- 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 +31 -29
- data/spec/unit/indirector/yaml_spec.rb +33 -32
- data/spec/unit/indirector_spec.rb +1 -2
- data/spec/unit/info_service_spec.rb +3 -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/builder_spec.rb +5 -5
- 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/ca/v1_spec.rb +1 -1
- data/spec/unit/network/http/api/indirected_routes_spec.rb +22 -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 +1 -3
- data/spec/unit/network/http/compression_spec.rb +21 -22
- data/spec/unit/network/http/connection_spec.rb +39 -36
- 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 +28 -29
- data/spec/unit/network/http/rack/rest_spec.rb +24 -27
- data/spec/unit/network/http/rack_spec.rb +5 -6
- 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 +1 -2
- data/spec/unit/network/http/site_spec.rb +0 -1
- data/spec/unit/network/http/webrick/rest_spec.rb +40 -41
- data/spec/unit/network/http/webrick_spec.rb +49 -52
- data/spec/unit/network/http_pool_spec.rb +18 -9
- data/spec/unit/network/http_spec.rb +0 -1
- data/spec/unit/network/resolver_spec.rb +16 -17
- data/spec/unit/network/rights_spec.rb +52 -53
- data/spec/unit/network/server_spec.rb +12 -13
- data/spec/unit/node/environment_spec.rb +16 -14
- data/spec/unit/node/facts_spec.rb +5 -7
- data/spec/unit/node_spec.rb +4 -10
- data/spec/unit/other/selinux_spec.rb +2 -3
- 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 +11 -9
- 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 +3 -4
- 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 +6 -6
- 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 +8 -4
- data/spec/unit/pops/loaders/loaders_spec.rb +30 -27
- 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 +36 -36
- 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/augeas/augeas_spec.rb +192 -192
- data/spec/unit/provider/cisco_spec.rb +1 -2
- data/spec/unit/provider/command_spec.rb +9 -9
- data/spec/unit/provider/cron/crontab_spec.rb +10 -11
- data/spec/unit/provider/cron/parsed_spec.rb +22 -24
- data/spec/unit/provider/exec/posix_spec.rb +6 -7
- 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/host/parsed_spec.rb +6 -6
- data/spec/unit/provider/interface/cisco_spec.rb +20 -24
- data/spec/unit/provider/ldap_spec.rb +61 -62
- data/spec/unit/provider/macauthorization_spec.rb +26 -47
- data/spec/unit/provider/mcx/mcxcontent_spec.rb +45 -47
- data/spec/unit/provider/mount/parsed_spec.rb +18 -24
- data/spec/unit/provider/mount_spec.rb +57 -66
- data/spec/unit/provider/naginator_spec.rb +13 -14
- data/spec/unit/provider/nameservice/directoryservice_spec.rb +35 -36
- data/spec/unit/provider/nameservice_spec.rb +38 -40
- data/spec/unit/provider/network_device_spec.rb +28 -28
- 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 +14 -16
- 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 +69 -71
- data/spec/unit/provider/package/pkg_spec.rb +109 -109
- 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 +17 -18
- data/spec/unit/provider/package/pkgutil_spec.rb +45 -49
- data/spec/unit/provider/package/portage_spec.rb +70 -74
- 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 +4 -4
- data/spec/unit/provider/package/zypper_spec.rb +87 -87
- data/spec/unit/provider/parsedfile_spec.rb +44 -45
- data/spec/unit/provider/scheduled_task/win32_taskscheduler_spec.rb +120 -130
- data/spec/unit/provider/selboolean_spec.rb +9 -11
- data/spec/unit/provider/selmodule_spec.rb +20 -22
- 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 +37 -37
- data/spec/unit/provider/service/freebsd_spec.rb +18 -18
- data/spec/unit/provider/service/gentoo_spec.rb +50 -56
- data/spec/unit/provider/service/init_spec.rb +55 -55
- 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 -46
- data/spec/unit/provider/service/openwrt_spec.rb +26 -32
- 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 +93 -98
- data/spec/unit/provider/service/upstart_spec.rb +74 -72
- data/spec/unit/provider/service/windows_spec.rb +33 -41
- data/spec/unit/provider/ssh_authorized_key/parsed_spec.rb +54 -68
- data/spec/unit/provider/sshkey/parsed_spec.rb +7 -8
- 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 +15 -15
- 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/vlan/cisco_spec.rb +10 -12
- data/spec/unit/provider/yumrepo/inifile_spec.rb +75 -80
- data/spec/unit/provider/zfs/zfs_spec.rb +26 -21
- data/spec/unit/provider/zone/solaris_spec.rb +56 -42
- data/spec/unit/provider/zpool/zpool_spec.rb +19 -20
- data/spec/unit/provider_spec.rb +29 -29
- data/spec/unit/puppet_pal_2pec.rb +4 -5
- data/spec/unit/puppet_pal_spec.rb +0 -1
- data/spec/unit/puppet_spec.rb +7 -8
- data/spec/unit/relationship_spec.rb +0 -1
- data/spec/unit/reports/http_spec.rb +21 -23
- 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 +18 -16
- 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/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 +226 -233
- data/spec/unit/ssl/base_spec.rb +14 -15
- data/spec/unit/ssl/certificate_authority/autosign_command_spec.rb +6 -7
- data/spec/unit/ssl/certificate_authority/interface_spec.rb +116 -113
- data/spec/unit/ssl/certificate_authority_spec.rb +258 -268
- data/spec/unit/ssl/certificate_factory_spec.rb +3 -5
- data/spec/unit/ssl/certificate_request_attributes_spec.rb +2 -3
- data/spec/unit/ssl/certificate_request_spec.rb +66 -67
- data/spec/unit/ssl/certificate_revocation_list_spec.rb +3 -4
- data/spec/unit/ssl/certificate_spec.rb +23 -25
- data/spec/unit/ssl/configuration_spec.rb +1 -4
- data/spec/unit/ssl/digest_spec.rb +0 -1
- data/spec/unit/ssl/host_spec.rb +217 -188
- data/spec/unit/ssl/inventory_spec.rb +25 -21
- data/spec/unit/ssl/key_spec.rb +30 -31
- data/spec/unit/ssl/validator_spec.rb +40 -40
- data/spec/unit/task_spec.rb +6 -7
- data/spec/unit/transaction/additional_resource_generator_spec.rb +6 -5
- data/spec/unit/transaction/event_manager_spec.rb +88 -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 +98 -100
- data/spec/unit/type/augeas_spec.rb +11 -10
- data/spec/unit/type/component_spec.rb +0 -1
- data/spec/unit/type/computer_spec.rb +7 -10
- data/spec/unit/type/cron_spec.rb +3 -7
- 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/host_spec.rb +2 -3
- data/spec/unit/type/interface_spec.rb +2 -3
- data/spec/unit/type/k5login_spec.rb +3 -4
- data/spec/unit/type/macauthorization_spec.rb +6 -8
- data/spec/unit/type/mailalias_spec.rb +2 -3
- data/spec/unit/type/maillist_spec.rb +6 -9
- data/spec/unit/type/mcx_spec.rb +4 -8
- data/spec/unit/type/mount_spec.rb +26 -38
- data/spec/unit/type/nagios_spec.rb +0 -1
- 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 +53 -54
- data/spec/unit/type/resources_spec.rb +86 -88
- data/spec/unit/type/schedule_spec.rb +24 -26
- data/spec/unit/type/scheduled_task_spec.rb +1 -2
- data/spec/unit/type/selboolean_spec.rb +5 -6
- data/spec/unit/type/selmodule_spec.rb +0 -1
- data/spec/unit/type/service_spec.rb +47 -47
- data/spec/unit/type/ssh_authorized_key_spec.rb +5 -35
- data/spec/unit/type/sshkey_spec.rb +0 -2
- 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 +41 -27
- data/spec/unit/type/vlan_spec.rb +2 -4
- data/spec/unit/type/whit_spec.rb +0 -1
- data/spec/unit/type/zfs_spec.rb +6 -7
- data/spec/unit/type/zone_spec.rb +14 -4
- data/spec/unit/type/zpool_spec.rb +4 -5
- data/spec/unit/type_spec.rb +54 -53
- data/spec/unit/util/at_fork_spec.rb +18 -19
- data/spec/unit/util/autoload_spec.rb +53 -54
- data/spec/unit/util/backups_spec.rb +34 -35
- data/spec/unit/util/character_encoding_spec.rb +8 -8
- 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 +187 -162
- data/spec/unit/util/execution_stub_spec.rb +0 -1
- data/spec/unit/util/feature_spec.rb +13 -13
- 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 -66
- 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/nagios_maker_spec.rb +35 -36
- data/spec/unit/util/network_device/cisco/device_spec.rb +59 -50
- data/spec/unit/util/network_device/cisco/facts_spec.rb +4 -5
- data/spec/unit/util/network_device/cisco/interface_spec.rb +29 -20
- data/spec/unit/util/network_device/config_spec.rb +0 -1
- data/spec/unit/util/network_device/ipcalc_spec.rb +0 -1
- data/spec/unit/util/network_device/transport/base_spec.rb +5 -6
- data/spec/unit/util/network_device/transport/ssh_spec.rb +94 -60
- data/spec/unit/util/network_device/transport/telnet_spec.rb +18 -14
- 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 +13 -14
- 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 +14 -14
- 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 +0 -1
- 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 -59
- data/spec/unit/version_spec.rb +6 -6
- metadata +2 -2
@@ -1,8 +1,7 @@
|
|
1
|
-
#! /usr/bin/env ruby
|
2
1
|
require 'spec_helper'
|
3
2
|
|
4
3
|
describe Puppet::Settings::TerminusSetting do
|
5
|
-
let(:setting) { described_class.new(:settings =>
|
4
|
+
let(:setting) { described_class.new(:settings => double('settings'), :desc => "test") }
|
6
5
|
|
7
6
|
describe "#munge" do
|
8
7
|
it "converts strings to symbols" do
|
data/spec/unit/settings_spec.rb
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
#! /usr/bin/env ruby
|
2
1
|
require 'spec_helper'
|
3
2
|
require 'ostruct'
|
4
3
|
require 'puppet/settings/errors'
|
@@ -291,37 +290,36 @@ describe Puppet::Settings do
|
|
291
290
|
end
|
292
291
|
|
293
292
|
it "should identify configured settings in memory" do
|
294
|
-
@settings.instance_variable_get(:@value_sets)[:memory].
|
293
|
+
expect(@settings.instance_variable_get(:@value_sets)[:memory]).to receive(:lookup).with(:myval).and_return('foo')
|
295
294
|
expect(@settings.set_by_config?(:myval)).to be_truthy
|
296
295
|
end
|
297
296
|
|
298
297
|
it "should identify configured settings from CLI" do
|
299
|
-
@settings.instance_variable_get(:@value_sets)[:cli].
|
298
|
+
expect(@settings.instance_variable_get(:@value_sets)[:cli]).to receive(:lookup).with(:myval).and_return('foo')
|
300
299
|
expect(@settings.set_by_config?(:myval)).to be_truthy
|
301
300
|
end
|
302
301
|
|
303
302
|
it "should not identify configured settings from environment by default" do
|
304
|
-
Puppet.lookup(:environments).
|
303
|
+
expect(Puppet.lookup(:environments)).not_to receive(:get_conf).with(Puppet[:environment].to_sym)
|
305
304
|
expect(@settings.set_by_config?(:manifest)).to be_falsey
|
306
305
|
end
|
307
306
|
|
308
307
|
it "should identify configured settings from environment by when an environment is specified" do
|
309
|
-
foo =
|
310
|
-
Puppet.lookup(:environments).
|
308
|
+
foo = double('environment', :manifest => 'foo')
|
309
|
+
expect(Puppet.lookup(:environments)).to receive(:get_conf).with(Puppet[:environment].to_sym).and_return(foo)
|
311
310
|
expect(@settings.set_by_config?(:manifest, Puppet[:environment])).to be_truthy
|
312
311
|
end
|
313
312
|
|
314
313
|
it "should identify configured settings from the preferred run mode" do
|
315
314
|
user_config_text = "[#{@settings.preferred_run_mode}]\nmyval = foo"
|
316
|
-
seq = sequence "config_file_sequence"
|
317
315
|
|
318
|
-
Puppet.features.
|
319
|
-
Puppet::FileSystem.
|
316
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
317
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
320
318
|
with(user_config_file_default_location).
|
321
|
-
|
322
|
-
@settings.
|
319
|
+
and_return(true).ordered
|
320
|
+
expect(@settings).to receive(:read_file).
|
323
321
|
with(user_config_file_default_location).
|
324
|
-
|
322
|
+
and_return(user_config_text).ordered
|
325
323
|
|
326
324
|
@settings.send(:parse_config_files)
|
327
325
|
expect(@settings.set_by_config?(:myval)).to be_truthy
|
@@ -329,15 +327,14 @@ describe Puppet::Settings do
|
|
329
327
|
|
330
328
|
it "should identify configured settings from the specified run mode" do
|
331
329
|
user_config_text = "[master]\nmyval = foo"
|
332
|
-
seq = sequence "config_file_sequence"
|
333
330
|
|
334
|
-
Puppet.features.
|
335
|
-
Puppet::FileSystem.
|
331
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
332
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
336
333
|
with(user_config_file_default_location).
|
337
|
-
|
338
|
-
@settings.
|
334
|
+
and_return(true).ordered
|
335
|
+
expect(@settings).to receive(:read_file).
|
339
336
|
with(user_config_file_default_location).
|
340
|
-
|
337
|
+
and_return(user_config_text).ordered
|
341
338
|
|
342
339
|
@settings.send(:parse_config_files)
|
343
340
|
expect(@settings.set_by_config?(:myval, nil, :master)).to be_truthy
|
@@ -345,15 +342,14 @@ describe Puppet::Settings do
|
|
345
342
|
|
346
343
|
it "should not identify configured settings from an unspecified run mode" do
|
347
344
|
user_config_text = "[zaz]\nmyval = foo"
|
348
|
-
seq = sequence "config_file_sequence"
|
349
345
|
|
350
|
-
Puppet.features.
|
351
|
-
Puppet::FileSystem.
|
346
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
347
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
352
348
|
with(user_config_file_default_location).
|
353
|
-
|
354
|
-
@settings.
|
349
|
+
and_return(true).ordered
|
350
|
+
expect(@settings).to receive(:read_file).
|
355
351
|
with(user_config_file_default_location).
|
356
|
-
|
352
|
+
and_return(user_config_text).ordered
|
357
353
|
|
358
354
|
@settings.send(:parse_config_files)
|
359
355
|
expect(@settings.set_by_config?(:myval)).to be_falsey
|
@@ -361,15 +357,14 @@ describe Puppet::Settings do
|
|
361
357
|
|
362
358
|
it "should identify configured settings from the main section" do
|
363
359
|
user_config_text = "[main]\nmyval = foo"
|
364
|
-
seq = sequence "config_file_sequence"
|
365
360
|
|
366
|
-
Puppet.features.
|
367
|
-
Puppet::FileSystem.
|
361
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
362
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
368
363
|
with(user_config_file_default_location).
|
369
|
-
|
370
|
-
@settings.
|
364
|
+
and_return(true).ordered
|
365
|
+
expect(@settings).to receive(:read_file).
|
371
366
|
with(user_config_file_default_location).
|
372
|
-
|
367
|
+
and_return(user_config_text).ordered
|
373
368
|
|
374
369
|
@settings.send(:parse_config_files)
|
375
370
|
expect(@settings.set_by_config?(:myval)).to be_truthy
|
@@ -379,14 +374,14 @@ describe Puppet::Settings do
|
|
379
374
|
@settings.define_settings :mysection,
|
380
375
|
:one => { :default => "whah", :desc => "yay" },
|
381
376
|
:two => { :default => "$one yay", :desc => "bah" }
|
382
|
-
@settings.
|
377
|
+
expect(@settings).to receive(:unsafe_flush_cache)
|
383
378
|
expect(@settings[:two]).to eq("whah yay")
|
384
379
|
@settings.handlearg("--one", "else")
|
385
380
|
expect(@settings[:two]).to eq("else yay")
|
386
381
|
end
|
387
382
|
|
388
383
|
it "should clear the cache when the preferred_run_mode is changed" do
|
389
|
-
@settings.
|
384
|
+
expect(@settings).to receive(:flush_cache)
|
390
385
|
@settings.preferred_run_mode = :master
|
391
386
|
end
|
392
387
|
|
@@ -397,7 +392,7 @@ describe Puppet::Settings do
|
|
397
392
|
end
|
398
393
|
|
399
394
|
it "should clear the list of used sections" do
|
400
|
-
@settings.
|
395
|
+
expect(@settings).to receive(:clearused)
|
401
396
|
@settings[:myval] = "yay"
|
402
397
|
end
|
403
398
|
|
@@ -423,7 +418,7 @@ describe Puppet::Settings do
|
|
423
418
|
end
|
424
419
|
|
425
420
|
it "should call the hook when value written" do
|
426
|
-
@settings.setting(:hooker).
|
421
|
+
expect(@settings.setting(:hooker)).to receive(:handle).with("something").once
|
427
422
|
@settings[:hooker] = "something"
|
428
423
|
end
|
429
424
|
end
|
@@ -437,7 +432,7 @@ describe Puppet::Settings do
|
|
437
432
|
|
438
433
|
describe "when nil" do
|
439
434
|
it "should generate a warning" do
|
440
|
-
Puppet.
|
435
|
+
expect(Puppet).to receive(:warning)
|
441
436
|
@settings.define_settings(:section, :hooker => {:default => "yay", :desc => "boo", :call_hook => nil, :hook => lambda { |v| hook_values << v }})
|
442
437
|
end
|
443
438
|
it "should use default" do
|
@@ -482,7 +477,7 @@ describe Puppet::Settings do
|
|
482
477
|
app_defaults[:run_mode] = :user
|
483
478
|
@settings.define_settings(:main, PuppetSpec::Settings::TEST_APP_DEFAULT_DEFINITIONS)
|
484
479
|
|
485
|
-
@settings.setting(:hooker).
|
480
|
+
expect(@settings.setting(:hooker)).to receive(:handle).with("yay").once
|
486
481
|
|
487
482
|
@settings.initialize_app_defaults app_defaults
|
488
483
|
end
|
@@ -557,7 +552,7 @@ describe Puppet::Settings do
|
|
557
552
|
:four => { :default => "$two $three FOUR", :desc => "d"},
|
558
553
|
:five => { :default => nil, :desc => "e" },
|
559
554
|
:code => { :default => "", :desc => "my code"}
|
560
|
-
Puppet::FileSystem.
|
555
|
+
allow(Puppet::FileSystem).to receive(:exist?).and_return(true)
|
561
556
|
end
|
562
557
|
|
563
558
|
it "should provide a mechanism for returning set values" do
|
@@ -614,7 +609,7 @@ describe Puppet::Settings do
|
|
614
609
|
|
615
610
|
it "should not interpolate the value of the :code setting" do
|
616
611
|
@code = @settings.setting(:code)
|
617
|
-
@code.
|
612
|
+
expect(@code).not_to receive(:munge)
|
618
613
|
|
619
614
|
expect(@settings[:code]).to eq("")
|
620
615
|
end
|
@@ -638,7 +633,7 @@ describe Puppet::Settings do
|
|
638
633
|
:config => { :type => :file, :default => "/my/file", :desc => "a" },
|
639
634
|
:one => { :default => "ONE", :desc => "a" },
|
640
635
|
:two => { :default => "TWO", :desc => "b" }
|
641
|
-
Puppet::FileSystem.
|
636
|
+
allow(Puppet::FileSystem).to receive(:exist?).and_return(true)
|
642
637
|
@settings.preferred_run_mode = :agent
|
643
638
|
end
|
644
639
|
|
@@ -648,7 +643,7 @@ describe Puppet::Settings do
|
|
648
643
|
|
649
644
|
it "should return values set on the cli before values set in the configuration file" do
|
650
645
|
text = "[main]\none = fileval\n"
|
651
|
-
@settings.
|
646
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
652
647
|
@settings.handlearg("--one", "clival")
|
653
648
|
@settings.send(:parse_config_files)
|
654
649
|
|
@@ -657,7 +652,7 @@ describe Puppet::Settings do
|
|
657
652
|
|
658
653
|
it "should return values set in the mode-specific section before values set in the main section" do
|
659
654
|
text = "[main]\none = mainval\n[agent]\none = modeval\n"
|
660
|
-
@settings.
|
655
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
661
656
|
@settings.send(:parse_config_files)
|
662
657
|
|
663
658
|
expect(@settings[:one]).to eq("modeval")
|
@@ -665,7 +660,7 @@ describe Puppet::Settings do
|
|
665
660
|
|
666
661
|
it "should not return values outside of its search path" do
|
667
662
|
text = "[other]\none = oval\n"
|
668
|
-
@settings.
|
663
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
669
664
|
@settings.send(:parse_config_files)
|
670
665
|
expect(@settings[:one]).to eq("ONE")
|
671
666
|
end
|
@@ -684,9 +679,9 @@ describe Puppet::Settings do
|
|
684
679
|
|
685
680
|
describe "when root" do
|
686
681
|
it "should look for the main config file default location config settings haven't been overridden'" do
|
687
|
-
Puppet.features.
|
688
|
-
Puppet::FileSystem.
|
689
|
-
Puppet::FileSystem.
|
682
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
683
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(main_config_file_default_location).and_return(false)
|
684
|
+
expect(Puppet::FileSystem).not_to receive(:exist?).with(user_config_file_default_location)
|
690
685
|
|
691
686
|
@settings.send(:parse_config_files)
|
692
687
|
end
|
@@ -694,10 +689,9 @@ describe Puppet::Settings do
|
|
694
689
|
|
695
690
|
describe "when not root" do
|
696
691
|
it "should look for user config file default location if config settings haven't been overridden'" do
|
697
|
-
Puppet.features.
|
692
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
698
693
|
|
699
|
-
|
700
|
-
Puppet::FileSystem.expects(:exist?).with(user_config_file_default_location).returns(false).in_sequence(seq)
|
694
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(user_config_file_default_location).and_return(false)
|
701
695
|
|
702
696
|
@settings.send(:parse_config_files)
|
703
697
|
end
|
@@ -705,26 +699,26 @@ describe Puppet::Settings do
|
|
705
699
|
|
706
700
|
describe "when the file exists" do
|
707
701
|
it "fails if the file is not readable" do
|
708
|
-
Puppet::FileSystem.
|
709
|
-
@settings.
|
702
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(user_config_file_default_location).and_return(true)
|
703
|
+
expect(@settings).to receive(:read_file).and_raise('Permission denied')
|
710
704
|
|
711
705
|
expect{ @settings.send(:parse_config_files) }.to raise_error(RuntimeError, /Could not load #{user_config_file_default_location}: Permission denied/)
|
712
706
|
end
|
713
707
|
|
714
708
|
it "does not fail if the file is not readable and when `require_config` is false" do
|
715
|
-
Puppet::FileSystem.
|
716
|
-
@settings.
|
709
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(user_config_file_default_location).and_return(true)
|
710
|
+
expect(@settings).to receive(:read_file).and_raise('Permission denied')
|
717
711
|
|
718
|
-
@settings.
|
719
|
-
Puppet.
|
712
|
+
expect(@settings).not_to receive(:parse_config)
|
713
|
+
expect(Puppet).to receive(:log_exception)
|
720
714
|
|
721
715
|
expect{ @settings.send(:parse_config_files, false) }.not_to raise_error
|
722
716
|
end
|
723
717
|
|
724
718
|
it "reads the file if it is readable" do
|
725
|
-
Puppet::FileSystem.
|
726
|
-
@settings.
|
727
|
-
@settings.
|
719
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(user_config_file_default_location).and_return(true)
|
720
|
+
expect(@settings).to receive(:read_file).and_return('server = host.string')
|
721
|
+
expect(@settings).to receive(:parse_config)
|
728
722
|
|
729
723
|
@settings.send(:parse_config_files)
|
730
724
|
end
|
@@ -732,8 +726,8 @@ describe Puppet::Settings do
|
|
732
726
|
|
733
727
|
describe "when the file does not exist" do
|
734
728
|
it "does not attempt to parse the config file" do
|
735
|
-
Puppet::FileSystem.
|
736
|
-
@settings.
|
729
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(user_config_file_default_location).and_return(false)
|
730
|
+
expect(@settings).not_to receive(:parse_config)
|
737
731
|
|
738
732
|
@settings.send(:parse_config_files)
|
739
733
|
end
|
@@ -743,8 +737,8 @@ describe Puppet::Settings do
|
|
743
737
|
describe "when parsing its configuration" do
|
744
738
|
before do
|
745
739
|
@settings = Puppet::Settings.new
|
746
|
-
@settings.
|
747
|
-
@settings.
|
740
|
+
allow(@settings).to receive(:service_user_available?).and_return(true)
|
741
|
+
allow(@settings).to receive(:service_group_available?).and_return(true)
|
748
742
|
@file = make_absolute("/some/file")
|
749
743
|
@userconfig = make_absolute("/test/userconfigfile")
|
750
744
|
@settings.define_settings :section, :user => { :default => "suser", :desc => "doc" }, :group => { :default => "sgroup", :desc => "doc" }
|
@@ -753,9 +747,9 @@ describe Puppet::Settings do
|
|
753
747
|
:one => { :default => "ONE", :desc => "a" },
|
754
748
|
:two => { :default => "$one TWO", :desc => "b" },
|
755
749
|
:three => { :default => "$one $two THREE", :desc => "c" }
|
756
|
-
@settings.
|
757
|
-
Puppet::FileSystem.
|
758
|
-
Puppet::FileSystem.
|
750
|
+
allow(@settings).to receive(:user_config_file).and_return(@userconfig)
|
751
|
+
allow(Puppet::FileSystem).to receive(:exist?).with(@file).and_return(true)
|
752
|
+
allow(Puppet::FileSystem).to receive(:exist?).with(@userconfig).and_return(false)
|
759
753
|
end
|
760
754
|
|
761
755
|
it "should not ignore the report setting" do
|
@@ -767,27 +761,27 @@ describe Puppet::Settings do
|
|
767
761
|
[puppetd]
|
768
762
|
report=true
|
769
763
|
CONF
|
770
|
-
Puppet::FileSystem.
|
771
|
-
@settings.
|
764
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(myfile).and_return(true)
|
765
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
772
766
|
@settings.send(:parse_config_files)
|
773
767
|
expect(@settings[:report]).to be_truthy
|
774
768
|
end
|
775
769
|
|
776
770
|
it "should use its current ':config' value for the file to parse" do
|
777
|
-
myfile = make_absolute("/my/file")
|
771
|
+
myfile = make_absolute("/my/file")
|
778
772
|
@settings[:config] = myfile
|
779
773
|
|
780
|
-
Puppet::FileSystem.
|
774
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(myfile).and_return(true)
|
781
775
|
|
782
|
-
Puppet::FileSystem.
|
776
|
+
expect(Puppet::FileSystem).to receive(:read).with(myfile, :encoding => 'utf-8').and_return("[main]")
|
783
777
|
|
784
778
|
@settings.send(:parse_config_files)
|
785
779
|
end
|
786
780
|
|
787
781
|
it "should not try to parse non-existent files" do
|
788
|
-
Puppet::FileSystem.
|
782
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(@file).and_return(false)
|
789
783
|
|
790
|
-
File.
|
784
|
+
expect(File).not_to receive(:read).with(@file)
|
791
785
|
|
792
786
|
@settings.send(:parse_config_files)
|
793
787
|
end
|
@@ -796,7 +790,7 @@ describe Puppet::Settings do
|
|
796
790
|
text = "[main]
|
797
791
|
one = fileval
|
798
792
|
"
|
799
|
-
@settings.
|
793
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
800
794
|
@settings.send(:parse_config_files)
|
801
795
|
expect(@settings[:one]).to eq("fileval")
|
802
796
|
end
|
@@ -804,7 +798,7 @@ describe Puppet::Settings do
|
|
804
798
|
#484 - this should probably be in the regression area
|
805
799
|
it "should not throw an exception on unknown parameters" do
|
806
800
|
text = "[main]\nnosuchparam = mval\n"
|
807
|
-
@settings.
|
801
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
808
802
|
expect { @settings.send(:parse_config_files) }.not_to raise_error
|
809
803
|
end
|
810
804
|
|
@@ -813,7 +807,7 @@ describe Puppet::Settings do
|
|
813
807
|
one = true
|
814
808
|
two = false
|
815
809
|
"
|
816
|
-
@settings.
|
810
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
817
811
|
@settings.send(:parse_config_files)
|
818
812
|
expect(@settings[:one]).to eq(true)
|
819
813
|
expect(@settings[:two]).to eq(false)
|
@@ -823,7 +817,7 @@ describe Puppet::Settings do
|
|
823
817
|
text = "[main]
|
824
818
|
one = 65
|
825
819
|
"
|
826
|
-
@settings.
|
820
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
827
821
|
@settings.send(:parse_config_files)
|
828
822
|
expect(@settings[:one]).to eq(65)
|
829
823
|
end
|
@@ -866,7 +860,7 @@ describe Puppet::Settings do
|
|
866
860
|
text = "[master]
|
867
861
|
myfile = #{otherfile} {mode = 664}
|
868
862
|
"
|
869
|
-
@settings.
|
863
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
870
864
|
|
871
865
|
# will start initialization as user
|
872
866
|
expect(@settings.preferred_run_mode).to eq(:user)
|
@@ -897,7 +891,7 @@ describe Puppet::Settings do
|
|
897
891
|
[agent]
|
898
892
|
myfile = #{file} {mode = 664}
|
899
893
|
"
|
900
|
-
@settings.
|
894
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
901
895
|
|
902
896
|
# will start initialization as user
|
903
897
|
expect(@settings.preferred_run_mode).to eq(:user)
|
@@ -919,7 +913,7 @@ describe Puppet::Settings do
|
|
919
913
|
text = "[main]
|
920
914
|
mysetting = setval
|
921
915
|
"
|
922
|
-
@settings.
|
916
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
923
917
|
@settings.send(:parse_config_files)
|
924
918
|
expect(values).to eq(["setval"])
|
925
919
|
end
|
@@ -933,7 +927,7 @@ describe Puppet::Settings do
|
|
933
927
|
[main]
|
934
928
|
mysetting = other
|
935
929
|
"
|
936
|
-
@settings.
|
930
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
937
931
|
@settings.send(:parse_config_files)
|
938
932
|
expect(values).to eq(["setval"])
|
939
933
|
end
|
@@ -946,7 +940,7 @@ describe Puppet::Settings do
|
|
946
940
|
text = "[main]
|
947
941
|
mysetting = $base/setval
|
948
942
|
"
|
949
|
-
@settings.
|
943
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
950
944
|
@settings.send(:parse_config_files)
|
951
945
|
expect(values).to eq(["yay/setval"])
|
952
946
|
end
|
@@ -968,7 +962,7 @@ describe Puppet::Settings do
|
|
968
962
|
deferred=$confdir/goose
|
969
963
|
EOD
|
970
964
|
|
971
|
-
@settings.
|
965
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
972
966
|
@settings.initialize_global_settings
|
973
967
|
|
974
968
|
expect(hook_invoked).to be_falsey
|
@@ -993,7 +987,7 @@ describe Puppet::Settings do
|
|
993
987
|
can_cause_problems=$confdir/goose
|
994
988
|
EOD
|
995
989
|
|
996
|
-
@settings.
|
990
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
997
991
|
@settings.initialize_global_settings
|
998
992
|
@settings.initialize_app_defaults(:logdir => '/path/to/logdir', :confdir => '/path/to/confdir', :vardir => '/path/to/vardir', :codedir => '/path/to/codedir')
|
999
993
|
|
@@ -1006,7 +1000,7 @@ describe Puppet::Settings do
|
|
1006
1000
|
text = "[main]
|
1007
1001
|
myarg =
|
1008
1002
|
"
|
1009
|
-
@settings.
|
1003
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
1010
1004
|
@settings.send(:parse_config_files)
|
1011
1005
|
expect(@settings[:myarg]).to eq("")
|
1012
1006
|
end
|
@@ -1023,8 +1017,8 @@ describe Puppet::Settings do
|
|
1023
1017
|
}
|
1024
1018
|
|
1025
1019
|
def assert_accessing_setting_is_deprecated(settings, setting)
|
1026
|
-
Puppet.
|
1027
|
-
Puppet.
|
1020
|
+
expect(Puppet).to receive(:deprecation_warning).with("Accessing '#{setting}' as a setting is deprecated.")
|
1021
|
+
expect(Puppet).to receive(:deprecation_warning).with("Modifying '#{setting}' as a setting is deprecated.")
|
1028
1022
|
settings[setting.intern] = apath = File.expand_path('foo')
|
1029
1023
|
expect(settings[setting.intern]).to eq(apath)
|
1030
1024
|
end
|
@@ -1051,7 +1045,7 @@ describe Puppet::Settings do
|
|
1051
1045
|
end
|
1052
1046
|
|
1053
1047
|
it "warns when set in puppet.conf" do
|
1054
|
-
Puppet.
|
1048
|
+
expect(Puppet).to receive(:deprecation_warning).with(/completely_deprecated_setting is deprecated\./, 'setting-completely_deprecated_setting')
|
1055
1049
|
|
1056
1050
|
completely_deprecated_settings.parse_config(<<-CONF)
|
1057
1051
|
completely_deprecated_setting='should warn'
|
@@ -1060,7 +1054,7 @@ describe Puppet::Settings do
|
|
1060
1054
|
end
|
1061
1055
|
|
1062
1056
|
it "warns when set on the commandline" do
|
1063
|
-
Puppet.
|
1057
|
+
expect(Puppet).to receive(:deprecation_warning).with(/completely_deprecated_setting is deprecated\./, 'setting-completely_deprecated_setting')
|
1064
1058
|
|
1065
1059
|
args = ["--completely_deprecated_setting", "/some/value"]
|
1066
1060
|
completely_deprecated_settings.send(:parse_global_options, args)
|
@@ -1085,7 +1079,7 @@ describe Puppet::Settings do
|
|
1085
1079
|
end
|
1086
1080
|
|
1087
1081
|
it "warns for a deprecated setting allowed on the command line set in puppet.conf" do
|
1088
|
-
Puppet.
|
1082
|
+
expect(Puppet).to receive(:deprecation_warning).with(/partially_deprecated_setting is deprecated in puppet\.conf/, 'puppet-conf-setting-partially_deprecated_setting')
|
1089
1083
|
partially_deprecated_settings.parse_config(<<-CONF)
|
1090
1084
|
partially_deprecated_setting='should warn'
|
1091
1085
|
CONF
|
@@ -1093,7 +1087,7 @@ describe Puppet::Settings do
|
|
1093
1087
|
end
|
1094
1088
|
|
1095
1089
|
it "does not warn when manifest is set on command line" do
|
1096
|
-
Puppet.
|
1090
|
+
expect(Puppet).not_to receive(:deprecation_warning)
|
1097
1091
|
|
1098
1092
|
args = ["--partially_deprecated_setting", "/some/value"]
|
1099
1093
|
partially_deprecated_settings.send(:parse_global_options, args)
|
@@ -1110,7 +1104,6 @@ describe Puppet::Settings do
|
|
1110
1104
|
describe "when there are multiple config files" do
|
1111
1105
|
let(:main_config_text) { "[main]\none = main\ntwo = main2" }
|
1112
1106
|
let(:user_config_text) { "[main]\none = user\n" }
|
1113
|
-
let(:seq) { sequence "config_file_sequence" }
|
1114
1107
|
|
1115
1108
|
before :each do
|
1116
1109
|
@settings = Puppet::Settings.new
|
@@ -1123,13 +1116,13 @@ describe Puppet::Settings do
|
|
1123
1116
|
|
1124
1117
|
context "running non-root without explicit config file" do
|
1125
1118
|
before :each do
|
1126
|
-
Puppet.features.
|
1127
|
-
Puppet::FileSystem.
|
1119
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
1120
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
1128
1121
|
with(user_config_file_default_location).
|
1129
|
-
|
1130
|
-
@settings.
|
1122
|
+
and_return(true).ordered
|
1123
|
+
expect(@settings).to receive(:read_file).
|
1131
1124
|
with(user_config_file_default_location).
|
1132
|
-
|
1125
|
+
and_return(user_config_text).ordered
|
1133
1126
|
end
|
1134
1127
|
|
1135
1128
|
it "should return values from the user config file" do
|
@@ -1145,13 +1138,13 @@ describe Puppet::Settings do
|
|
1145
1138
|
|
1146
1139
|
context "running as root without explicit config file" do
|
1147
1140
|
before :each do
|
1148
|
-
Puppet.features.
|
1149
|
-
Puppet::FileSystem.
|
1141
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1142
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
1150
1143
|
with(main_config_file_default_location).
|
1151
|
-
|
1152
|
-
@settings.
|
1144
|
+
and_return(true).ordered
|
1145
|
+
expect(@settings).to receive(:read_file).
|
1153
1146
|
with(main_config_file_default_location).
|
1154
|
-
|
1147
|
+
and_return(main_config_text).ordered
|
1155
1148
|
end
|
1156
1149
|
|
1157
1150
|
it "should return values from the main config file" do
|
@@ -1167,14 +1160,14 @@ describe Puppet::Settings do
|
|
1167
1160
|
|
1168
1161
|
context "running with an explicit config file as a user (e.g. Apache + Passenger)" do
|
1169
1162
|
before :each do
|
1170
|
-
Puppet.features.
|
1163
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
1171
1164
|
@settings[:confdir] = File.dirname(main_config_file_default_location)
|
1172
|
-
Puppet::FileSystem.
|
1165
|
+
expect(Puppet::FileSystem).to receive(:exist?).
|
1173
1166
|
with(main_config_file_default_location).
|
1174
|
-
|
1175
|
-
@settings.
|
1167
|
+
and_return(true).ordered
|
1168
|
+
expect(@settings).to receive(:read_file).
|
1176
1169
|
with(main_config_file_default_location).
|
1177
|
-
|
1170
|
+
and_return(main_config_text).ordered
|
1178
1171
|
end
|
1179
1172
|
|
1180
1173
|
it "should return values from the main config file" do
|
@@ -1199,16 +1192,16 @@ describe Puppet::Settings do
|
|
1199
1192
|
:one => { :default => "ONE", :desc => "a" },
|
1200
1193
|
:two => { :default => "$one TWO", :desc => "b" },
|
1201
1194
|
:three => { :default => "$one $two THREE", :desc => "c" }
|
1202
|
-
Puppet::FileSystem.
|
1203
|
-
Puppet::FileSystem.
|
1204
|
-
@settings.
|
1195
|
+
allow(Puppet::FileSystem).to receive(:exist?).with(@file).and_return(true)
|
1196
|
+
allow(Puppet::FileSystem).to receive(:exist?).with(@userconfig).and_return(false)
|
1197
|
+
allow(@settings).to receive(:user_config_file).and_return(@userconfig)
|
1205
1198
|
end
|
1206
1199
|
|
1207
1200
|
it "does not create the WatchedFile instance and should not parse if the file does not exist" do
|
1208
|
-
Puppet::FileSystem.
|
1209
|
-
Puppet::Util::WatchedFile.
|
1201
|
+
expect(Puppet::FileSystem).to receive(:exist?).with(@file).and_return(false)
|
1202
|
+
expect(Puppet::Util::WatchedFile).not_to receive(:new)
|
1210
1203
|
|
1211
|
-
@settings.
|
1204
|
+
expect(@settings).not_to receive(:parse_config_files)
|
1212
1205
|
|
1213
1206
|
@settings.reparse_config_files
|
1214
1207
|
end
|
@@ -1216,38 +1209,38 @@ describe Puppet::Settings do
|
|
1216
1209
|
context "and watched file exists" do
|
1217
1210
|
before do
|
1218
1211
|
@watched_file = Puppet::Util::WatchedFile.new(@file)
|
1219
|
-
Puppet::Util::WatchedFile.
|
1212
|
+
expect(Puppet::Util::WatchedFile).to receive(:new).with(@file).and_return(@watched_file)
|
1220
1213
|
end
|
1221
1214
|
|
1222
1215
|
it "uses a WatchedFile instance to determine if the file has changed" do
|
1223
|
-
@watched_file.
|
1216
|
+
expect(@watched_file).to receive(:changed?)
|
1224
1217
|
|
1225
1218
|
@settings.reparse_config_files
|
1226
1219
|
end
|
1227
1220
|
|
1228
1221
|
it "does not reparse if the file has not changed" do
|
1229
|
-
@watched_file.
|
1222
|
+
expect(@watched_file).to receive(:changed?).and_return(false)
|
1230
1223
|
|
1231
|
-
@settings.
|
1224
|
+
expect(@settings).not_to receive(:parse_config_files)
|
1232
1225
|
|
1233
1226
|
@settings.reparse_config_files
|
1234
1227
|
end
|
1235
1228
|
|
1236
1229
|
it "reparses if the file has changed" do
|
1237
|
-
@watched_file.
|
1230
|
+
expect(@watched_file).to receive(:changed?).and_return(true)
|
1238
1231
|
|
1239
|
-
@settings.
|
1232
|
+
expect(@settings).to receive(:parse_config_files)
|
1240
1233
|
|
1241
1234
|
@settings.reparse_config_files
|
1242
1235
|
end
|
1243
1236
|
|
1244
1237
|
it "replaces in-memory values with on-file values" do
|
1245
|
-
@watched_file.
|
1238
|
+
allow(@watched_file).to receive(:changed?).and_return(true)
|
1246
1239
|
@settings[:one] = "init"
|
1247
1240
|
|
1248
1241
|
# Now replace the value
|
1249
1242
|
text = "[main]\none = disk-replace\n"
|
1250
|
-
@settings.
|
1243
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
1251
1244
|
@settings.reparse_config_files
|
1252
1245
|
expect(@settings[:one]).to eq("disk-replace")
|
1253
1246
|
end
|
@@ -1257,7 +1250,7 @@ describe Puppet::Settings do
|
|
1257
1250
|
@settings.handlearg("--one", "clival")
|
1258
1251
|
|
1259
1252
|
text = "[main]\none = on-disk\n"
|
1260
|
-
@settings.
|
1253
|
+
allow(@settings).to receive(:read_file).and_return(text)
|
1261
1254
|
@settings.send(:parse_config_files)
|
1262
1255
|
|
1263
1256
|
expect(@settings[:one]).to eq("clival")
|
@@ -1266,13 +1259,13 @@ describe Puppet::Settings do
|
|
1266
1259
|
it "should remove in-memory values that are no longer set in the file" do
|
1267
1260
|
# Init the value
|
1268
1261
|
text = "[main]\none = disk-init\n"
|
1269
|
-
@settings.
|
1262
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
1270
1263
|
@settings.send(:parse_config_files)
|
1271
1264
|
expect(@settings[:one]).to eq("disk-init")
|
1272
1265
|
|
1273
1266
|
# Now replace the value
|
1274
1267
|
text = "[main]\ntwo = disk-replace\n"
|
1275
|
-
@settings.
|
1268
|
+
expect(@settings).to receive(:read_file).and_return(text)
|
1276
1269
|
@settings.send(:parse_config_files)
|
1277
1270
|
|
1278
1271
|
# The originally-overridden value should be replaced with the default
|
@@ -1285,13 +1278,13 @@ describe Puppet::Settings do
|
|
1285
1278
|
it "should retain in-memory values if the file has a syntax error" do
|
1286
1279
|
# Init the value
|
1287
1280
|
text = "[main]\none = initial-value\n"
|
1288
|
-
@settings.
|
1281
|
+
expect(@settings).to receive(:read_file).with(@file).and_return(text)
|
1289
1282
|
@settings.send(:parse_config_files)
|
1290
1283
|
expect(@settings[:one]).to eq("initial-value")
|
1291
1284
|
|
1292
1285
|
# Now replace the value with something bogus
|
1293
1286
|
text = "[main]\nkenny = killed-by-what-follows\n1 is 2, blah blah florp\n"
|
1294
|
-
@settings.
|
1287
|
+
expect(@settings).to receive(:read_file).with(@file).and_return(text)
|
1295
1288
|
@settings.send(:parse_config_files)
|
1296
1289
|
|
1297
1290
|
# The originally-overridden value should not be replaced with the default
|
@@ -1309,7 +1302,7 @@ describe Puppet::Settings do
|
|
1309
1302
|
describe "when creating a catalog" do
|
1310
1303
|
before do
|
1311
1304
|
@settings = Puppet::Settings.new
|
1312
|
-
@settings.
|
1305
|
+
allow(@settings).to receive(:service_user_available?).and_return(true)
|
1313
1306
|
@prefix = Puppet.features.posix? ? "" : "C:"
|
1314
1307
|
end
|
1315
1308
|
|
@@ -1343,15 +1336,15 @@ describe Puppet::Settings do
|
|
1343
1336
|
|
1344
1337
|
it "should ignore files whose :to_resource method returns nil" do
|
1345
1338
|
@settings.define_settings :main, :maindir => { :type => :directory, :default => @prefix+"/maindir", :desc => "a" }
|
1346
|
-
@settings.setting(:maindir).
|
1339
|
+
expect(@settings.setting(:maindir)).to receive(:to_resource).and_return(nil)
|
1347
1340
|
|
1348
|
-
Puppet::Resource::Catalog.
|
1341
|
+
expect_any_instance_of(Puppet::Resource::Catalog).not_to receive(:add_resource)
|
1349
1342
|
@settings.to_catalog
|
1350
1343
|
end
|
1351
1344
|
|
1352
1345
|
describe "on Microsoft Windows", :if => Puppet.features.microsoft_windows? do
|
1353
1346
|
before :each do
|
1354
|
-
Puppet.features.
|
1347
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1355
1348
|
|
1356
1349
|
@settings.define_settings :foo,
|
1357
1350
|
:mkusers => { :type => :boolean, :default => true, :desc => "e" },
|
@@ -1400,7 +1393,7 @@ describe Puppet::Settings do
|
|
1400
1393
|
envpath = "#{envdir}#{File::PATH_SEPARATOR}/some/other/envdir"
|
1401
1394
|
@settings[:environmentpath] = envpath
|
1402
1395
|
Dir.mkdir(envdir)
|
1403
|
-
Puppet.features.
|
1396
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
1404
1397
|
catalog = @settings.to_catalog
|
1405
1398
|
resource = catalog.resource('File', File.join(envdir, 'production'))
|
1406
1399
|
expect(resource[:mode]).to eq('0750')
|
@@ -1413,9 +1406,9 @@ describe Puppet::Settings do
|
|
1413
1406
|
envpath = "#{envdir}#{File::PATH_SEPARATOR}/some/other/envdir"
|
1414
1407
|
@settings[:environmentpath] = envpath
|
1415
1408
|
Dir.mkdir(envdir)
|
1416
|
-
Puppet.features.
|
1417
|
-
@settings.
|
1418
|
-
@settings.
|
1409
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1410
|
+
allow(@settings).to receive(:service_user_available?).and_return(true)
|
1411
|
+
allow(@settings).to receive(:service_group_available?).and_return(true)
|
1419
1412
|
catalog = @settings.to_catalog
|
1420
1413
|
resource = catalog.resource('File', File.join(envdir, 'production'))
|
1421
1414
|
expect(resource[:mode]).to eq('0750')
|
@@ -1428,9 +1421,9 @@ describe Puppet::Settings do
|
|
1428
1421
|
envpath = "#{envdir}#{File::PATH_SEPARATOR}/some/other/envdir"
|
1429
1422
|
@settings[:environmentpath] = envpath
|
1430
1423
|
Dir.mkdir(envdir)
|
1431
|
-
Puppet.features.
|
1432
|
-
@settings.
|
1433
|
-
@settings.
|
1424
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1425
|
+
allow(@settings).to receive(:service_user_available?).and_return(false)
|
1426
|
+
allow(@settings).to receive(:service_group_available?).and_return(false)
|
1434
1427
|
catalog = @settings.to_catalog
|
1435
1428
|
resource = catalog.resource('File', File.join(envdir, 'production'))
|
1436
1429
|
expect(resource[:mode]).to eq('0750')
|
@@ -1471,9 +1464,9 @@ describe Puppet::Settings do
|
|
1471
1464
|
end
|
1472
1465
|
|
1473
1466
|
before do
|
1474
|
-
Puppet.features.
|
1467
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1475
1468
|
# stubbed to false, as Windows catalogs don't add users / groups
|
1476
|
-
Puppet.features.
|
1469
|
+
allow(Puppet.features).to receive(:microsoft_windows?).and_return(false)
|
1477
1470
|
|
1478
1471
|
@settings.define_settings :foo,
|
1479
1472
|
:mkusers => { :type => :boolean, :default => true, :desc => "e" },
|
@@ -1497,7 +1490,7 @@ describe Puppet::Settings do
|
|
1497
1490
|
end
|
1498
1491
|
|
1499
1492
|
it "should not add users or groups to the catalog if :mkusers not running as root" do
|
1500
|
-
Puppet.features.
|
1493
|
+
allow(Puppet.features).to receive(:root?).and_return(false)
|
1501
1494
|
|
1502
1495
|
catalog = @settings.to_catalog
|
1503
1496
|
expect(catalog.resource(:user, "suser")).to be_nil
|
@@ -1505,7 +1498,7 @@ describe Puppet::Settings do
|
|
1505
1498
|
end
|
1506
1499
|
|
1507
1500
|
it "should not add users or groups to the catalog if :mkusers is not a valid setting" do
|
1508
|
-
Puppet.features.
|
1501
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1509
1502
|
settings = Puppet::Settings.new
|
1510
1503
|
settings.define_settings :other, :otherdir => {:type => :directory, :default => "/otherdir", :desc => "a", :owner => "service", :group => "service"}
|
1511
1504
|
|
@@ -1539,7 +1532,7 @@ describe Puppet::Settings do
|
|
1539
1532
|
end
|
1540
1533
|
|
1541
1534
|
it "should not attempt to manage the root user" do
|
1542
|
-
Puppet.features.
|
1535
|
+
allow(Puppet.features).to receive(:root?).and_return(true)
|
1543
1536
|
@settings.define_settings :foo, :foodir => {:type => :directory, :default => "/foodir", :desc => "a", :owner => "root", :group => "service"}
|
1544
1537
|
|
1545
1538
|
expect(@settings.to_catalog.resource(:user, "root")).to be_nil
|
@@ -1558,15 +1551,15 @@ describe Puppet::Settings do
|
|
1558
1551
|
:maindir => { :type => :directory, :default => "/maindir", :desc => "a"},
|
1559
1552
|
:seconddir => { :type => :directory, :default => "/seconddir", :desc => "a"}
|
1560
1553
|
|
1561
|
-
main =
|
1562
|
-
main.
|
1563
|
-
main.
|
1564
|
-
second =
|
1565
|
-
second.
|
1566
|
-
second.
|
1554
|
+
main = double('main_resource', :ref => "File[/maindir]")
|
1555
|
+
expect(main).to receive(:to_manifest).and_return("maindir")
|
1556
|
+
expect(main).to receive(:'[]').with(:alias).and_return(nil)
|
1557
|
+
second = double('second_resource', :ref => "File[/seconddir]")
|
1558
|
+
expect(second).to receive(:to_manifest).and_return("seconddir")
|
1559
|
+
expect(second).to receive(:'[]').with(:alias).and_return(nil)
|
1567
1560
|
|
1568
|
-
@settings.setting(:maindir).
|
1569
|
-
@settings.setting(:seconddir).
|
1561
|
+
expect(@settings.setting(:maindir)).to receive(:to_resource).and_return(main)
|
1562
|
+
expect(@settings.setting(:seconddir)).to receive(:to_resource).and_return(second)
|
1570
1563
|
|
1571
1564
|
expect(@settings.to_manifest.split("\n\n").sort).to eq(%w{maindir seconddir})
|
1572
1565
|
end
|
@@ -1575,8 +1568,8 @@ describe Puppet::Settings do
|
|
1575
1568
|
describe "when using sections of the configuration to manage the local host" do
|
1576
1569
|
before do
|
1577
1570
|
@settings = Puppet::Settings.new
|
1578
|
-
@settings.
|
1579
|
-
@settings.
|
1571
|
+
allow(@settings).to receive(:service_user_available?).and_return(true)
|
1572
|
+
allow(@settings).to receive(:service_group_available?).and_return(true)
|
1580
1573
|
@settings.define_settings :main, :noop => { :default => false, :desc => "", :type => :boolean }
|
1581
1574
|
@settings.define_settings :main,
|
1582
1575
|
:maindir => { :type => :directory, :default => make_absolute("/maindir"), :desc => "a" },
|
@@ -1588,44 +1581,44 @@ describe Puppet::Settings do
|
|
1588
1581
|
end
|
1589
1582
|
|
1590
1583
|
it "should create a catalog with the specified sections" do
|
1591
|
-
@settings.
|
1584
|
+
expect(@settings).to receive(:to_catalog).with(:main, :other).and_return(Puppet::Resource::Catalog.new("foo"))
|
1592
1585
|
@settings.use(:main, :other)
|
1593
1586
|
end
|
1594
1587
|
|
1595
1588
|
it "should canonicalize the sections" do
|
1596
|
-
@settings.
|
1589
|
+
expect(@settings).to receive(:to_catalog).with(:main, :other).and_return(Puppet::Resource::Catalog.new("foo"))
|
1597
1590
|
@settings.use("main", "other")
|
1598
1591
|
end
|
1599
1592
|
|
1600
1593
|
it "should ignore sections that have already been used" do
|
1601
|
-
@settings.
|
1594
|
+
expect(@settings).to receive(:to_catalog).with(:main).and_return(Puppet::Resource::Catalog.new("foo"))
|
1602
1595
|
@settings.use(:main)
|
1603
|
-
@settings.
|
1596
|
+
expect(@settings).to receive(:to_catalog).with(:other).and_return(Puppet::Resource::Catalog.new("foo"))
|
1604
1597
|
@settings.use(:main, :other)
|
1605
1598
|
end
|
1606
1599
|
|
1607
1600
|
it "should convert the created catalog to a RAL catalog" do
|
1608
1601
|
@catalog = Puppet::Resource::Catalog.new("foo")
|
1609
|
-
@settings.
|
1602
|
+
expect(@settings).to receive(:to_catalog).with(:main).and_return(@catalog)
|
1610
1603
|
|
1611
|
-
@catalog.
|
1604
|
+
expect(@catalog).to receive(:to_ral).and_return(@catalog)
|
1612
1605
|
@settings.use(:main)
|
1613
1606
|
end
|
1614
1607
|
|
1615
1608
|
it "should specify that it is not managing a host catalog" do
|
1616
1609
|
catalog = Puppet::Resource::Catalog.new("foo")
|
1617
|
-
catalog.
|
1618
|
-
@settings.
|
1610
|
+
expect(catalog).to receive(:apply)
|
1611
|
+
expect(@settings).to receive(:to_catalog).and_return(catalog)
|
1619
1612
|
|
1620
|
-
catalog.
|
1613
|
+
allow(catalog).to receive(:to_ral).and_return(catalog)
|
1621
1614
|
|
1622
|
-
catalog.
|
1615
|
+
expect(catalog).to receive(:host_config=).with(false)
|
1623
1616
|
|
1624
1617
|
@settings.use(:main)
|
1625
1618
|
end
|
1626
1619
|
|
1627
1620
|
it "should support a method for re-using all currently used sections" do
|
1628
|
-
@settings.
|
1621
|
+
expect(@settings).to receive(:to_catalog).with(:main, :third).exactly(2).times.and_return(Puppet::Resource::Catalog.new("foo"))
|
1629
1622
|
|
1630
1623
|
@settings.use(:main, :third)
|
1631
1624
|
@settings.reuse
|
@@ -1633,13 +1626,13 @@ describe Puppet::Settings do
|
|
1633
1626
|
|
1634
1627
|
it "should fail with an appropriate message if any resources fail" do
|
1635
1628
|
@catalog = Puppet::Resource::Catalog.new("foo")
|
1636
|
-
@catalog.
|
1637
|
-
@settings.
|
1629
|
+
allow(@catalog).to receive(:to_ral).and_return(@catalog)
|
1630
|
+
expect(@settings).to receive(:to_catalog).and_return(@catalog)
|
1638
1631
|
|
1639
|
-
@trans =
|
1640
|
-
@catalog.
|
1632
|
+
@trans = double("transaction")
|
1633
|
+
expect(@catalog).to receive(:apply).and_yield(@trans)
|
1641
1634
|
|
1642
|
-
@trans.
|
1635
|
+
expect(@trans).to receive(:any_failed?).and_return(true)
|
1643
1636
|
|
1644
1637
|
resource = Puppet::Type.type(:notify).new(:title => 'failed')
|
1645
1638
|
status = Puppet::Resource::Status.new(resource)
|
@@ -1652,9 +1645,9 @@ describe Puppet::Settings do
|
|
1652
1645
|
report = Puppet::Transaction::Report.new('apply')
|
1653
1646
|
report.add_resource_status(status)
|
1654
1647
|
|
1655
|
-
@trans.
|
1648
|
+
expect(@trans).to receive(:report).and_return(report)
|
1656
1649
|
|
1657
|
-
@settings.
|
1650
|
+
expect(@settings).to receive(:raise).with(/My failure/)
|
1658
1651
|
@settings.use(:whatever)
|
1659
1652
|
end
|
1660
1653
|
end
|
@@ -1663,10 +1656,10 @@ describe Puppet::Settings do
|
|
1663
1656
|
before do
|
1664
1657
|
@settings = Puppet::Settings.new
|
1665
1658
|
#these are the magic default values
|
1666
|
-
@settings.
|
1667
|
-
@settings.
|
1668
|
-
@settings.
|
1669
|
-
@settings.
|
1659
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("")
|
1660
|
+
allow(@settings).to receive(:value).with(:genconfig).and_return(false)
|
1661
|
+
allow(@settings).to receive(:value).with(:genmanifest).and_return(false)
|
1662
|
+
allow(@settings).to receive(:value).with(:environment).and_return(nil)
|
1670
1663
|
end
|
1671
1664
|
|
1672
1665
|
describe "when checking print_config?" do
|
@@ -1675,17 +1668,17 @@ describe Puppet::Settings do
|
|
1675
1668
|
end
|
1676
1669
|
|
1677
1670
|
it "should return true when :configprint has a value" do
|
1678
|
-
@settings.
|
1671
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1679
1672
|
expect(@settings.print_configs?).to be_truthy
|
1680
1673
|
end
|
1681
1674
|
|
1682
1675
|
it "should return true when :genconfig has a value" do
|
1683
|
-
@settings.
|
1676
|
+
allow(@settings).to receive(:value).with(:genconfig).and_return(true)
|
1684
1677
|
expect(@settings.print_configs?).to be_truthy
|
1685
1678
|
end
|
1686
1679
|
|
1687
1680
|
it "should return true when :genmanifest has a value" do
|
1688
|
-
@settings.
|
1681
|
+
allow(@settings).to receive(:value).with(:genmanifest).and_return(true)
|
1689
1682
|
expect(@settings.print_configs?).to be_truthy
|
1690
1683
|
end
|
1691
1684
|
end
|
@@ -1693,87 +1686,87 @@ describe Puppet::Settings do
|
|
1693
1686
|
describe "when printing configs" do
|
1694
1687
|
describe "when :configprint has a value" do
|
1695
1688
|
it "should call print_config_options" do
|
1696
|
-
@settings.
|
1697
|
-
@settings.
|
1689
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1690
|
+
expect(@settings).to receive(:print_config_options)
|
1698
1691
|
@settings.print_configs
|
1699
1692
|
end
|
1700
1693
|
|
1701
1694
|
it "should get the value of the option using the environment" do
|
1702
|
-
@settings.
|
1703
|
-
@settings.
|
1704
|
-
@settings.
|
1705
|
-
@settings.
|
1706
|
-
@settings.
|
1695
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1696
|
+
allow(@settings).to receive(:include?).with("something").and_return(true)
|
1697
|
+
expect(@settings).to receive(:value).with(:environment).and_return("env")
|
1698
|
+
expect(@settings).to receive(:value).with("something", "env").and_return("foo")
|
1699
|
+
allow(@settings).to receive(:puts).with("foo")
|
1707
1700
|
@settings.print_configs
|
1708
1701
|
end
|
1709
1702
|
|
1710
1703
|
it "should print the value of the option" do
|
1711
|
-
@settings.
|
1712
|
-
@settings.
|
1713
|
-
@settings.
|
1714
|
-
@settings.
|
1704
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1705
|
+
allow(@settings).to receive(:include?).with("something").and_return(true)
|
1706
|
+
allow(@settings).to receive(:value).with("something", nil).and_return("foo")
|
1707
|
+
expect(@settings).to receive(:puts).with("foo")
|
1715
1708
|
@settings.print_configs
|
1716
1709
|
end
|
1717
1710
|
|
1718
1711
|
it "should print the value pairs if there are multiple options" do
|
1719
|
-
@settings.
|
1720
|
-
@settings.
|
1721
|
-
@settings.
|
1722
|
-
@settings.
|
1723
|
-
@settings.
|
1724
|
-
@settings.
|
1725
|
-
@settings.
|
1712
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("bar,baz")
|
1713
|
+
allow(@settings).to receive(:include?).with("bar").and_return(true)
|
1714
|
+
allow(@settings).to receive(:include?).with("baz").and_return(true)
|
1715
|
+
allow(@settings).to receive(:value).with("bar", nil).and_return("foo")
|
1716
|
+
allow(@settings).to receive(:value).with("baz", nil).and_return("fud")
|
1717
|
+
expect(@settings).to receive(:puts).with("bar = foo")
|
1718
|
+
expect(@settings).to receive(:puts).with("baz = fud")
|
1726
1719
|
@settings.print_configs
|
1727
1720
|
end
|
1728
1721
|
|
1729
1722
|
it "should return true after printing" do
|
1730
|
-
@settings.
|
1731
|
-
@settings.
|
1732
|
-
@settings.
|
1733
|
-
@settings.
|
1723
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1724
|
+
allow(@settings).to receive(:include?).with("something").and_return(true)
|
1725
|
+
allow(@settings).to receive(:value).with("something", nil).and_return("foo")
|
1726
|
+
allow(@settings).to receive(:puts).with("foo")
|
1734
1727
|
expect(@settings.print_configs).to be_truthy
|
1735
1728
|
end
|
1736
1729
|
|
1737
1730
|
it "should return false if a config param is not found" do
|
1738
|
-
@settings.
|
1739
|
-
@settings.
|
1740
|
-
@settings.
|
1731
|
+
allow(@settings).to receive(:puts)
|
1732
|
+
allow(@settings).to receive(:value).with(:configprint).and_return("something")
|
1733
|
+
allow(@settings).to receive(:include?).with("something").and_return(false)
|
1741
1734
|
expect(@settings.print_configs).to be_falsey
|
1742
1735
|
end
|
1743
1736
|
end
|
1744
1737
|
|
1745
1738
|
describe "when genconfig is true" do
|
1746
1739
|
before do
|
1747
|
-
@settings.
|
1740
|
+
allow(@settings).to receive(:puts)
|
1748
1741
|
end
|
1749
1742
|
|
1750
1743
|
it "should call to_config" do
|
1751
|
-
@settings.
|
1752
|
-
@settings.
|
1744
|
+
allow(@settings).to receive(:value).with(:genconfig).and_return(true)
|
1745
|
+
expect(@settings).to receive(:to_config)
|
1753
1746
|
@settings.print_configs
|
1754
1747
|
end
|
1755
1748
|
|
1756
1749
|
it "should return true from print_configs" do
|
1757
|
-
@settings.
|
1758
|
-
@settings.
|
1750
|
+
allow(@settings).to receive(:value).with(:genconfig).and_return(true)
|
1751
|
+
allow(@settings).to receive(:to_config)
|
1759
1752
|
expect(@settings.print_configs).to be_truthy
|
1760
1753
|
end
|
1761
1754
|
end
|
1762
1755
|
|
1763
1756
|
describe "when genmanifest is true" do
|
1764
1757
|
before do
|
1765
|
-
@settings.
|
1758
|
+
allow(@settings).to receive(:puts)
|
1766
1759
|
end
|
1767
1760
|
|
1768
1761
|
it "should call to_config" do
|
1769
|
-
@settings.
|
1770
|
-
@settings.
|
1762
|
+
allow(@settings).to receive(:value).with(:genmanifest).and_return(true)
|
1763
|
+
expect(@settings).to receive(:to_manifest)
|
1771
1764
|
@settings.print_configs
|
1772
1765
|
end
|
1773
1766
|
|
1774
1767
|
it "should return true from print_configs" do
|
1775
|
-
@settings.
|
1776
|
-
@settings.
|
1768
|
+
allow(@settings).to receive(:value).with(:genmanifest).and_return(true)
|
1769
|
+
allow(@settings).to receive(:to_manifest)
|
1777
1770
|
expect(@settings.print_configs).to be_truthy
|
1778
1771
|
end
|
1779
1772
|
end
|
@@ -1788,8 +1781,8 @@ describe Puppet::Settings do
|
|
1788
1781
|
end
|
1789
1782
|
|
1790
1783
|
def a_user_type_for(username)
|
1791
|
-
user =
|
1792
|
-
Puppet::Type.type(:user).
|
1784
|
+
user = double('user')
|
1785
|
+
expect(Puppet::Type.type(:user)).to receive(:new).with(hash_including(name: username)).and_return(user)
|
1793
1786
|
user
|
1794
1787
|
end
|
1795
1788
|
|
@@ -1800,7 +1793,7 @@ describe Puppet::Settings do
|
|
1800
1793
|
it "should return false if the user provider says the user is missing" do
|
1801
1794
|
settings[:user] = "foo"
|
1802
1795
|
|
1803
|
-
a_user_type_for("foo").
|
1796
|
+
expect(a_user_type_for("foo")).to receive(:exists?).and_return(false)
|
1804
1797
|
|
1805
1798
|
expect(settings).not_to be_service_user_available
|
1806
1799
|
end
|
@@ -1808,7 +1801,7 @@ describe Puppet::Settings do
|
|
1808
1801
|
it "should return true if the user provider says the user is present" do
|
1809
1802
|
settings[:user] = "foo"
|
1810
1803
|
|
1811
|
-
a_user_type_for("foo").
|
1804
|
+
expect(a_user_type_for("foo")).to receive(:exists?).and_return(true)
|
1812
1805
|
|
1813
1806
|
expect(settings).to be_service_user_available
|
1814
1807
|
end
|
@@ -1816,7 +1809,7 @@ describe Puppet::Settings do
|
|
1816
1809
|
it "caches the result of determining if the user is present" do
|
1817
1810
|
settings[:user] = "foo"
|
1818
1811
|
|
1819
|
-
a_user_type_for("foo").
|
1812
|
+
expect(a_user_type_for("foo")).to receive(:exists?).and_return(true)
|
1820
1813
|
expect(settings).to be_service_user_available
|
1821
1814
|
|
1822
1815
|
expect(settings).to be_service_user_available
|
@@ -1831,8 +1824,8 @@ describe Puppet::Settings do
|
|
1831
1824
|
end
|
1832
1825
|
|
1833
1826
|
def a_group_type_for(groupname)
|
1834
|
-
group =
|
1835
|
-
Puppet::Type.type(:group).
|
1827
|
+
group = double('group')
|
1828
|
+
expect(Puppet::Type.type(:group)).to receive(:new).with(hash_including(name: groupname)).and_return(group)
|
1836
1829
|
group
|
1837
1830
|
end
|
1838
1831
|
|
@@ -1843,7 +1836,7 @@ describe Puppet::Settings do
|
|
1843
1836
|
it "should return false if the group provider says the group is missing" do
|
1844
1837
|
settings[:group] = "foo"
|
1845
1838
|
|
1846
|
-
a_group_type_for("foo").
|
1839
|
+
expect(a_group_type_for("foo")).to receive(:exists?).and_return(false)
|
1847
1840
|
|
1848
1841
|
expect(settings).not_to be_service_group_available
|
1849
1842
|
end
|
@@ -1851,7 +1844,7 @@ describe Puppet::Settings do
|
|
1851
1844
|
it "should return true if the group provider says the group is present" do
|
1852
1845
|
settings[:group] = "foo"
|
1853
1846
|
|
1854
|
-
a_group_type_for("foo").
|
1847
|
+
expect(a_group_type_for("foo")).to receive(:exists?).and_return(true)
|
1855
1848
|
|
1856
1849
|
expect(settings).to be_service_group_available
|
1857
1850
|
end
|
@@ -1859,7 +1852,7 @@ describe Puppet::Settings do
|
|
1859
1852
|
it "caches the result of determining if the group is present" do
|
1860
1853
|
settings[:group] = "foo"
|
1861
1854
|
|
1862
|
-
a_group_type_for("foo").
|
1855
|
+
expect(a_group_type_for("foo")).to receive(:exists?).and_return(true)
|
1863
1856
|
expect(settings).to be_service_group_available
|
1864
1857
|
|
1865
1858
|
expect(settings).to be_service_group_available
|
@@ -1870,14 +1863,14 @@ describe Puppet::Settings do
|
|
1870
1863
|
let(:settings) { Puppet::Settings.new }
|
1871
1864
|
|
1872
1865
|
it "should get options from Puppet.settings.optparse_addargs" do
|
1873
|
-
settings.
|
1866
|
+
expect(settings).to receive(:optparse_addargs).and_return([])
|
1874
1867
|
|
1875
1868
|
settings.send(:parse_global_options, [])
|
1876
1869
|
end
|
1877
1870
|
|
1878
1871
|
it "should add options to OptionParser" do
|
1879
|
-
settings.
|
1880
|
-
settings.
|
1872
|
+
allow(settings).to receive(:optparse_addargs).and_return([["--option","-o", "Funny Option", :NONE]])
|
1873
|
+
expect(settings).to receive(:handlearg).with("--option", true)
|
1881
1874
|
settings.send(:parse_global_options, ["--option"])
|
1882
1875
|
end
|
1883
1876
|
|
@@ -1886,13 +1879,13 @@ describe Puppet::Settings do
|
|
1886
1879
|
end
|
1887
1880
|
|
1888
1881
|
it "should not pass an unrecognized option to handleargs" do
|
1889
|
-
settings.
|
1882
|
+
expect(settings).not_to receive(:handlearg).with("--topuppet", "value")
|
1890
1883
|
expect { settings.send(:parse_global_options, ["--topuppet", "value"]) } .to_not raise_error
|
1891
1884
|
end
|
1892
1885
|
|
1893
1886
|
it "should pass valid puppet settings options to handlearg even if they appear after an unrecognized option" do
|
1894
|
-
settings.
|
1895
|
-
settings.
|
1887
|
+
allow(settings).to receive(:optparse_addargs).and_return([["--option","-o", "Funny Option", :NONE]])
|
1888
|
+
expect(settings).to receive(:handlearg).with("--option", true)
|
1896
1889
|
settings.send(:parse_global_options, ["--invalidoption", "--option"])
|
1897
1890
|
end
|
1898
1891
|
|
@@ -1906,7 +1899,7 @@ describe Puppet::Settings do
|
|
1906
1899
|
|
1907
1900
|
it "should set preferred run mode from --run_mode <foo> string without error" do
|
1908
1901
|
args = ["--run_mode", "master"]
|
1909
|
-
settings.
|
1902
|
+
expect(settings).not_to receive(:handlearg).with("--run_mode", "master")
|
1910
1903
|
expect { settings.send(:parse_global_options, args) } .to_not raise_error
|
1911
1904
|
expect(Puppet.settings.preferred_run_mode).to eq(:master)
|
1912
1905
|
expect(args.empty?).to eq(true)
|
@@ -1914,8 +1907,8 @@ describe Puppet::Settings do
|
|
1914
1907
|
|
1915
1908
|
it "should set preferred run mode from --run_mode=<foo> string without error" do
|
1916
1909
|
args = ["--run_mode=master"]
|
1917
|
-
settings.
|
1918
|
-
expect { settings.send(:parse_global_options, args) }
|
1910
|
+
expect(settings).not_to receive(:handlearg).with("--run_mode", "master")
|
1911
|
+
expect { settings.send(:parse_global_options, args) }.to_not raise_error
|
1919
1912
|
expect(Puppet.settings.preferred_run_mode).to eq(:master)
|
1920
1913
|
expect(args.empty?).to eq(true)
|
1921
1914
|
end
|
@@ -1924,8 +1917,8 @@ describe Puppet::Settings do
|
|
1924
1917
|
describe "default_certname" do
|
1925
1918
|
describe "using hostname and domain" do
|
1926
1919
|
before :each do
|
1927
|
-
Puppet::Settings.
|
1928
|
-
Puppet::Settings.
|
1920
|
+
allow(Puppet::Settings).to receive(:hostname_fact).and_return("testhostname")
|
1921
|
+
allow(Puppet::Settings).to receive(:domain_fact).and_return("domain.test.")
|
1929
1922
|
end
|
1930
1923
|
|
1931
1924
|
it "should use both to generate fqdn" do
|
@@ -1938,8 +1931,8 @@ describe Puppet::Settings do
|
|
1938
1931
|
|
1939
1932
|
describe "using just hostname" do
|
1940
1933
|
before :each do
|
1941
|
-
Puppet::Settings.
|
1942
|
-
Puppet::Settings.
|
1934
|
+
allow(Puppet::Settings).to receive(:hostname_fact).and_return("testhostname")
|
1935
|
+
allow(Puppet::Settings).to receive(:domain_fact).and_return("")
|
1943
1936
|
end
|
1944
1937
|
|
1945
1938
|
it "should use only hostname to generate fqdn" do
|