puppet 3.8.6 → 3.8.7
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.
- data/ext/build_defaults.yaml +2 -2
- data/ext/nagios/check_puppet.rb +3 -3
- data/ext/redhat/puppet.spec.erb +0 -10
- data/ext/systemd/puppet.service +1 -0
- data/lib/puppet/module_tool/tar/mini.rb +1 -1
- data/lib/puppet/pops/evaluator/runtime3_support.rb +9 -0
- data/lib/puppet/pops/issues.rb +18 -7
- data/lib/puppet/pops/types/type_calculator.rb +2 -0
- data/lib/puppet/provider/service/launchd.rb +1 -1
- data/lib/puppet/provider/user/user_role_add.rb +3 -1
- data/lib/puppet/version.rb +1 -1
- data/spec/fixtures/module.tar.gz +0 -0
- data/spec/fixtures/unit/parser/lexer/subclass_name_duplication.pp +0 -0
- data/spec/fixtures/unit/pops/parser/lexer/subclass_name_duplication.pp +0 -0
- data/spec/integration/agent/logging_spec.rb +0 -0
- data/spec/integration/application/apply_spec.rb +0 -0
- data/spec/integration/application/doc_spec.rb +0 -0
- data/spec/integration/configurer_spec.rb +0 -0
- data/spec/integration/defaults_spec.rb +0 -0
- data/spec/integration/faces/ca_spec.rb +0 -0
- data/spec/integration/faces/documentation_spec.rb +0 -0
- data/spec/integration/file_serving/fileset_spec.rb +0 -0
- data/spec/integration/file_serving/terminus_helper_spec.rb +0 -0
- data/spec/integration/indirector/catalog/compiler_spec.rb +0 -0
- data/spec/integration/indirector/catalog/queue_spec.rb +0 -0
- data/spec/integration/indirector/direct_file_server_spec.rb +0 -0
- data/spec/integration/indirector/file_content/file_server_spec.rb +0 -0
- data/spec/integration/indirector/file_metadata/file_server_spec.rb +0 -0
- data/spec/integration/indirector/node/ldap_spec.rb +0 -0
- data/spec/integration/module_tool/tar/mini_spec.rb +28 -0
- data/spec/integration/network/formats_spec.rb +0 -0
- data/spec/integration/node/environment_spec.rb +0 -0
- data/spec/integration/node/facts_spec.rb +0 -0
- data/spec/integration/node_spec.rb +0 -0
- data/spec/integration/parser/collector_spec.rb +0 -0
- data/spec/integration/parser/compiler_spec.rb +0 -0
- data/spec/integration/parser/dynamic_scoping_spec.rb +131 -0
- data/spec/integration/parser/functions/require_spec.rb +0 -0
- data/spec/integration/parser/parser_spec.rb +0 -0
- data/spec/integration/parser/ruby_manifest_spec.rb +0 -0
- data/spec/integration/provider/mailalias/aliases_spec.rb +0 -0
- data/spec/integration/provider/mount_spec.rb +0 -0
- data/spec/integration/provider/package_spec.rb +0 -0
- data/spec/integration/provider/service/init_spec.rb +0 -0
- data/spec/integration/provider/ssh_authorized_key_spec.rb +0 -0
- data/spec/integration/reference/providers_spec.rb +0 -0
- data/spec/integration/reports_spec.rb +0 -0
- data/spec/integration/resource/catalog_spec.rb +0 -0
- data/spec/integration/resource/type_collection_spec.rb +0 -0
- data/spec/integration/ssl/certificate_authority_spec.rb +0 -0
- data/spec/integration/ssl/certificate_request_spec.rb +0 -0
- data/spec/integration/ssl/certificate_revocation_list_spec.rb +0 -0
- data/spec/integration/ssl/host_spec.rb +0 -0
- data/spec/integration/transaction/report_spec.rb +0 -0
- data/spec/integration/transaction_spec.rb +0 -0
- data/spec/integration/type/exec_spec.rb +0 -0
- data/spec/integration/type/file_spec.rb +0 -0
- data/spec/integration/type/package_spec.rb +0 -0
- data/spec/integration/type/tidy_spec.rb +0 -0
- data/spec/integration/type_spec.rb +0 -0
- data/spec/integration/util/autoload_spec.rb +0 -0
- data/spec/integration/util/feature_spec.rb +0 -0
- data/spec/integration/util/rdoc/parser_spec.rb +0 -0
- data/spec/integration/util/settings_spec.rb +0 -0
- data/spec/integration/util/windows/security_spec.rb +0 -0
- data/spec/integration/util/windows/user_spec.rb +0 -0
- data/spec/integration/util_spec.rb +0 -0
- data/spec/lib/puppet/face/1.0.0/huzzah.rb +0 -0
- data/spec/lib/puppet/face/basetest.rb +0 -0
- data/spec/lib/puppet/face/huzzah.rb +0 -0
- data/spec/lib/puppet_spec/files.rb +0 -0
- data/spec/lib/puppet_spec/fixtures.rb +0 -0
- data/spec/lib/puppet_spec/verbose.rb +0 -0
- data/spec/monkey_patches/alias_should_to_must.rb +0 -0
- data/spec/shared_behaviours/all_parsedfile_providers.rb +0 -0
- data/spec/shared_behaviours/file_server_terminus.rb +0 -0
- data/spec/shared_behaviours/file_serving.rb +0 -0
- data/spec/shared_behaviours/memory_terminus.rb +0 -0
- data/spec/shared_behaviours/path_parameters.rb +0 -0
- data/spec/shared_behaviours/things_that_declare_options.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- data/spec/unit/agent/locker_spec.rb +0 -0
- data/spec/unit/agent_spec.rb +0 -0
- data/spec/unit/application/agent_spec.rb +0 -0
- data/spec/unit/application/apply_spec.rb +0 -0
- data/spec/unit/application/cert_spec.rb +0 -0
- data/spec/unit/application/certificate_spec.rb +0 -0
- data/spec/unit/application/config_spec.rb +0 -0
- data/spec/unit/application/describe_spec.rb +0 -0
- data/spec/unit/application/device_spec.rb +0 -0
- data/spec/unit/application/doc_spec.rb +0 -0
- data/spec/unit/application/face_base_spec.rb +0 -0
- data/spec/unit/application/facts_spec.rb +0 -0
- data/spec/unit/application/filebucket_spec.rb +0 -0
- data/spec/unit/application/indirection_base_spec.rb +0 -0
- data/spec/unit/application/inspect_spec.rb +0 -0
- data/spec/unit/application/kick_spec.rb +0 -0
- data/spec/unit/application/master_spec.rb +0 -0
- data/spec/unit/application/queue_spec.rb +0 -0
- data/spec/unit/application/resource_spec.rb +0 -0
- data/spec/unit/application/secret_agent_spec.rb +0 -0
- data/spec/unit/application_spec.rb +0 -0
- data/spec/unit/configurer/downloader_factory_spec.rb +0 -0
- data/spec/unit/configurer/downloader_spec.rb +0 -0
- data/spec/unit/configurer/fact_handler_spec.rb +0 -0
- data/spec/unit/configurer/plugin_handler_spec.rb +0 -0
- data/spec/unit/configurer_spec.rb +0 -0
- data/spec/unit/confine/exists_spec.rb +0 -0
- data/spec/unit/confine/false_spec.rb +0 -0
- data/spec/unit/confine/feature_spec.rb +0 -0
- data/spec/unit/confine/true_spec.rb +0 -0
- data/spec/unit/confine/variable_spec.rb +0 -0
- data/spec/unit/confine_collection_spec.rb +0 -0
- data/spec/unit/confine_spec.rb +0 -0
- data/spec/unit/confiner_spec.rb +0 -0
- data/spec/unit/daemon_spec.rb +0 -0
- data/spec/unit/dsl/resource_api_spec.rb +0 -0
- data/spec/unit/dsl/resource_type_api_spec.rb +0 -0
- data/spec/unit/face/catalog_spec.rb +0 -0
- data/spec/unit/face/certificate_spec.rb +0 -0
- data/spec/unit/face/config_spec.rb +0 -0
- data/spec/unit/face/facts_spec.rb +0 -0
- data/spec/unit/face/file_spec.rb +0 -0
- data/spec/unit/face/help_spec.rb +0 -0
- data/spec/unit/face/node_spec.rb +0 -0
- data/spec/unit/face/plugin_spec.rb +0 -0
- data/spec/unit/face/secret_agent_spec.rb +0 -0
- data/spec/unit/face_spec.rb +0 -0
- data/spec/unit/file_bucket/dipper_spec.rb +0 -0
- data/spec/unit/file_bucket/file_spec.rb +0 -0
- data/spec/unit/file_serving/base_spec.rb +0 -0
- data/spec/unit/file_serving/configuration/parser_spec.rb +0 -0
- data/spec/unit/file_serving/configuration_spec.rb +0 -0
- data/spec/unit/file_serving/content_spec.rb +0 -0
- data/spec/unit/file_serving/fileset_spec.rb +0 -0
- data/spec/unit/file_serving/metadata_spec.rb +0 -0
- data/spec/unit/file_serving/mount/file_spec.rb +0 -0
- data/spec/unit/file_serving/mount/modules_spec.rb +0 -0
- data/spec/unit/file_serving/mount/pluginfacts_spec.rb +0 -0
- data/spec/unit/file_serving/mount/plugins_spec.rb +0 -0
- data/spec/unit/file_serving/mount_spec.rb +0 -0
- data/spec/unit/file_serving/terminus_helper_spec.rb +0 -0
- data/spec/unit/file_serving/terminus_selector_spec.rb +0 -0
- data/spec/unit/functions/defined_spec.rb +0 -0
- data/spec/unit/functions/hiera_spec.rb +0 -0
- data/spec/unit/graph/relationship_graph_spec.rb +0 -0
- data/spec/unit/graph/simple_graph.rb +0 -0
- data/spec/unit/indirector/active_record_spec.rb +0 -0
- data/spec/unit/indirector/catalog/active_record_spec.rb +0 -0
- data/spec/unit/indirector/catalog/compiler_spec.rb +0 -0
- data/spec/unit/indirector/catalog/json_spec.rb +0 -0
- data/spec/unit/indirector/catalog/msgpack_spec.rb +0 -0
- data/spec/unit/indirector/catalog/queue_spec.rb +0 -0
- data/spec/unit/indirector/catalog/rest_spec.rb +0 -0
- data/spec/unit/indirector/catalog/store_configs_spec.rb +0 -0
- data/spec/unit/indirector/catalog/yaml_spec.rb +0 -0
- data/spec/unit/indirector/certificate/ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate/disabled_ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate/file_spec.rb +0 -0
- data/spec/unit/indirector/certificate/rest_spec.rb +0 -0
- data/spec/unit/indirector/certificate_request/ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate_request/disabled_ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate_request/file_spec.rb +0 -0
- data/spec/unit/indirector/certificate_request/rest_spec.rb +0 -0
- data/spec/unit/indirector/certificate_revocation_list/ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate_revocation_list/disabled_ca_spec.rb +0 -0
- data/spec/unit/indirector/certificate_revocation_list/file_spec.rb +0 -0
- data/spec/unit/indirector/certificate_revocation_list/rest_spec.rb +0 -0
- data/spec/unit/indirector/certificate_status/file_spec.rb +0 -0
- data/spec/unit/indirector/certificate_status/rest_spec.rb +0 -0
- data/spec/unit/indirector/code_spec.rb +0 -0
- data/spec/unit/indirector/direct_file_server_spec.rb +0 -0
- data/spec/unit/indirector/envelope_spec.rb +0 -0
- data/spec/unit/indirector/exec_spec.rb +0 -0
- data/spec/unit/indirector/face_spec.rb +0 -0
- data/spec/unit/indirector/facts/active_record_spec.rb +0 -0
- data/spec/unit/indirector/facts/couch_spec.rb +0 -0
- data/spec/unit/indirector/facts/facter_spec.rb +0 -0
- data/spec/unit/indirector/facts/inventory_active_record_spec.rb +0 -0
- data/spec/unit/indirector/facts/network_device_spec.rb +0 -0
- data/spec/unit/indirector/facts/rest_spec.rb +0 -0
- data/spec/unit/indirector/facts/store_configs_spec.rb +0 -0
- data/spec/unit/indirector/facts/yaml_spec.rb +0 -0
- data/spec/unit/indirector/file_bucket_file/file_spec.rb +0 -0
- data/spec/unit/indirector/file_bucket_file/rest_spec.rb +0 -0
- data/spec/unit/indirector/file_content/file_server_spec.rb +0 -0
- data/spec/unit/indirector/file_content/file_spec.rb +0 -0
- data/spec/unit/indirector/file_content/rest_spec.rb +0 -0
- data/spec/unit/indirector/file_metadata/file_server_spec.rb +0 -0
- data/spec/unit/indirector/file_metadata/file_spec.rb +0 -0
- data/spec/unit/indirector/file_metadata/rest_spec.rb +0 -0
- data/spec/unit/indirector/file_server_spec.rb +0 -0
- data/spec/unit/indirector/indirection_spec.rb +0 -0
- data/spec/unit/indirector/json_spec.rb +0 -0
- data/spec/unit/indirector/key/ca_spec.rb +0 -0
- data/spec/unit/indirector/key/disabled_ca_spec.rb +0 -0
- data/spec/unit/indirector/key/file_spec.rb +0 -0
- data/spec/unit/indirector/ldap_spec.rb +0 -0
- data/spec/unit/indirector/memory_spec.rb +0 -0
- data/spec/unit/indirector/msgpack_spec.rb +0 -0
- data/spec/unit/indirector/node/active_record_spec.rb +0 -0
- data/spec/unit/indirector/node/exec_spec.rb +0 -0
- data/spec/unit/indirector/node/ldap_spec.rb +0 -0
- data/spec/unit/indirector/node/memory_spec.rb +0 -0
- data/spec/unit/indirector/node/msgpack_spec.rb +0 -0
- data/spec/unit/indirector/node/plain_spec.rb +0 -0
- data/spec/unit/indirector/node/rest_spec.rb +0 -0
- data/spec/unit/indirector/node/store_configs_spec.rb +0 -0
- data/spec/unit/indirector/node/yaml_spec.rb +0 -0
- data/spec/unit/indirector/plain_spec.rb +0 -0
- data/spec/unit/indirector/queue_spec.rb +0 -0
- data/spec/unit/indirector/report/msgpack_spec.rb +0 -0
- data/spec/unit/indirector/report/processor_spec.rb +0 -0
- data/spec/unit/indirector/report/rest_spec.rb +0 -0
- data/spec/unit/indirector/report/yaml_spec.rb +0 -0
- data/spec/unit/indirector/request_spec.rb +0 -0
- data/spec/unit/indirector/resource/active_record_spec.rb +0 -0
- data/spec/unit/indirector/resource/ral_spec.rb +0 -0
- data/spec/unit/indirector/resource/rest_spec.rb +0 -0
- data/spec/unit/indirector/resource/store_configs_spec.rb +0 -0
- data/spec/unit/indirector/resource_type/parser_spec.rb +0 -0
- data/spec/unit/indirector/resource_type/rest_spec.rb +0 -0
- data/spec/unit/indirector/rest_spec.rb +0 -0
- data/spec/unit/indirector/run/local_spec.rb +0 -0
- data/spec/unit/indirector/run/rest_spec.rb +0 -0
- data/spec/unit/indirector/ssl_file_spec.rb +0 -0
- data/spec/unit/indirector/status/rest_spec.rb +0 -0
- data/spec/unit/indirector/store_configs_spec.rb +0 -0
- data/spec/unit/indirector/terminus_spec.rb +0 -0
- data/spec/unit/indirector/yaml_spec.rb +0 -0
- data/spec/unit/indirector_spec.rb +0 -0
- data/spec/unit/interface/action_builder_spec.rb +0 -0
- data/spec/unit/interface/action_manager_spec.rb +0 -0
- data/spec/unit/interface/action_spec.rb +0 -0
- data/spec/unit/interface/documentation_spec.rb +0 -0
- data/spec/unit/interface/face_collection_spec.rb +0 -0
- data/spec/unit/interface/option_builder_spec.rb +0 -0
- data/spec/unit/interface/option_spec.rb +0 -0
- data/spec/unit/interface_spec.rb +0 -0
- data/spec/unit/man_spec.rb +0 -0
- data/spec/unit/module_spec.rb +0 -0
- data/spec/unit/module_tool_spec.rb +0 -0
- data/spec/unit/network/authconfig_spec.rb +0 -0
- data/spec/unit/network/authentication_spec.rb +0 -0
- data/spec/unit/network/authstore_spec.rb +0 -0
- data/spec/unit/network/format_handler_spec.rb +0 -0
- data/spec/unit/network/format_spec.rb +0 -0
- data/spec/unit/network/formats_spec.rb +0 -0
- data/spec/unit/network/http/api/v1_spec.rb +0 -0
- data/spec/unit/network/http/compression_spec.rb +0 -0
- data/spec/unit/network/http/connection_spec.rb +0 -0
- data/spec/unit/network/http/factory_spec.rb +0 -0
- data/spec/unit/network/http/handler_spec.rb +0 -0
- data/spec/unit/network/http/nocache_pool_spec.rb +0 -0
- data/spec/unit/network/http/pool_spec.rb +0 -0
- data/spec/unit/network/http/rack/rest_spec.rb +0 -0
- data/spec/unit/network/http/rack_spec.rb +0 -0
- data/spec/unit/network/http/session_spec.rb +0 -0
- data/spec/unit/network/http/site_spec.rb +0 -0
- data/spec/unit/network/http/webrick/rest_spec.rb +0 -0
- data/spec/unit/network/http/webrick_spec.rb +0 -0
- data/spec/unit/network/http_pool_spec.rb +0 -0
- data/spec/unit/network/http_spec.rb +0 -0
- data/spec/unit/network/resolver_spec.rb +0 -0
- data/spec/unit/network/rights_spec.rb +0 -0
- data/spec/unit/network/server_spec.rb +0 -0
- data/spec/unit/node/environment_spec.rb +0 -0
- data/spec/unit/node/facts_spec.rb +0 -0
- data/spec/unit/node_spec.rb +0 -0
- data/spec/unit/other/selinux_spec.rb +0 -0
- data/spec/unit/parameter/path_spec.rb +0 -0
- data/spec/unit/parameter/value_collection_spec.rb +0 -0
- data/spec/unit/parameter/value_spec.rb +0 -0
- data/spec/unit/parameter_spec.rb +0 -0
- data/spec/unit/parser/ast/arithmetic_operator_spec.rb +0 -0
- data/spec/unit/parser/ast/astarray_spec.rb +0 -0
- data/spec/unit/parser/ast/asthash_spec.rb +0 -0
- data/spec/unit/parser/ast/boolean_operator_spec.rb +0 -0
- data/spec/unit/parser/ast/casestatement_spec.rb +0 -0
- data/spec/unit/parser/ast/collection_spec.rb +0 -0
- data/spec/unit/parser/ast/collexpr_spec.rb +0 -0
- data/spec/unit/parser/ast/comparison_operator_spec.rb +0 -0
- data/spec/unit/parser/ast/definition_spec.rb +0 -0
- data/spec/unit/parser/ast/function_spec.rb +0 -0
- data/spec/unit/parser/ast/hostclass_spec.rb +0 -0
- data/spec/unit/parser/ast/ifstatement_spec.rb +0 -0
- data/spec/unit/parser/ast/in_operator_spec.rb +0 -0
- data/spec/unit/parser/ast/leaf_spec.rb +0 -0
- data/spec/unit/parser/ast/match_operator_spec.rb +0 -0
- data/spec/unit/parser/ast/minus_spec.rb +0 -0
- data/spec/unit/parser/ast/node_spec.rb +0 -0
- data/spec/unit/parser/ast/nop_spec.rb +0 -0
- data/spec/unit/parser/ast/not_spec.rb +0 -0
- data/spec/unit/parser/ast/relationship_spec.rb +0 -0
- data/spec/unit/parser/ast/resource_defaults_spec.rb +0 -0
- data/spec/unit/parser/ast/resource_override_spec.rb +0 -0
- data/spec/unit/parser/ast/resource_reference_spec.rb +0 -0
- data/spec/unit/parser/ast/resource_spec.rb +0 -0
- data/spec/unit/parser/ast/selector_spec.rb +0 -0
- data/spec/unit/parser/ast/vardef_spec.rb +0 -0
- data/spec/unit/parser/ast_spec.rb +0 -0
- data/spec/unit/parser/collector_spec.rb +0 -0
- data/spec/unit/parser/compiler_spec.rb +0 -0
- data/spec/unit/parser/files_spec.rb +0 -0
- data/spec/unit/parser/functions/create_resources_spec.rb +0 -0
- data/spec/unit/parser/functions/defined_spec.rb +0 -0
- data/spec/unit/parser/functions/digest_spec.rb +0 -0
- data/spec/unit/parser/functions/extlookup_spec.rb +0 -0
- data/spec/unit/parser/functions/fail_spec.rb +0 -0
- data/spec/unit/parser/functions/file_spec.rb +0 -0
- data/spec/unit/parser/functions/fqdn_rand_spec.rb +0 -0
- data/spec/unit/parser/functions/generate_spec.rb +0 -0
- data/spec/unit/parser/functions/hiera_spec.rb +0 -0
- data/spec/unit/parser/functions/include_spec.rb +0 -0
- data/spec/unit/parser/functions/inline_template_spec.rb +0 -0
- data/spec/unit/parser/functions/realize_spec.rb +0 -0
- data/spec/unit/parser/functions/regsubst_spec.rb +0 -0
- data/spec/unit/parser/functions/require_spec.rb +0 -0
- data/spec/unit/parser/functions/scanf_spec.rb +0 -0
- data/spec/unit/parser/functions/search_spec.rb +0 -0
- data/spec/unit/parser/functions/shellquote_spec.rb +0 -0
- data/spec/unit/parser/functions/split_spec.rb +0 -0
- data/spec/unit/parser/functions/sprintf_spec.rb +0 -0
- data/spec/unit/parser/functions/tag_spec.rb +0 -0
- data/spec/unit/parser/functions/template_spec.rb +0 -0
- data/spec/unit/parser/functions/versioncmp_spec.rb +0 -0
- data/spec/unit/parser/functions_spec.rb +0 -0
- data/spec/unit/parser/lexer_spec.rb +0 -0
- data/spec/unit/parser/parser_spec.rb +0 -0
- data/spec/unit/parser/relationship_spec.rb +0 -0
- data/spec/unit/parser/resource/param_spec.rb +0 -0
- data/spec/unit/parser/resource_spec.rb +0 -0
- data/spec/unit/parser/scope_spec.rb +0 -0
- data/spec/unit/parser/templatewrapper_spec.rb +0 -0
- data/spec/unit/parser/type_loader_spec.rb +0 -0
- data/spec/unit/pops/evaluator/comparison_ops_spec.rb +3 -0
- data/spec/unit/pops/types/type_calculator_spec.rb +4 -4
- data/spec/unit/property/ensure_spec.rb +0 -0
- data/spec/unit/property/keyvalue_spec.rb +0 -0
- data/spec/unit/property/list_spec.rb +0 -0
- data/spec/unit/property/ordered_list_spec.rb +0 -0
- data/spec/unit/property_spec.rb +0 -0
- data/spec/unit/provider/augeas/augeas_spec.rb +0 -0
- data/spec/unit/provider/cisco_spec.rb +0 -0
- data/spec/unit/provider/command_spec.rb +0 -0
- data/spec/unit/provider/cron/crontab_spec.rb +0 -0
- data/spec/unit/provider/exec/posix_spec.rb +0 -0
- data/spec/unit/provider/exec/shell_spec.rb +0 -0
- data/spec/unit/provider/exec/windows_spec.rb +0 -0
- data/spec/unit/provider/exec_spec.rb +0 -0
- data/spec/unit/provider/file/posix_spec.rb +0 -0
- data/spec/unit/provider/file/windows_spec.rb +0 -0
- data/spec/unit/provider/group/groupadd_spec.rb +0 -0
- data/spec/unit/provider/group/ldap_spec.rb +0 -0
- data/spec/unit/provider/group/pw_spec.rb +0 -0
- data/spec/unit/provider/host/parsed_spec.rb +0 -0
- data/spec/unit/provider/interface/cisco_spec.rb +0 -0
- data/spec/unit/provider/ldap_spec.rb +0 -0
- data/spec/unit/provider/macauthorization_spec.rb +0 -0
- data/spec/unit/provider/mcx/mcxcontent_spec.rb +0 -0
- data/spec/unit/provider/mount/parsed_spec.rb +0 -0
- data/spec/unit/provider/mount_spec.rb +0 -0
- data/spec/unit/provider/naginator_spec.rb +0 -0
- data/spec/unit/provider/nameservice/directoryservice_spec.rb +0 -0
- data/spec/unit/provider/nameservice_spec.rb +0 -0
- data/spec/unit/provider/network_device_spec.rb +0 -0
- data/spec/unit/provider/package/aix_spec.rb +0 -0
- data/spec/unit/provider/package/appdmg_spec.rb +0 -0
- data/spec/unit/provider/package/apt_spec.rb +0 -0
- data/spec/unit/provider/package/aptitude_spec.rb +0 -0
- data/spec/unit/provider/package/aptrpm_spec.rb +0 -0
- data/spec/unit/provider/package/dpkg_spec.rb +0 -0
- data/spec/unit/provider/package/freebsd_spec.rb +0 -0
- data/spec/unit/provider/package/gem_spec.rb +0 -0
- data/spec/unit/provider/package/hpux_spec.rb +0 -0
- data/spec/unit/provider/package/macports_spec.rb +0 -0
- data/spec/unit/provider/package/msi_spec.rb +0 -0
- data/spec/unit/provider/package/nim_spec.rb +0 -0
- data/spec/unit/provider/package/openbsd_spec.rb +0 -0
- data/spec/unit/provider/package/opkg_spec.rb +0 -0
- data/spec/unit/provider/package/pacman_spec.rb +0 -0
- data/spec/unit/provider/package/pip_spec.rb +0 -0
- data/spec/unit/provider/package/pkg_spec.rb +0 -0
- data/spec/unit/provider/package/pkgutil_spec.rb +0 -0
- data/spec/unit/provider/package/rpm_spec.rb +0 -0
- data/spec/unit/provider/package/sun_spec.rb +0 -0
- data/spec/unit/provider/package/windows/package_spec.rb +0 -0
- data/spec/unit/provider/package/windows_spec.rb +0 -0
- data/spec/unit/provider/package/yum_spec.rb +0 -0
- data/spec/unit/provider/package/zypper_spec.rb +0 -0
- data/spec/unit/provider/parsedfile_spec.rb +0 -0
- data/spec/unit/provider/selboolean_spec.rb +0 -0
- data/spec/unit/provider/selmodule_spec.rb +0 -0
- data/spec/unit/provider/service/base_spec.rb +0 -0
- data/spec/unit/provider/service/daemontools_spec.rb +0 -0
- data/spec/unit/provider/service/debian_spec.rb +0 -0
- data/spec/unit/provider/service/freebsd_spec.rb +0 -0
- data/spec/unit/provider/service/gentoo_spec.rb +0 -0
- data/spec/unit/provider/service/init_spec.rb +0 -0
- data/spec/unit/provider/service/launchd_spec.rb +0 -0
- data/spec/unit/provider/service/openbsd_spec.rb +0 -0
- data/spec/unit/provider/service/openrc_spec.rb +0 -0
- data/spec/unit/provider/service/openwrt_spec.rb +0 -0
- data/spec/unit/provider/service/redhat_spec.rb +0 -0
- data/spec/unit/provider/service/runit_spec.rb +0 -0
- data/spec/unit/provider/service/smf_spec.rb +0 -0
- data/spec/unit/provider/service/src_spec.rb +0 -0
- data/spec/unit/provider/service/systemd_spec.rb +0 -0
- data/spec/unit/provider/service/upstart_spec.rb +0 -0
- data/spec/unit/provider/service/windows_spec.rb +0 -0
- data/spec/unit/provider/ssh_authorized_key/parsed_spec.rb +0 -0
- data/spec/unit/provider/sshkey/parsed_spec.rb +0 -0
- data/spec/unit/provider/user/directoryservice_spec.rb +0 -0
- data/spec/unit/provider/user/hpux_spec.rb +0 -0
- data/spec/unit/provider/user/ldap_spec.rb +0 -0
- data/spec/unit/provider/user/pw_spec.rb +0 -0
- data/spec/unit/provider/user/user_role_add_spec.rb +0 -0
- data/spec/unit/provider/user/useradd_spec.rb +0 -0
- data/spec/unit/provider/user/windows_adsi_spec.rb +0 -0
- data/spec/unit/provider/vlan/cisco_spec.rb +0 -0
- data/spec/unit/provider/zfs/zfs_spec.rb +0 -0
- data/spec/unit/provider/zone/solaris_spec.rb +0 -0
- data/spec/unit/provider/zpool/zpool_spec.rb +0 -0
- data/spec/unit/provider_spec.rb +0 -0
- data/spec/unit/puppet_spec.rb +0 -0
- data/spec/unit/rails/host_spec.rb +0 -0
- data/spec/unit/rails/param_value_spec.rb +0 -0
- data/spec/unit/rails/resource_spec.rb +0 -0
- data/spec/unit/rails_spec.rb +0 -0
- data/spec/unit/relationship_spec.rb +0 -0
- data/spec/unit/reports/http_spec.rb +0 -0
- data/spec/unit/reports/rrdgraph_spec.rb +0 -0
- data/spec/unit/reports/store_spec.rb +0 -0
- data/spec/unit/reports/tagmail_spec.rb +0 -0
- data/spec/unit/reports_spec.rb +0 -0
- data/spec/unit/resource/catalog_spec.rb +0 -0
- data/spec/unit/resource/status_spec.rb +0 -0
- data/spec/unit/resource/type_collection_helper_spec.rb +0 -0
- data/spec/unit/resource/type_collection_spec.rb +0 -0
- data/spec/unit/resource/type_spec.rb +0 -0
- data/spec/unit/resource_spec.rb +0 -0
- data/spec/unit/run_spec.rb +0 -0
- data/spec/unit/settings/directory_setting_spec.rb +0 -0
- data/spec/unit/settings/duration_setting_spec.rb +0 -0
- data/spec/unit/settings/file_setting_spec.rb +0 -0
- data/spec/unit/settings/path_setting_spec.rb +0 -0
- data/spec/unit/settings/priority_setting_spec.rb +0 -0
- data/spec/unit/settings_spec.rb +0 -0
- data/spec/unit/ssl/base_spec.rb +0 -0
- data/spec/unit/ssl/certificate_authority/interface_spec.rb +0 -0
- data/spec/unit/ssl/certificate_authority_spec.rb +0 -0
- data/spec/unit/ssl/certificate_factory_spec.rb +0 -0
- data/spec/unit/ssl/certificate_request_spec.rb +0 -0
- data/spec/unit/ssl/certificate_revocation_list_spec.rb +0 -0
- data/spec/unit/ssl/certificate_spec.rb +0 -0
- data/spec/unit/ssl/host_spec.rb +0 -0
- data/spec/unit/ssl/inventory_spec.rb +0 -0
- data/spec/unit/ssl/key_spec.rb +0 -0
- data/spec/unit/status_spec.rb +0 -0
- data/spec/unit/transaction/event_manager_spec.rb +0 -0
- data/spec/unit/transaction/event_spec.rb +0 -0
- data/spec/unit/transaction/report_spec.rb +0 -0
- data/spec/unit/transaction/resource_harness_spec.rb +0 -0
- data/spec/unit/transaction_spec.rb +0 -0
- data/spec/unit/type/augeas_spec.rb +0 -0
- data/spec/unit/type/component_spec.rb +0 -0
- data/spec/unit/type/computer_spec.rb +0 -0
- data/spec/unit/type/cron_spec.rb +0 -0
- data/spec/unit/type/exec_spec.rb +0 -0
- data/spec/unit/type/file/checksum_spec.rb +0 -0
- data/spec/unit/type/file/content_spec.rb +0 -0
- data/spec/unit/type/file/ctime_spec.rb +0 -0
- data/spec/unit/type/file/ensure_spec.rb +0 -0
- data/spec/unit/type/file/group_spec.rb +0 -0
- data/spec/unit/type/file/mode_spec.rb +0 -0
- data/spec/unit/type/file/mtime_spec.rb +0 -0
- data/spec/unit/type/file/owner_spec.rb +0 -0
- data/spec/unit/type/file/selinux_spec.rb +0 -0
- data/spec/unit/type/file/source_spec.rb +0 -0
- data/spec/unit/type/file/type_spec.rb +0 -0
- data/spec/unit/type/file_spec.rb +0 -0
- data/spec/unit/type/filebucket_spec.rb +0 -0
- data/spec/unit/type/group_spec.rb +0 -0
- data/spec/unit/type/host_spec.rb +0 -0
- data/spec/unit/type/interface_spec.rb +0 -0
- data/spec/unit/type/k5login_spec.rb +0 -0
- data/spec/unit/type/macauthorization_spec.rb +0 -0
- data/spec/unit/type/mailalias_spec.rb +0 -0
- data/spec/unit/type/maillist_spec.rb +0 -0
- data/spec/unit/type/mcx_spec.rb +0 -0
- data/spec/unit/type/mount_spec.rb +0 -0
- data/spec/unit/type/nagios_spec.rb +0 -0
- data/spec/unit/type/noop_metaparam_spec.rb +0 -0
- data/spec/unit/type/package/package_settings_spec.rb +0 -0
- data/spec/unit/type/package_spec.rb +0 -0
- data/spec/unit/type/resources_spec.rb +0 -0
- data/spec/unit/type/schedule_spec.rb +0 -0
- data/spec/unit/type/selboolean_spec.rb +0 -0
- data/spec/unit/type/selmodule_spec.rb +0 -0
- data/spec/unit/type/service_spec.rb +0 -0
- data/spec/unit/type/ssh_authorized_key_spec.rb +0 -0
- data/spec/unit/type/sshkey_spec.rb +0 -0
- data/spec/unit/type/stage_spec.rb +0 -0
- data/spec/unit/type/tidy_spec.rb +0 -0
- data/spec/unit/type/user_spec.rb +0 -0
- data/spec/unit/type/vlan_spec.rb +0 -0
- data/spec/unit/type/whit_spec.rb +0 -0
- data/spec/unit/type/yumrepo_spec.rb +0 -0
- data/spec/unit/type/zfs_spec.rb +0 -0
- data/spec/unit/type/zone_spec.rb +0 -0
- data/spec/unit/type/zpool_spec.rb +0 -0
- data/spec/unit/type_spec.rb +0 -0
- data/spec/unit/util/autoload_spec.rb +0 -0
- data/spec/unit/util/backups_spec.rb +0 -0
- data/spec/unit/util/cache_accumulator_spec.rb +0 -0
- data/spec/unit/util/cacher_spec.rb +0 -0
- data/spec/unit/util/checksums_spec.rb +0 -0
- data/spec/unit/util/colors_spec.rb +0 -0
- data/spec/unit/util/command_line_spec.rb +0 -0
- data/spec/unit/util/constant_inflector_spec.rb +0 -0
- data/spec/unit/util/diff_spec.rb +0 -0
- data/spec/unit/util/errors_spec.rb +0 -0
- data/spec/unit/util/execution_spec.rb +0 -0
- data/spec/unit/util/execution_stub_spec.rb +0 -0
- data/spec/unit/util/feature_spec.rb +0 -0
- data/spec/unit/util/filetype_spec.rb +0 -0
- data/spec/unit/util/inline_docs_spec.rb +0 -0
- data/spec/unit/util/instrumentation/data_spec.rb +0 -0
- data/spec/unit/util/instrumentation/instrumentable_spec.rb +0 -0
- data/spec/unit/util/instrumentation/listener_spec.rb +0 -0
- data/spec/unit/util/instrumentation/listeners/log_spec.rb +0 -0
- data/spec/unit/util/instrumentation/listeners/performance_spec.rb +0 -0
- data/spec/unit/util/instrumentation_spec.rb +0 -0
- data/spec/unit/util/ldap/connection_spec.rb +0 -0
- data/spec/unit/util/ldap/generator_spec.rb +0 -0
- data/spec/unit/util/ldap/manager_spec.rb +0 -0
- data/spec/unit/util/log/destinations_spec.rb +0 -0
- data/spec/unit/util/log/rate_limited_logger_spec.rb +0 -0
- data/spec/unit/util/log_spec.rb +0 -0
- data/spec/unit/util/logging_spec.rb +0 -0
- data/spec/unit/util/metric_spec.rb +0 -0
- data/spec/unit/util/monkey_patches/lines_spec.rb +0 -0
- data/spec/unit/util/monkey_patches_spec.rb +0 -0
- data/spec/unit/util/nagios_maker_spec.rb +0 -0
- data/spec/unit/util/network_device/cisco/device_spec.rb +0 -0
- data/spec/unit/util/network_device/cisco/facts_spec.rb +0 -0
- data/spec/unit/util/network_device/cisco/interface_spec.rb +0 -0
- data/spec/unit/util/network_device/config_spec.rb +0 -0
- data/spec/unit/util/network_device/ipcalc_spec.rb +0 -0
- data/spec/unit/util/network_device/transport/base_spec.rb +0 -0
- data/spec/unit/util/network_device/transport/ssh_spec.rb +0 -0
- data/spec/unit/util/network_device/transport/telnet_spec.rb +0 -0
- data/spec/unit/util/package_spec.rb +0 -0
- data/spec/unit/util/posix_spec.rb +0 -0
- data/spec/unit/util/pson_spec.rb +0 -0
- data/spec/unit/util/queue/stomp_spec.rb +0 -0
- data/spec/unit/util/queue_spec.rb +0 -0
- data/spec/unit/util/rdoc/parser_spec.rb +0 -0
- data/spec/unit/util/rdoc_spec.rb +0 -0
- data/spec/unit/util/reference_serializer_spec.rb +0 -0
- data/spec/unit/util/resource_template_spec.rb +0 -0
- data/spec/unit/util/run_mode_spec.rb +0 -0
- data/spec/unit/util/selinux_spec.rb +0 -0
- data/spec/unit/util/storage_spec.rb +0 -0
- data/spec/unit/util/suidmanager_spec.rb +0 -0
- data/spec/unit/util/symbolic_file_mode_spec.rb +0 -0
- data/spec/unit/util/tagging_spec.rb +0 -0
- data/spec/unit/util/user_attr_spec.rb +0 -0
- data/spec/unit/util/warnings_spec.rb +0 -0
- data/spec/unit/util/windows/adsi_spec.rb +0 -0
- data/spec/unit/util/windows/registry_spec.rb +0 -0
- data/spec/unit/util/windows/root_certs_spec.rb +0 -0
- data/spec/unit/util/windows/sid_spec.rb +0 -0
- data/spec/unit/util/zaml_spec.rb +0 -0
- data/spec/unit/util_spec.rb +0 -0
- data/spec/watchr.rb +0 -0
- metadata +8 -3
- data/ext/puppet-nm-dispatcher +0 -13
data/ext/build_defaults.yaml
CHANGED
@@ -26,8 +26,8 @@ build_msi:
|
|
26
26
|
repo: 'git://github.com/puppetlabs/hiera.git'
|
27
27
|
sys:
|
28
28
|
ref:
|
29
|
-
x86: 'refs/tags/1.9.3-p551.
|
30
|
-
x64: 'refs/tags/2.0.0.
|
29
|
+
x86: 'refs/tags/1.9.3-p551.10'
|
30
|
+
x64: 'refs/tags/2.0.0.13-x64'
|
31
31
|
repo: 'git://github.com/puppetlabs/puppet-win32-ruby.git'
|
32
32
|
apt_signing_server: 'apt.puppetlabs.com'
|
33
33
|
apt_repo_url: 'http://apt.puppetlabs.com'
|
data/ext/nagios/check_puppet.rb
CHANGED
@@ -27,17 +27,17 @@ class CheckPuppet
|
|
27
27
|
o.on(
|
28
28
|
"-s", "--statefile=statefile", String, "The state file",
|
29
29
|
|
30
|
-
"Default: #{OPTIONS[:statefile]}") { |OPTIONS[:statefile]
|
30
|
+
"Default: #{OPTIONS[:statefile]}") { |op| OPTIONS[:statefile] = op }
|
31
31
|
|
32
32
|
o.on(
|
33
33
|
"-p", "--process=processname", String, "The process to check",
|
34
34
|
|
35
|
-
"Default: #{OPTIONS[:process]}") { |OPTIONS[:process]
|
35
|
+
"Default: #{OPTIONS[:process]}") { |op| OPTIONS[:process] = op }
|
36
36
|
|
37
37
|
o.on(
|
38
38
|
"-i", "--interval=value", Integer,
|
39
39
|
|
40
|
-
"Default: #{OPTIONS[:interval]} minutes") { |OPTIONS[:interval]
|
40
|
+
"Default: #{OPTIONS[:interval]} minutes") { |op| OPTIONS[:interval] = op }
|
41
41
|
|
42
42
|
o.separator ""
|
43
43
|
o.on_tail("-h", "--help", "Show this help message.") do
|
data/ext/redhat/puppet.spec.erb
CHANGED
@@ -181,22 +181,12 @@ echo "D /var/run/%{name} 0755 %{name} %{name} -" > \
|
|
181
181
|
# Create puppet modules directory for puppet module tool
|
182
182
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules
|
183
183
|
|
184
|
-
|
185
|
-
# Install a NetworkManager dispatcher script to pickup changes to
|
186
|
-
# # /etc/resolv.conf and such (https://bugzilla.redhat.com/532085).
|
187
|
-
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
|
188
|
-
cp -pr ext/puppet-nm-dispatcher \
|
189
|
-
%{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/98-%{name}
|
190
|
-
|
191
184
|
%files
|
192
185
|
%defattr(-, root, root, 0755)
|
193
186
|
%doc LICENSE README.md examples
|
194
187
|
%{_bindir}/puppet
|
195
188
|
%{_bindir}/extlookup2hiera
|
196
189
|
%{puppet_libdir}/*
|
197
|
-
%dir %{_sysconfdir}/NetworkManager
|
198
|
-
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
|
199
|
-
%{_sysconfdir}/NetworkManager/dispatcher.d/98-puppet
|
200
190
|
%if 0%{?_with_systemd}
|
201
191
|
%{_unitdir}/puppet.service
|
202
192
|
%{_unitdir}/puppetagent.service
|
data/ext/systemd/puppet.service
CHANGED
@@ -7,6 +7,7 @@ After=basic.target network.target puppetmaster.service
|
|
7
7
|
EnvironmentFile=-/etc/sysconfig/puppetagent
|
8
8
|
EnvironmentFile=-/etc/sysconfig/puppet
|
9
9
|
ExecStart=/usr/bin/puppet agent $PUPPET_EXTRA_OPTS --no-daemonize
|
10
|
+
ExecReload=/bin/kill -HUP $MAINPID
|
10
11
|
KillMode=process
|
11
12
|
|
12
13
|
[Install]
|
@@ -31,7 +31,7 @@ class Puppet::ModuleTool::Tar::Mini
|
|
31
31
|
Archive::Tar::Minitar.open(tarfile).collect do |entry|
|
32
32
|
flag = entry.typeflag
|
33
33
|
if flag.nil? || flag =~ /[[:digit:]]/ && (0..7).include?(flag.to_i)
|
34
|
-
entry.
|
34
|
+
entry.full_name
|
35
35
|
else
|
36
36
|
Puppet.debug "Invalid tar flag '#{flag}' will not be extracted: #{entry.name}"
|
37
37
|
next
|
@@ -304,6 +304,15 @@ module Puppet::Pops::Evaluator::Runtime3Support
|
|
304
304
|
# a proper Issue. Now the result is "Error while evaluating a Resource Statement" with the message
|
305
305
|
# from the raised exception. (It may be good enough).
|
306
306
|
|
307
|
+
|
308
|
+
# In 3.x scope does not resolve classes as absolute names.
|
309
|
+
# In 4.x it does. This comment, and the conditional logic in the if below
|
310
|
+
# should be removed when merged to 4.x
|
311
|
+
#
|
312
|
+
if type_name == CLASS_STRING
|
313
|
+
resource_titles = resource_titles.map {|s| s.index('::') != 0 ? "::#{s}" : s }
|
314
|
+
end
|
315
|
+
|
307
316
|
# resolve in scope.
|
308
317
|
fully_qualified_type, resource_titles = scope.resolve_type_and_titles(type_name, resource_titles)
|
309
318
|
|
data/lib/puppet/pops/issues.rb
CHANGED
@@ -73,19 +73,30 @@ module Puppet::Pops::Issues
|
|
73
73
|
instance_eval &block
|
74
74
|
end
|
75
75
|
|
76
|
-
#
|
77
|
-
# If given an argument,
|
78
|
-
#
|
76
|
+
# Obtains the label provider given as a key `:label` in the hash passed to #format. The label provider is
|
77
|
+
# return if no arguments are given. If given an argument, returns the result of calling #label on the label
|
78
|
+
# provider.
|
79
79
|
#
|
80
|
-
|
81
|
-
|
82
|
-
|
80
|
+
# @param args [Object] one object to obtain a label for or zero arguments to obtain the label provider
|
81
|
+
# @return [Puppet::Pops::LabelProvider,String] the label provider or label depending on if an argument is given or not
|
82
|
+
# @raise [Puppet::Error] if no label provider is found
|
83
|
+
def label(*args)
|
84
|
+
args.empty? ? label_provider : label_provider.label(args[0])
|
85
|
+
end
|
86
|
+
|
87
|
+
# Returns the label provider given as key `:label` in the hash passed to #format.
|
88
|
+
# @return [Puppet::Pops::LabelProvider] the label provider
|
89
|
+
# @raise [Puppet::Error] if no label provider is found
|
90
|
+
def label_provider
|
91
|
+
label_provider = @data[:label]
|
92
|
+
raise Puppet::Error, 'Label provider key :label must be set to produce the text of the message!' unless label_provider
|
93
|
+
label_provider
|
83
94
|
end
|
84
95
|
|
85
96
|
# Returns the label provider given as a key in the hash passed to #format.
|
86
97
|
#
|
87
98
|
def semantic
|
88
|
-
raise
|
99
|
+
raise Puppet::Error, 'Label provider key :semantic must be set to produce the text of the message!' unless @data[:semantic]
|
89
100
|
@data[:semantic]
|
90
101
|
end
|
91
102
|
end
|
@@ -206,7 +206,7 @@ Puppet::Type.type(:service).provide :launchd, :parent => :base do
|
|
206
206
|
def self.read_plist(path)
|
207
207
|
begin
|
208
208
|
return Plist::parse_xml(path)
|
209
|
-
rescue ArgumentError => detail
|
209
|
+
rescue ArgumentError, NoMethodError => detail
|
210
210
|
Puppet.debug("Error reading #{path}: #{detail}. Retrying with plutil.")
|
211
211
|
end
|
212
212
|
|
@@ -167,10 +167,12 @@ Puppet::Type.type(:user).provide :user_role_add, :parent => :useradd, :source =>
|
|
167
167
|
end
|
168
168
|
|
169
169
|
def password
|
170
|
-
|
170
|
+
return :absent unless shadow_entry
|
171
|
+
shadow_entry[1]
|
171
172
|
end
|
172
173
|
|
173
174
|
def password_min_age
|
175
|
+
return :absent unless shadow_entry
|
174
176
|
shadow_entry[3].empty? ? -1 : shadow_entry[3]
|
175
177
|
end
|
176
178
|
|
data/lib/puppet/version.rb
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,28 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'puppet/module_tool'
|
3
|
+
require 'puppet_spec/files'
|
4
|
+
|
5
|
+
describe Puppet::ModuleTool::Tar::Mini, :if => (Puppet.features.minitar? && Puppet.features.zlib?) do
|
6
|
+
let(:minitar) { described_class.new }
|
7
|
+
|
8
|
+
describe "Extracts tars with long and short pathnames" do
|
9
|
+
let (:sourcetar) { File.expand_path('../../../../fixtures/module.tar.gz', __FILE__) }
|
10
|
+
|
11
|
+
let (:longfilepath) { "puppetlabs-dsc-1.0.0/lib/puppet_x/dsc_resources/xWebAdministration/DSCResources/MSFT_xWebAppPoolDefaults/MSFT_xWebAppPoolDefaults.schema.mof" }
|
12
|
+
let (:shortfilepath) { "puppetlabs-dsc-1.0.0/README.md" }
|
13
|
+
|
14
|
+
it "unpacks a tar with a short path length" do
|
15
|
+
extractdir = PuppetSpec::Files.tmpdir('minitar')
|
16
|
+
|
17
|
+
minitar.unpack(sourcetar,extractdir,'module')
|
18
|
+
expect(File).to exist(File.expand_path("#{extractdir}/#{shortfilepath}"))
|
19
|
+
end
|
20
|
+
|
21
|
+
it "unpacks a tar with a long path length" do
|
22
|
+
extractdir = PuppetSpec::Files.tmpdir('minitar')
|
23
|
+
|
24
|
+
minitar.unpack(sourcetar,extractdir,'module')
|
25
|
+
expect(File).to exist(File.expand_path("#{extractdir}/#{longfilepath}"))
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,131 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'puppet/pops'
|
3
|
+
require 'puppet/parser/parser_factory'
|
4
|
+
require 'puppet_spec/compiler'
|
5
|
+
require 'puppet_spec/pops'
|
6
|
+
require 'puppet_spec/scope'
|
7
|
+
require 'matchers/resource'
|
8
|
+
require 'rgen/metamodel_builder'
|
9
|
+
|
10
|
+
# These tests are in a separate file since othr compiler related tests have
|
11
|
+
# been dramatically changed between 3.x and 4.x and it is a pain to merge
|
12
|
+
# them.
|
13
|
+
#
|
14
|
+
describe "Puppet::Parser::Compiler when dealing with relative naming" do
|
15
|
+
include PuppetSpec::Compiler
|
16
|
+
include Matchers::Resource
|
17
|
+
|
18
|
+
describe "the compiler when using 4.x parser and evaluator" do
|
19
|
+
# this before-clause should be removed when merging to 4.x
|
20
|
+
before :each do
|
21
|
+
Puppet[:parser] = 'future'
|
22
|
+
end
|
23
|
+
|
24
|
+
it "should use absolute references even if references are not anchored" do
|
25
|
+
node = Puppet::Node.new("testnodex")
|
26
|
+
catalog = compile_to_catalog(<<-PP, node)
|
27
|
+
class foo::thing {
|
28
|
+
notify {"from foo::thing":}
|
29
|
+
}
|
30
|
+
|
31
|
+
class thing {
|
32
|
+
notify {"from ::thing":}
|
33
|
+
}
|
34
|
+
|
35
|
+
class foo {
|
36
|
+
# include thing
|
37
|
+
class {'thing':}
|
38
|
+
}
|
39
|
+
|
40
|
+
include foo
|
41
|
+
PP
|
42
|
+
|
43
|
+
catalog = Puppet::Parser::Compiler.compile(node)
|
44
|
+
|
45
|
+
expect(catalog).to have_resource("Notify[from ::thing]")
|
46
|
+
end
|
47
|
+
|
48
|
+
it "should use absolute references when references are absolute" do
|
49
|
+
node = Puppet::Node.new("testnodex")
|
50
|
+
catalog = compile_to_catalog(<<-PP, node)
|
51
|
+
class foo::thing {
|
52
|
+
notify {"from foo::thing":}
|
53
|
+
}
|
54
|
+
|
55
|
+
class thing {
|
56
|
+
notify {"from ::thing":}
|
57
|
+
}
|
58
|
+
|
59
|
+
class foo {
|
60
|
+
# include thing
|
61
|
+
class {'::thing':}
|
62
|
+
}
|
63
|
+
|
64
|
+
include foo
|
65
|
+
PP
|
66
|
+
|
67
|
+
catalog = Puppet::Parser::Compiler.compile(node)
|
68
|
+
|
69
|
+
expect(catalog).to have_resource("Notify[from ::thing]")
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
# This entire describe should be removed when merged to 4.x
|
74
|
+
#
|
75
|
+
describe "the compiler when using 3.x parser and evaluator" do
|
76
|
+
# this before-clause should be removed when merging to 4.x
|
77
|
+
before :each do
|
78
|
+
Puppet[:parser] = 'current'
|
79
|
+
end
|
80
|
+
|
81
|
+
it "should use relative references when they are not anchored" do
|
82
|
+
node = Puppet::Node.new("testnodex")
|
83
|
+
catalog = compile_to_catalog(<<-PP, node)
|
84
|
+
class foo::thing {
|
85
|
+
notify {"from foo::thing":}
|
86
|
+
}
|
87
|
+
|
88
|
+
class thing {
|
89
|
+
notify {"from ::thing":}
|
90
|
+
}
|
91
|
+
|
92
|
+
class foo {
|
93
|
+
# include thing
|
94
|
+
class {'thing':}
|
95
|
+
}
|
96
|
+
|
97
|
+
include foo
|
98
|
+
PP
|
99
|
+
|
100
|
+
catalog = Puppet::Parser::Compiler.compile(node)
|
101
|
+
|
102
|
+
expect(catalog).to have_resource("Notify[from foo::thing]")
|
103
|
+
end
|
104
|
+
|
105
|
+
it "should use absolute references when references are absolute" do
|
106
|
+
node = Puppet::Node.new("testnodex")
|
107
|
+
catalog = compile_to_catalog(<<-PP, node)
|
108
|
+
class foo::thing {
|
109
|
+
notify {"from foo::thing":}
|
110
|
+
}
|
111
|
+
|
112
|
+
class thing {
|
113
|
+
notify {"from ::thing":}
|
114
|
+
}
|
115
|
+
|
116
|
+
class foo {
|
117
|
+
# include thing
|
118
|
+
class {'::thing':}
|
119
|
+
}
|
120
|
+
|
121
|
+
include foo
|
122
|
+
PP
|
123
|
+
|
124
|
+
catalog = Puppet::Parser::Compiler.compile(node)
|
125
|
+
|
126
|
+
expect(catalog).to have_resource("Notify[from ::thing]")
|
127
|
+
end
|
128
|
+
|
129
|
+
end # End 3.x only case
|
130
|
+
|
131
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|