puppet 5.5.12-x64-mingw32 → 5.5.13-x64-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
@@ -174,8 +174,8 @@ describe provider_class do
|
|
174
174
|
|
175
175
|
describe "get filters" do
|
176
176
|
before do
|
177
|
-
augeas =
|
178
|
-
augeas.
|
177
|
+
augeas = double("augeas", :get => "value")
|
178
|
+
allow(augeas).to receive("close")
|
179
179
|
@provider.aug = augeas
|
180
180
|
end
|
181
181
|
|
@@ -202,9 +202,9 @@ describe provider_class do
|
|
202
202
|
|
203
203
|
describe "values filters" do
|
204
204
|
before do
|
205
|
-
augeas =
|
206
|
-
augeas.
|
207
|
-
augeas.
|
205
|
+
augeas = double("augeas", :match => ["set", "of", "values"])
|
206
|
+
allow(augeas).to receive(:get).and_return('set', 'of', 'values')
|
207
|
+
allow(augeas).to receive("close")
|
208
208
|
@provider = provider_class.new(@resource)
|
209
209
|
@provider.aug = augeas
|
210
210
|
end
|
@@ -240,8 +240,8 @@ describe provider_class do
|
|
240
240
|
end
|
241
241
|
|
242
242
|
it "should return true for an array match with internally escaped single quotes" do
|
243
|
-
@provider.aug.
|
244
|
-
@provider.aug.
|
243
|
+
allow(@provider.aug).to receive(:match).and_return(["set", "o'values", "here"])
|
244
|
+
allow(@provider.aug).to receive(:get).and_return('set', "o'values", 'here')
|
245
245
|
command = ["values", "fake value", "== [ 'set', 'o\\'values', 'here']"]
|
246
246
|
expect(@provider.process_values(command)).to eq(true)
|
247
247
|
end
|
@@ -272,8 +272,8 @@ describe provider_class do
|
|
272
272
|
end
|
273
273
|
|
274
274
|
it "should return true for an array match with literal backslashes" do
|
275
|
-
@provider.aug.
|
276
|
-
@provider.aug.
|
275
|
+
allow(@provider.aug).to receive(:match).and_return(["set", "o\\values", "here"])
|
276
|
+
allow(@provider.aug).to receive(:get).and_return('set', "o\\values", 'here')
|
277
277
|
command = ["values", "fake value", "== [ 'set', 'o\\\\values', 'here']"]
|
278
278
|
expect(@provider.process_values(command)).to eq(true)
|
279
279
|
end
|
@@ -299,8 +299,8 @@ describe provider_class do
|
|
299
299
|
end
|
300
300
|
|
301
301
|
it "should return true for an empty array match" do
|
302
|
-
@provider.aug.
|
303
|
-
@provider.aug.
|
302
|
+
allow(@provider.aug).to receive(:match).and_return([])
|
303
|
+
allow(@provider.aug).to receive(:get)
|
304
304
|
command = ["values", "fake value", "== []"]
|
305
305
|
expect(@provider.process_values(command)).to eq(true)
|
306
306
|
end
|
@@ -308,8 +308,8 @@ describe provider_class do
|
|
308
308
|
|
309
309
|
describe "match filters" do
|
310
310
|
before do
|
311
|
-
augeas =
|
312
|
-
augeas.
|
311
|
+
augeas = double("augeas", :match => ["set", "of", "values"])
|
312
|
+
allow(augeas).to receive("close")
|
313
313
|
@provider = provider_class.new(@resource)
|
314
314
|
@provider.aug = augeas
|
315
315
|
end
|
@@ -377,60 +377,60 @@ describe provider_class do
|
|
377
377
|
|
378
378
|
describe "need to run" do
|
379
379
|
before(:each) do
|
380
|
-
@augeas =
|
381
|
-
@augeas.
|
380
|
+
@augeas = double("augeas")
|
381
|
+
allow(@augeas).to receive("close")
|
382
382
|
@provider.aug = @augeas
|
383
383
|
|
384
384
|
# These tests pretend to be an earlier version so the provider doesn't
|
385
385
|
# attempt to make the change in the need_to_run? method
|
386
|
-
@provider.
|
386
|
+
allow(@provider).to receive(:get_augeas_version).and_return("0.3.5")
|
387
387
|
end
|
388
388
|
|
389
389
|
it "should handle no filters" do
|
390
|
-
@augeas.
|
390
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
391
391
|
expect(@provider.need_to_run?).to eq(true)
|
392
392
|
end
|
393
393
|
|
394
394
|
it "should return true when a get filter matches" do
|
395
395
|
@resource[:onlyif] = "get path == value"
|
396
|
-
@augeas.
|
396
|
+
allow(@augeas).to receive("get").and_return("value")
|
397
397
|
expect(@provider.need_to_run?).to eq(true)
|
398
398
|
end
|
399
399
|
|
400
400
|
describe "performing numeric comparisons (#22617)" do
|
401
401
|
it "should return true when a get string compare is true" do
|
402
402
|
@resource[:onlyif] = "get bpath > a"
|
403
|
-
@augeas.
|
403
|
+
allow(@augeas).to receive("get").and_return("b")
|
404
404
|
expect(@provider.need_to_run?).to eq(true)
|
405
405
|
end
|
406
406
|
|
407
407
|
it "should return false when a get string compare is false" do
|
408
408
|
@resource[:onlyif] = "get a19path > a2"
|
409
|
-
@augeas.
|
409
|
+
allow(@augeas).to receive("get").and_return("a19")
|
410
410
|
expect(@provider.need_to_run?).to eq(false)
|
411
411
|
end
|
412
412
|
|
413
413
|
it "should return true when a get int gt compare is true" do
|
414
414
|
@resource[:onlyif] = "get path19 > 2"
|
415
|
-
@augeas.
|
415
|
+
allow(@augeas).to receive("get").and_return("19")
|
416
416
|
expect(@provider.need_to_run?).to eq(true)
|
417
417
|
end
|
418
418
|
|
419
419
|
it "should return true when a get int ge compare is true" do
|
420
420
|
@resource[:onlyif] = "get path19 >= 2"
|
421
|
-
@augeas.
|
421
|
+
allow(@augeas).to receive("get").and_return("19")
|
422
422
|
expect(@provider.need_to_run?).to eq(true)
|
423
423
|
end
|
424
424
|
|
425
425
|
it "should return true when a get int lt compare is true" do
|
426
426
|
@resource[:onlyif] = "get path2 < 19"
|
427
|
-
@augeas.
|
427
|
+
allow(@augeas).to receive("get").and_return("2")
|
428
428
|
expect(@provider.need_to_run?).to eq(true)
|
429
429
|
end
|
430
430
|
|
431
431
|
it "should return false when a get int le compare is false" do
|
432
432
|
@resource[:onlyif] = "get path39 <= 4"
|
433
|
-
@augeas.
|
433
|
+
allow(@augeas).to receive("get").and_return("39")
|
434
434
|
expect(@provider.need_to_run?).to eq(false)
|
435
435
|
end
|
436
436
|
end
|
@@ -454,19 +454,19 @@ describe provider_class do
|
|
454
454
|
|
455
455
|
it "should return false when a get filter does not match" do
|
456
456
|
@resource[:onlyif] = "get path == another value"
|
457
|
-
@augeas.
|
457
|
+
allow(@augeas).to receive("get").and_return("value")
|
458
458
|
expect(@provider.need_to_run?).to eq(false)
|
459
459
|
end
|
460
460
|
|
461
461
|
it "should return true when a match filter matches" do
|
462
462
|
@resource[:onlyif] = "match path size == 3"
|
463
|
-
@augeas.
|
463
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
464
464
|
expect(@provider.need_to_run?).to eq(true)
|
465
465
|
end
|
466
466
|
|
467
467
|
it "should return false when a match filter does not match" do
|
468
468
|
@resource[:onlyif] = "match path size == 2"
|
469
|
-
@augeas.
|
469
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
470
470
|
expect(@provider.need_to_run?).to eq(false)
|
471
471
|
end
|
472
472
|
|
@@ -474,21 +474,21 @@ describe provider_class do
|
|
474
474
|
it "setting force should not change the above logic" do
|
475
475
|
@resource[:force] = true
|
476
476
|
@resource[:onlyif] = "match path size == 2"
|
477
|
-
@augeas.
|
477
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
478
478
|
expect(@provider.need_to_run?).to eq(false)
|
479
479
|
end
|
480
480
|
|
481
481
|
#Ticket 5211 testing
|
482
482
|
it "should return true when a size != the provided value" do
|
483
483
|
@resource[:onlyif] = "match path size != 17"
|
484
|
-
@augeas.
|
484
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
485
485
|
expect(@provider.need_to_run?).to eq(true)
|
486
486
|
end
|
487
487
|
|
488
488
|
#Ticket 5211 testing
|
489
489
|
it "should return false when a size does equal the provided value" do
|
490
490
|
@resource[:onlyif] = "match path size != 3"
|
491
|
-
@augeas.
|
491
|
+
allow(@augeas).to receive("match").and_return(["set", "of", "values"])
|
492
492
|
expect(@provider.need_to_run?).to eq(false)
|
493
493
|
end
|
494
494
|
|
@@ -504,15 +504,15 @@ describe provider_class do
|
|
504
504
|
@resource[:context] = "/files"
|
505
505
|
@resource[:changes] = ["set #{file}/foo bar"]
|
506
506
|
|
507
|
-
File.
|
508
|
-
@provider.
|
509
|
-
@provider.
|
507
|
+
allow(File).to receive(:delete)
|
508
|
+
allow(@provider).to receive(:get_augeas_version).and_return("0.10.0")
|
509
|
+
allow(@provider).to receive("diff").with("#{file}", "#{file}.augnew").and_return("diff")
|
510
510
|
|
511
|
-
@augeas.
|
512
|
-
@augeas.
|
513
|
-
@augeas.
|
514
|
-
@augeas.
|
515
|
-
@augeas.
|
511
|
+
allow(@augeas).to receive(:set).and_return(true)
|
512
|
+
allow(@augeas).to receive(:save).and_return(true)
|
513
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved"])
|
514
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved").and_return("/files#{file}")
|
515
|
+
allow(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
516
516
|
end
|
517
517
|
|
518
518
|
if cfg && param
|
@@ -538,23 +538,23 @@ describe provider_class do
|
|
538
538
|
@resource[:show_diff] = true
|
539
539
|
|
540
540
|
@resource[:root] = ""
|
541
|
-
@provider.
|
542
|
-
@augeas.
|
543
|
-
@augeas.
|
541
|
+
allow(@provider).to receive(:get_augeas_version).and_return("0.10.0")
|
542
|
+
allow(@augeas).to receive(:set).and_return(true)
|
543
|
+
allow(@augeas).to receive(:save).and_return(true)
|
544
544
|
end
|
545
545
|
|
546
546
|
it "should display a diff when a single file is shown to have been changed" do
|
547
547
|
file = "/etc/hosts"
|
548
|
-
File.
|
548
|
+
allow(File).to receive(:delete)
|
549
549
|
|
550
550
|
@resource[:loglevel] = "crit"
|
551
551
|
@resource[:context] = "/files"
|
552
552
|
@resource[:changes] = ["set #{file}/foo bar"]
|
553
553
|
|
554
|
-
@augeas.
|
555
|
-
@augeas.
|
556
|
-
@augeas.
|
557
|
-
@provider.
|
554
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved"])
|
555
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved").and_return("/files#{file}")
|
556
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
557
|
+
expect(@provider).to receive("diff").with("#{file}", "#{file}.augnew").and_return("diff")
|
558
558
|
|
559
559
|
expect(@provider).to be_need_to_run
|
560
560
|
|
@@ -565,17 +565,17 @@ describe provider_class do
|
|
565
565
|
it "should display a diff for each file that is changed when changing many files" do
|
566
566
|
file1 = "/etc/hosts"
|
567
567
|
file2 = "/etc/resolv.conf"
|
568
|
-
File.
|
568
|
+
allow(File).to receive(:delete)
|
569
569
|
|
570
570
|
@resource[:context] = "/files"
|
571
571
|
@resource[:changes] = ["set #{file1}/foo bar", "set #{file2}/baz biz"]
|
572
572
|
|
573
|
-
@augeas.
|
574
|
-
@augeas.
|
575
|
-
@augeas.
|
576
|
-
@augeas.
|
577
|
-
@provider.
|
578
|
-
@provider.
|
573
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved[1]", "/augeas/events/saved[2]"])
|
574
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved[1]").and_return("/files#{file1}")
|
575
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved[2]").and_return("/files#{file2}")
|
576
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
577
|
+
expect(@provider).to receive(:diff).with("#{file1}", "#{file1}.augnew").and_return("diff #{file1}")
|
578
|
+
expect(@provider).to receive(:diff).with("#{file2}", "#{file2}.augnew").and_return("diff #{file2}")
|
579
579
|
|
580
580
|
expect(@provider).to be_need_to_run
|
581
581
|
|
@@ -587,16 +587,16 @@ describe provider_class do
|
|
587
587
|
it "should call diff when a file is shown to have been changed" do
|
588
588
|
root = "/tmp/foo"
|
589
589
|
file = "/etc/hosts"
|
590
|
-
File.
|
590
|
+
allow(File).to receive(:delete)
|
591
591
|
|
592
592
|
@resource[:context] = "/files"
|
593
593
|
@resource[:changes] = ["set #{file}/foo bar"]
|
594
594
|
@resource[:root] = root
|
595
595
|
|
596
|
-
@augeas.
|
597
|
-
@augeas.
|
598
|
-
@augeas.
|
599
|
-
@provider.
|
596
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved"])
|
597
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved").and_return("/files#{file}")
|
598
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
599
|
+
expect(@provider).to receive(:diff).with("#{root}#{file}", "#{root}#{file}.augnew").and_return("diff")
|
600
600
|
|
601
601
|
expect(@provider).to be_need_to_run
|
602
602
|
|
@@ -611,12 +611,12 @@ describe provider_class do
|
|
611
611
|
@resource[:context] = "/files"
|
612
612
|
@resource[:changes] = ["set #{file}/foo bar"]
|
613
613
|
|
614
|
-
@augeas.
|
615
|
-
@augeas.
|
616
|
-
@augeas.
|
617
|
-
@augeas.
|
614
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return([])
|
615
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
616
|
+
expect(@augeas).not_to receive(:get).with("/augeas/events/saved")
|
617
|
+
expect(@augeas).to receive(:close)
|
618
618
|
|
619
|
-
@provider.
|
619
|
+
expect(@provider).not_to receive(:diff)
|
620
620
|
expect(@provider).not_to be_need_to_run
|
621
621
|
end
|
622
622
|
|
@@ -626,14 +626,14 @@ describe provider_class do
|
|
626
626
|
@resource[:context] = "/files"
|
627
627
|
@resource[:changes] = ["set #{file}/foo bar"]
|
628
628
|
|
629
|
-
@augeas.
|
630
|
-
@augeas.
|
631
|
-
@augeas.
|
632
|
-
@augeas.
|
629
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved"])
|
630
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved").and_return("/files#{file}")
|
631
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
632
|
+
expect(@augeas).to receive(:close)
|
633
633
|
|
634
|
-
File.
|
634
|
+
expect(File).to receive(:delete).with(file + ".augnew")
|
635
635
|
|
636
|
-
@provider.
|
636
|
+
expect(@provider).to receive(:diff).with("#{file}", "#{file}.augnew").and_return("")
|
637
637
|
expect(@provider).to be_need_to_run
|
638
638
|
end
|
639
639
|
|
@@ -644,15 +644,15 @@ describe provider_class do
|
|
644
644
|
@resource[:context] = "/files"
|
645
645
|
@resource[:changes] = ["set #{file}/foo bar"]
|
646
646
|
|
647
|
-
@augeas.
|
648
|
-
@augeas.
|
649
|
-
@augeas.
|
650
|
-
@augeas.
|
651
|
-
@augeas.
|
647
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return(["/augeas/events/saved[1]", "/augeas/events/saved[2]"])
|
648
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved[1]").and_return("/files#{file}")
|
649
|
+
allow(@augeas).to receive(:get).with("/augeas/events/saved[2]").and_return("/files#{file}")
|
650
|
+
expect(@augeas).to receive(:set).with("/augeas/save", "newfile")
|
651
|
+
expect(@augeas).to receive(:close)
|
652
652
|
|
653
|
-
File.
|
653
|
+
expect(File).to receive(:delete).with(file + ".augnew").once()
|
654
654
|
|
655
|
-
@provider.
|
655
|
+
expect(@provider).to receive(:diff).with("#{file}", "#{file}.augnew").and_return("").once()
|
656
656
|
expect(@provider).to be_need_to_run
|
657
657
|
end
|
658
658
|
|
@@ -662,12 +662,12 @@ describe provider_class do
|
|
662
662
|
@resource[:context] = "/files"
|
663
663
|
@resource[:changes] = ["set #{file}/foo bar"]
|
664
664
|
|
665
|
-
@augeas.
|
666
|
-
@augeas.
|
667
|
-
@augeas.
|
665
|
+
allow(@augeas).to receive(:save).and_return(false)
|
666
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return([])
|
667
|
+
expect(@augeas).to receive(:close)
|
668
668
|
|
669
|
-
@provider.
|
670
|
-
@provider.
|
669
|
+
expect(@provider).not_to receive(:diff)
|
670
|
+
expect(@provider).to receive(:print_put_errors)
|
671
671
|
expect { @provider.need_to_run? }.to raise_error(Puppet::Error)
|
672
672
|
end
|
673
673
|
end
|
@@ -675,45 +675,45 @@ describe provider_class do
|
|
675
675
|
|
676
676
|
describe "augeas execution integration" do
|
677
677
|
before do
|
678
|
-
@augeas =
|
679
|
-
@augeas.
|
680
|
-
@augeas.
|
678
|
+
@augeas = double("augeas", load: nil)
|
679
|
+
allow(@augeas).to receive("close")
|
680
|
+
allow(@augeas).to receive(:match).with("/augeas/events/saved").and_return([])
|
681
681
|
|
682
682
|
@provider.aug = @augeas
|
683
|
-
@provider.
|
683
|
+
allow(@provider).to receive(:get_augeas_version).and_return("0.3.5")
|
684
684
|
end
|
685
685
|
|
686
686
|
it "should handle set commands" do
|
687
687
|
@resource[:changes] = "set JarJar Binks"
|
688
688
|
@resource[:context] = "/some/path/"
|
689
|
-
@augeas.
|
690
|
-
@augeas.
|
691
|
-
@augeas.
|
689
|
+
expect(@augeas).to receive(:set).with("/some/path/JarJar", "Binks").and_return(true)
|
690
|
+
expect(@augeas).to receive(:save).and_return(true)
|
691
|
+
expect(@augeas).to receive(:close)
|
692
692
|
expect(@provider.execute_changes).to eq(:executed)
|
693
693
|
end
|
694
694
|
|
695
695
|
it "should handle rm commands" do
|
696
696
|
@resource[:changes] = "rm /Jar/Jar"
|
697
|
-
@augeas.
|
698
|
-
@augeas.
|
699
|
-
@augeas.
|
697
|
+
expect(@augeas).to receive(:rm).with("/Jar/Jar")
|
698
|
+
expect(@augeas).to receive(:save).and_return(true)
|
699
|
+
expect(@augeas).to receive(:close)
|
700
700
|
expect(@provider.execute_changes).to eq(:executed)
|
701
701
|
end
|
702
702
|
|
703
703
|
it "should handle remove commands" do
|
704
704
|
@resource[:changes] = "remove /Jar/Jar"
|
705
|
-
@augeas.
|
706
|
-
@augeas.
|
707
|
-
@augeas.
|
705
|
+
expect(@augeas).to receive(:rm).with("/Jar/Jar")
|
706
|
+
expect(@augeas).to receive(:save).and_return(true)
|
707
|
+
expect(@augeas).to receive(:close)
|
708
708
|
expect(@provider.execute_changes).to eq(:executed)
|
709
709
|
end
|
710
710
|
|
711
711
|
it "should handle clear commands" do
|
712
712
|
@resource[:changes] = "clear Jar/Jar"
|
713
713
|
@resource[:context] = "/foo/"
|
714
|
-
@augeas.
|
715
|
-
@augeas.
|
716
|
-
@augeas.
|
714
|
+
expect(@augeas).to receive(:clear).with("/foo/Jar/Jar").and_return(true)
|
715
|
+
expect(@augeas).to receive(:save).and_return(true)
|
716
|
+
expect(@augeas).to receive(:close)
|
717
717
|
expect(@provider.execute_changes).to eq(:executed)
|
718
718
|
end
|
719
719
|
|
@@ -721,20 +721,20 @@ describe provider_class do
|
|
721
721
|
it "should clear missing path" do
|
722
722
|
@resource[:changes] = "touch Jar/Jar"
|
723
723
|
@resource[:context] = "/foo/"
|
724
|
-
@augeas.
|
725
|
-
@augeas.
|
726
|
-
@augeas.
|
727
|
-
@augeas.
|
724
|
+
expect(@augeas).to receive(:match).with("/foo/Jar/Jar").and_return([])
|
725
|
+
expect(@augeas).to receive(:clear).with("/foo/Jar/Jar").and_return(true)
|
726
|
+
expect(@augeas).to receive(:save).and_return(true)
|
727
|
+
expect(@augeas).to receive(:close)
|
728
728
|
expect(@provider.execute_changes).to eq(:executed)
|
729
729
|
end
|
730
730
|
|
731
731
|
it "should not change on existing path" do
|
732
732
|
@resource[:changes] = "touch Jar/Jar"
|
733
733
|
@resource[:context] = "/foo/"
|
734
|
-
@augeas.
|
735
|
-
@augeas.
|
736
|
-
@augeas.
|
737
|
-
@augeas.
|
734
|
+
expect(@augeas).to receive(:match).with("/foo/Jar/Jar").and_return(["/foo/Jar/Jar"])
|
735
|
+
expect(@augeas).not_to receive(:clear)
|
736
|
+
expect(@augeas).to receive(:save).and_return(true)
|
737
|
+
expect(@augeas).to receive(:close)
|
738
738
|
expect(@provider.execute_changes).to eq(:executed)
|
739
739
|
end
|
740
740
|
end
|
@@ -742,138 +742,138 @@ describe provider_class do
|
|
742
742
|
it "should handle ins commands with before" do
|
743
743
|
@resource[:changes] = "ins Binks before Jar/Jar"
|
744
744
|
@resource[:context] = "/foo"
|
745
|
-
@augeas.
|
746
|
-
@augeas.
|
747
|
-
@augeas.
|
745
|
+
expect(@augeas).to receive(:insert).with("/foo/Jar/Jar", "Binks", true)
|
746
|
+
expect(@augeas).to receive(:save).and_return(true)
|
747
|
+
expect(@augeas).to receive(:close)
|
748
748
|
expect(@provider.execute_changes).to eq(:executed)
|
749
749
|
end
|
750
750
|
|
751
751
|
it "should handle ins commands with after" do
|
752
752
|
@resource[:changes] = "ins Binks after /Jar/Jar"
|
753
753
|
@resource[:context] = "/foo"
|
754
|
-
@augeas.
|
755
|
-
@augeas.
|
756
|
-
@augeas.
|
754
|
+
expect(@augeas).to receive(:insert).with("/Jar/Jar", "Binks", false)
|
755
|
+
expect(@augeas).to receive(:save).and_return(true)
|
756
|
+
expect(@augeas).to receive(:close)
|
757
757
|
expect(@provider.execute_changes).to eq(:executed)
|
758
758
|
end
|
759
759
|
|
760
760
|
it "should handle ins with no context" do
|
761
761
|
@resource[:changes] = "ins Binks after /Jar/Jar"
|
762
|
-
@augeas.
|
763
|
-
@augeas.
|
764
|
-
@augeas.
|
762
|
+
expect(@augeas).to receive(:insert).with("/Jar/Jar", "Binks", false)
|
763
|
+
expect(@augeas).to receive(:save).and_return(true)
|
764
|
+
expect(@augeas).to receive(:close)
|
765
765
|
expect(@provider.execute_changes).to eq(:executed)
|
766
766
|
end
|
767
767
|
|
768
768
|
it "should handle multiple commands" do
|
769
769
|
@resource[:changes] = ["ins Binks after /Jar/Jar", "clear Jar/Jar"]
|
770
770
|
@resource[:context] = "/foo/"
|
771
|
-
@augeas.
|
772
|
-
@augeas.
|
773
|
-
@augeas.
|
774
|
-
@augeas.
|
771
|
+
expect(@augeas).to receive(:insert).with("/Jar/Jar", "Binks", false)
|
772
|
+
expect(@augeas).to receive(:clear).with("/foo/Jar/Jar").and_return(true)
|
773
|
+
expect(@augeas).to receive(:save).and_return(true)
|
774
|
+
expect(@augeas).to receive(:close)
|
775
775
|
expect(@provider.execute_changes).to eq(:executed)
|
776
776
|
end
|
777
777
|
|
778
778
|
it "should handle defvar commands" do
|
779
779
|
@resource[:changes] = "defvar myjar Jar/Jar"
|
780
780
|
@resource[:context] = "/foo/"
|
781
|
-
@augeas.
|
782
|
-
@augeas.
|
783
|
-
@augeas.
|
781
|
+
expect(@augeas).to receive(:defvar).with("myjar", "/foo/Jar/Jar").and_return(true)
|
782
|
+
expect(@augeas).to receive(:save).and_return(true)
|
783
|
+
expect(@augeas).to receive(:close)
|
784
784
|
expect(@provider.execute_changes).to eq(:executed)
|
785
785
|
end
|
786
786
|
|
787
787
|
it "should pass through augeas variables without context" do
|
788
788
|
@resource[:changes] = ["defvar myjar Jar/Jar","set $myjar/Binks 1"]
|
789
789
|
@resource[:context] = "/foo/"
|
790
|
-
@augeas.
|
790
|
+
expect(@augeas).to receive(:defvar).with("myjar", "/foo/Jar/Jar").and_return(true)
|
791
791
|
# this is the important bit, shouldn't be /foo/$myjar/Binks
|
792
|
-
@augeas.
|
793
|
-
@augeas.
|
794
|
-
@augeas.
|
792
|
+
expect(@augeas).to receive(:set).with("$myjar/Binks", "1").and_return(true)
|
793
|
+
expect(@augeas).to receive(:save).and_return(true)
|
794
|
+
expect(@augeas).to receive(:close)
|
795
795
|
expect(@provider.execute_changes).to eq(:executed)
|
796
796
|
end
|
797
797
|
|
798
798
|
it "should handle defnode commands" do
|
799
799
|
@resource[:changes] = "defnode newjar Jar/Jar[last()+1] Binks"
|
800
800
|
@resource[:context] = "/foo/"
|
801
|
-
@augeas.
|
802
|
-
@augeas.
|
803
|
-
@augeas.
|
801
|
+
expect(@augeas).to receive(:defnode).with("newjar", "/foo/Jar/Jar[last()+1]", "Binks").and_return(true)
|
802
|
+
expect(@augeas).to receive(:save).and_return(true)
|
803
|
+
expect(@augeas).to receive(:close)
|
804
804
|
expect(@provider.execute_changes).to eq(:executed)
|
805
805
|
end
|
806
806
|
|
807
807
|
it "should handle mv commands" do
|
808
808
|
@resource[:changes] = "mv Jar/Jar Binks"
|
809
809
|
@resource[:context] = "/foo/"
|
810
|
-
@augeas.
|
811
|
-
@augeas.
|
812
|
-
@augeas.
|
810
|
+
expect(@augeas).to receive(:mv).with("/foo/Jar/Jar", "/foo/Binks").and_return(true)
|
811
|
+
expect(@augeas).to receive(:save).and_return(true)
|
812
|
+
expect(@augeas).to receive(:close)
|
813
813
|
expect(@provider.execute_changes).to eq(:executed)
|
814
814
|
end
|
815
815
|
|
816
816
|
it "should handle rename commands" do
|
817
817
|
@resource[:changes] = "rename Jar/Jar Binks"
|
818
818
|
@resource[:context] = "/foo/"
|
819
|
-
@augeas.
|
820
|
-
@augeas.
|
821
|
-
@augeas.
|
819
|
+
expect(@augeas).to receive(:rename).with("/foo/Jar/Jar", "Binks").and_return(true)
|
820
|
+
expect(@augeas).to receive(:save).and_return(true)
|
821
|
+
expect(@augeas).to receive(:close)
|
822
822
|
expect(@provider.execute_changes).to eq(:executed)
|
823
823
|
end
|
824
824
|
|
825
825
|
it "should handle setm commands" do
|
826
826
|
@resource[:changes] = ["set test[1]/Jar/Jar Foo","set test[2]/Jar/Jar Bar","setm test Jar/Jar Binks"]
|
827
827
|
@resource[:context] = "/foo/"
|
828
|
-
@augeas.
|
829
|
-
@augeas.
|
830
|
-
@augeas.
|
831
|
-
@augeas.
|
832
|
-
@augeas.
|
833
|
-
@augeas.
|
828
|
+
expect(@augeas).to receive(:respond_to?).with("setm").and_return(true)
|
829
|
+
expect(@augeas).to receive(:set).with("/foo/test[1]/Jar/Jar", "Foo").and_return(true)
|
830
|
+
expect(@augeas).to receive(:set).with("/foo/test[2]/Jar/Jar", "Bar").and_return(true)
|
831
|
+
expect(@augeas).to receive(:setm).with("/foo/test", "Jar/Jar", "Binks").and_return(true)
|
832
|
+
expect(@augeas).to receive(:save).and_return(true)
|
833
|
+
expect(@augeas).to receive(:close)
|
834
834
|
expect(@provider.execute_changes).to eq(:executed)
|
835
835
|
end
|
836
836
|
|
837
837
|
it "should throw error if setm command not supported" do
|
838
838
|
@resource[:changes] = ["set test[1]/Jar/Jar Foo","set test[2]/Jar/Jar Bar","setm test Jar/Jar Binks"]
|
839
839
|
@resource[:context] = "/foo/"
|
840
|
-
@augeas.
|
841
|
-
@augeas.
|
842
|
-
@augeas.
|
840
|
+
expect(@augeas).to receive(:respond_to?).with("setm").and_return(false)
|
841
|
+
expect(@augeas).to receive(:set).with("/foo/test[1]/Jar/Jar", "Foo").and_return(true)
|
842
|
+
expect(@augeas).to receive(:set).with("/foo/test[2]/Jar/Jar", "Bar").and_return(true)
|
843
843
|
expect { @provider.execute_changes }.to raise_error RuntimeError, /command 'setm' not supported/
|
844
844
|
end
|
845
845
|
|
846
846
|
it "should handle clearm commands" do
|
847
847
|
@resource[:changes] = ["set test[1]/Jar/Jar Foo","set test[2]/Jar/Jar Bar","clearm test Jar/Jar"]
|
848
848
|
@resource[:context] = "/foo/"
|
849
|
-
@augeas.
|
850
|
-
@augeas.
|
851
|
-
@augeas.
|
852
|
-
@augeas.
|
853
|
-
@augeas.
|
854
|
-
@augeas.
|
849
|
+
expect(@augeas).to receive(:respond_to?).with("clearm").and_return(true)
|
850
|
+
expect(@augeas).to receive(:set).with("/foo/test[1]/Jar/Jar", "Foo").and_return(true)
|
851
|
+
expect(@augeas).to receive(:set).with("/foo/test[2]/Jar/Jar", "Bar").and_return(true)
|
852
|
+
expect(@augeas).to receive(:clearm).with("/foo/test", "Jar/Jar").and_return(true)
|
853
|
+
expect(@augeas).to receive(:save).and_return(true)
|
854
|
+
expect(@augeas).to receive(:close)
|
855
855
|
expect(@provider.execute_changes).to eq(:executed)
|
856
856
|
end
|
857
857
|
|
858
858
|
it "should throw error if clearm command not supported" do
|
859
859
|
@resource[:changes] = ["set test[1]/Jar/Jar Foo","set test[2]/Jar/Jar Bar","clearm test Jar/Jar"]
|
860
860
|
@resource[:context] = "/foo/"
|
861
|
-
@augeas.
|
862
|
-
@augeas.
|
863
|
-
@augeas.
|
861
|
+
expect(@augeas).to receive(:respond_to?).with("clearm").and_return(false)
|
862
|
+
expect(@augeas).to receive(:set).with("/foo/test[1]/Jar/Jar", "Foo").and_return(true)
|
863
|
+
expect(@augeas).to receive(:set).with("/foo/test[2]/Jar/Jar", "Bar").and_return(true)
|
864
864
|
expect { @provider.execute_changes }.to raise_error(RuntimeError, /command 'clearm' not supported/)
|
865
865
|
end
|
866
866
|
|
867
867
|
it "should throw error if saving failed" do
|
868
868
|
@resource[:changes] = ["set test[1]/Jar/Jar Foo","set test[2]/Jar/Jar Bar","clearm test Jar/Jar"]
|
869
869
|
@resource[:context] = "/foo/"
|
870
|
-
@augeas.
|
871
|
-
@augeas.
|
872
|
-
@augeas.
|
873
|
-
@augeas.
|
874
|
-
@augeas.
|
875
|
-
@provider.
|
876
|
-
@augeas.
|
870
|
+
expect(@augeas).to receive(:respond_to?).with("clearm").and_return(true)
|
871
|
+
expect(@augeas).to receive(:set).with("/foo/test[1]/Jar/Jar", "Foo").and_return(true)
|
872
|
+
expect(@augeas).to receive(:set).with("/foo/test[2]/Jar/Jar", "Bar").and_return(true)
|
873
|
+
expect(@augeas).to receive(:clearm).with("/foo/test", "Jar/Jar").and_return(true)
|
874
|
+
expect(@augeas).to receive(:save).and_return(false)
|
875
|
+
expect(@provider).to receive(:print_put_errors)
|
876
|
+
expect(@augeas).to receive(:match).and_return([])
|
877
877
|
expect { @provider.execute_changes }.to raise_error(Puppet::Error)
|
878
878
|
end
|
879
879
|
end
|
@@ -882,7 +882,7 @@ describe provider_class do
|
|
882
882
|
include PuppetSpec::Files
|
883
883
|
|
884
884
|
it "should not clobber the file if it's a symlink" do
|
885
|
-
Puppet::Util::Storage.
|
885
|
+
allow(Puppet::Util::Storage).to receive(:store)
|
886
886
|
|
887
887
|
link = tmpfile('link')
|
888
888
|
target = tmpfile('target')
|
@@ -909,57 +909,57 @@ describe provider_class do
|
|
909
909
|
|
910
910
|
describe "load/save failure reporting" do
|
911
911
|
before do
|
912
|
-
@augeas =
|
913
|
-
@augeas.
|
912
|
+
@augeas = double("augeas")
|
913
|
+
allow(@augeas).to receive("close")
|
914
914
|
@provider.aug = @augeas
|
915
915
|
end
|
916
916
|
|
917
917
|
describe "should find load errors" do
|
918
918
|
before do
|
919
|
-
@augeas.
|
920
|
-
@augeas.
|
921
|
-
@augeas.
|
922
|
-
@augeas.
|
923
|
-
@augeas.
|
919
|
+
expect(@augeas).to receive(:match).with("/augeas//error").and_return(["/augeas/files/foo/error"])
|
920
|
+
expect(@augeas).to receive(:match).with("/augeas/files/foo/error/*").and_return(["/augeas/files/foo/error/path", "/augeas/files/foo/error/message"])
|
921
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error").and_return("some_failure")
|
922
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error/path").and_return("/foo")
|
923
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error/message").and_return("Failed to...")
|
924
924
|
end
|
925
925
|
|
926
926
|
it "and output only to debug when no path supplied" do
|
927
|
-
@provider.
|
928
|
-
@provider.
|
927
|
+
expect(@provider).to receive(:debug).exactly(5).times()
|
928
|
+
expect(@provider).not_to receive(:warning)
|
929
929
|
@provider.print_load_errors(nil)
|
930
930
|
end
|
931
931
|
|
932
932
|
it "and output a warning and to debug when path supplied" do
|
933
|
-
@augeas.
|
934
|
-
@provider.
|
935
|
-
@provider.
|
933
|
+
expect(@augeas).to receive(:match).with("/augeas/files/foo//error").and_return(["/augeas/files/foo/error"])
|
934
|
+
expect(@provider).to receive(:warning).once()
|
935
|
+
expect(@provider).to receive(:debug).exactly(4).times()
|
936
936
|
@provider.print_load_errors('/augeas/files/foo//error')
|
937
937
|
end
|
938
938
|
|
939
939
|
it "and output only to debug when path doesn't match" do
|
940
|
-
@augeas.
|
941
|
-
@provider.
|
942
|
-
@provider.
|
940
|
+
expect(@augeas).to receive(:match).with("/augeas/files/foo//error").and_return([])
|
941
|
+
expect(@provider).not_to receive(:warning)
|
942
|
+
expect(@provider).to receive(:debug).exactly(5).times()
|
943
943
|
@provider.print_load_errors('/augeas/files/foo//error')
|
944
944
|
end
|
945
945
|
end
|
946
946
|
|
947
947
|
it "should find load errors from lenses" do
|
948
|
-
@augeas.
|
949
|
-
@augeas.
|
950
|
-
@augeas.
|
951
|
-
@provider.
|
952
|
-
@provider.
|
948
|
+
expect(@augeas).to receive(:match).with("/augeas//error").twice.and_return(["/augeas/load/Xfm/error"])
|
949
|
+
expect(@augeas).to receive(:match).with("/augeas/load/Xfm/error/*").and_return([])
|
950
|
+
expect(@augeas).to receive(:get).with("/augeas/load/Xfm/error").and_return(["Could not find lens php.aug"])
|
951
|
+
expect(@provider).to receive(:warning).once()
|
952
|
+
expect(@provider).to receive(:debug).twice()
|
953
953
|
@provider.print_load_errors('/augeas//error')
|
954
954
|
end
|
955
955
|
|
956
956
|
it "should find save errors and output to debug" do
|
957
|
-
@augeas.
|
958
|
-
@augeas.
|
959
|
-
@augeas.
|
960
|
-
@augeas.
|
961
|
-
@augeas.
|
962
|
-
@provider.
|
957
|
+
expect(@augeas).to receive(:match).with("/augeas//error[. = 'put_failed']").and_return(["/augeas/files/foo/error"])
|
958
|
+
expect(@augeas).to receive(:match).with("/augeas/files/foo/error/*").and_return(["/augeas/files/foo/error/path", "/augeas/files/foo/error/message"])
|
959
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error").and_return("some_failure")
|
960
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error/path").and_return("/foo")
|
961
|
+
expect(@augeas).to receive(:get).with("/augeas/files/foo/error/message").and_return("Failed to...")
|
962
|
+
expect(@provider).to receive(:debug).exactly(5).times()
|
963
963
|
@provider.print_put_errors
|
964
964
|
end
|
965
965
|
end
|
@@ -978,7 +978,7 @@ describe provider_class do
|
|
978
978
|
end
|
979
979
|
|
980
980
|
it "should report load errors to debug only" do
|
981
|
-
@provider.
|
981
|
+
expect(@provider).to receive(:print_load_errors).with(nil)
|
982
982
|
aug = @provider.open_augeas
|
983
983
|
expect(aug).not_to eq(nil)
|
984
984
|
end
|
@@ -988,7 +988,7 @@ describe provider_class do
|
|
988
988
|
@resource[:incl] = "/etc/hosts"
|
989
989
|
@resource[:lens] = "Hosts.lns"
|
990
990
|
|
991
|
-
@provider.
|
991
|
+
expect(@provider).to receive(:print_load_errors).with('/augeas//error')
|
992
992
|
aug = @provider.open_augeas
|
993
993
|
expect(aug).not_to eq(nil)
|
994
994
|
expect(aug.match("/files/etc/fstab")).to eq([])
|
@@ -1021,7 +1021,7 @@ describe provider_class do
|
|
1021
1021
|
it "should only load one file if relevant context given" do
|
1022
1022
|
@resource[:context] = "/files/etc/fstab"
|
1023
1023
|
|
1024
|
-
@provider.
|
1024
|
+
expect(@provider).to receive(:print_load_errors).with('/augeas/files/etc/fstab//error')
|
1025
1025
|
aug = @provider.open_augeas
|
1026
1026
|
expect(aug).not_to eq(nil)
|
1027
1027
|
expect(aug.match("/files/etc/fstab")).to eq(["/files/etc/fstab"])
|
@@ -1032,7 +1032,7 @@ describe provider_class do
|
|
1032
1032
|
@resource[:context] = "/files/etc/test"
|
1033
1033
|
@resource[:load_path] = my_fixture_dir
|
1034
1034
|
|
1035
|
-
@provider.
|
1035
|
+
expect(@provider).to receive(:print_load_errors).with('/augeas/files/etc/test//error')
|
1036
1036
|
aug = @provider.open_augeas
|
1037
1037
|
expect(aug).not_to eq(nil)
|
1038
1038
|
expect(aug.match("/files/etc/fstab")).to eq([])
|
@@ -1043,7 +1043,7 @@ describe provider_class do
|
|
1043
1043
|
it "should load standard files if context isn't specific" do
|
1044
1044
|
@resource[:context] = "/files/etc"
|
1045
1045
|
|
1046
|
-
@provider.
|
1046
|
+
expect(@provider).to receive(:print_load_errors).with(nil)
|
1047
1047
|
aug = @provider.open_augeas
|
1048
1048
|
expect(aug).not_to eq(nil)
|
1049
1049
|
expect(aug.match("/files/etc/fstab")).to eq(["/files/etc/fstab"])
|
@@ -1053,7 +1053,7 @@ describe provider_class do
|
|
1053
1053
|
it "should not optimise if the context is a complex path" do
|
1054
1054
|
@resource[:context] = "/files/*[label()='etc']"
|
1055
1055
|
|
1056
|
-
@provider.
|
1056
|
+
expect(@provider).to receive(:print_load_errors).with(nil)
|
1057
1057
|
aug = @provider.open_augeas
|
1058
1058
|
expect(aug).not_to eq(nil)
|
1059
1059
|
expect(aug.match("/files/etc/fstab")).to eq(["/files/etc/fstab"])
|