puppet 7.28.0-universal-darwin → 7.29.0-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +46 -50
- data/ext/project_data.yaml +4 -4
- data/lib/puppet/pops/evaluator/literal_evaluator.rb +12 -3
- data/lib/puppet/pops/issues.rb +4 -0
- data/lib/puppet/pops/validation/checker4_0.rb +13 -0
- data/lib/puppet/util/windows/registry.rb +39 -4
- data/lib/puppet/version.rb +1 -1
- 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-catalog.8 +1 -1
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-ssl.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- metadata +3 -2453
- data/spec/fixtures/faulty_face/puppet/face/syntax.rb +0 -8
- data/spec/fixtures/hiera.yaml +0 -9
- data/spec/fixtures/integration/application/agent/cached_deferred_catalog.json +0 -92
- data/spec/fixtures/integration/application/agent/lib/facter/agent_spec_role.rb +0 -3
- data/spec/fixtures/integration/application/apply/environments/spec/modules/amod/lib/puppet/provider/applytest/applytest.rb +0 -2
- data/spec/fixtures/integration/application/apply/environments/spec/modules/amod/lib/puppet/type/applytest.rb +0 -25
- data/spec/fixtures/integration/application/module/environments/direnv/modules/nginx/README +0 -3
- data/spec/fixtures/integration/application/module/environments/direnv/modules/nginx/manifests/init.pp +0 -17
- data/spec/fixtures/integration/application/module/environments/direnv/modules/nginx/metadata.json +0 -20
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/Gemfile +0 -4
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/Rakefile +0 -3
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/lib/puppet/functions/l10n.rb +0 -8
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/config.yaml +0 -25
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/ja/puppet-l10n.po +0 -19
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/puppet-l10n.pot +0 -20
- data/spec/fixtures/integration/l10n/envs/prod/modules/demo/metadata.json +0 -8
- data/spec/fixtures/integration/node/environment/sitedir/00_a.pp +0 -2
- data/spec/fixtures/integration/node/environment/sitedir/01_b.pp +0 -6
- data/spec/fixtures/integration/node/environment/sitedir/03_empty.pp +0 -0
- data/spec/fixtures/integration/node/environment/sitedir/04_include.pp +0 -2
- data/spec/fixtures/integration/node/environment/sitedir2/00_a.pp +0 -2
- data/spec/fixtures/integration/node/environment/sitedir2/02_folder/01_b.pp +0 -6
- data/spec/fixtures/integration/node/environment/sitedir2/03_c.pp +0 -1
- data/spec/fixtures/integration/node/environment/sitedir2/04_include.pp +0 -2
- data/spec/fixtures/java.tgz +0 -0
- data/spec/fixtures/manifests/site.pp +0 -0
- data/spec/fixtures/module.tar.gz +0 -0
- data/spec/fixtures/releases/jamtur01-apache/Modulefile +0 -2
- data/spec/fixtures/releases/jamtur01-apache/files/httpd +0 -24
- data/spec/fixtures/releases/jamtur01-apache/files/test.vhost +0 -18
- data/spec/fixtures/releases/jamtur01-apache/lib/puppet/provider/a2mod/debian.rb +0 -21
- data/spec/fixtures/releases/jamtur01-apache/lib/puppet/type/a2mod.rb +0 -12
- data/spec/fixtures/releases/jamtur01-apache/manifests/dev.pp +0 -5
- data/spec/fixtures/releases/jamtur01-apache/manifests/init.pp +0 -34
- data/spec/fixtures/releases/jamtur01-apache/manifests/params.pp +0 -17
- data/spec/fixtures/releases/jamtur01-apache/manifests/php.pp +0 -5
- data/spec/fixtures/releases/jamtur01-apache/manifests/ssl.pp +0 -15
- data/spec/fixtures/releases/jamtur01-apache/manifests/vhost.pp +0 -15
- data/spec/fixtures/releases/jamtur01-apache/metadata.json +0 -1
- data/spec/fixtures/releases/jamtur01-apache/templates/vhost-default.conf.erb +0 -20
- data/spec/fixtures/releases/jamtur01-apache/tests/apache.pp +0 -1
- data/spec/fixtures/releases/jamtur01-apache/tests/dev.pp +0 -1
- data/spec/fixtures/releases/jamtur01-apache/tests/init.pp +0 -1
- data/spec/fixtures/releases/jamtur01-apache/tests/php.pp +0 -1
- data/spec/fixtures/releases/jamtur01-apache/tests/ssl.pp +0 -1
- data/spec/fixtures/releases/jamtur01-apache/tests/vhost.pp +0 -2
- data/spec/fixtures/ssl/127.0.0.1-key.pem +0 -117
- data/spec/fixtures/ssl/127.0.0.1.pem +0 -69
- data/spec/fixtures/ssl/bad-basic-constraints.pem +0 -81
- data/spec/fixtures/ssl/bad-int-basic-constraints.pem +0 -81
- data/spec/fixtures/ssl/ca.pem +0 -81
- data/spec/fixtures/ssl/crl.pem +0 -40
- data/spec/fixtures/ssl/ec-key-openssl.pem +0 -8
- data/spec/fixtures/ssl/ec-key-pk8.pem +0 -5
- data/spec/fixtures/ssl/ec-key.pem +0 -18
- data/spec/fixtures/ssl/ec.pem +0 -49
- data/spec/fixtures/ssl/encrypted-ec-key.pem +0 -21
- data/spec/fixtures/ssl/encrypted-key.pem +0 -120
- data/spec/fixtures/ssl/intermediate-agent-crl.pem +0 -40
- data/spec/fixtures/ssl/intermediate-agent.pem +0 -81
- data/spec/fixtures/ssl/intermediate-crl.pem +0 -46
- data/spec/fixtures/ssl/intermediate.pem +0 -81
- data/spec/fixtures/ssl/netlock-arany-utf8.pem +0 -23
- data/spec/fixtures/ssl/oid-key.pem +0 -117
- data/spec/fixtures/ssl/oid.pem +0 -69
- data/spec/fixtures/ssl/pluto-key.pem +0 -117
- data/spec/fixtures/ssl/pluto.pem +0 -66
- data/spec/fixtures/ssl/request-key.pem +0 -117
- data/spec/fixtures/ssl/request.pem +0 -60
- data/spec/fixtures/ssl/revoked-key.pem +0 -117
- data/spec/fixtures/ssl/revoked.pem +0 -66
- data/spec/fixtures/ssl/signed-key.pem +0 -117
- data/spec/fixtures/ssl/signed.pem +0 -66
- data/spec/fixtures/ssl/tampered-cert.pem +0 -66
- data/spec/fixtures/ssl/tampered-csr.pem +0 -60
- data/spec/fixtures/ssl/trusted_oid_mapping.yaml +0 -5
- data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +0 -117
- data/spec/fixtures/ssl/unknown-127.0.0.1.pem +0 -69
- data/spec/fixtures/ssl/unknown-ca-key.pem +0 -117
- data/spec/fixtures/ssl/unknown-ca.pem +0 -81
- data/spec/fixtures/stdlib.tgz +0 -0
- data/spec/fixtures/unit/application/environments/production/data/common.yaml +0 -24
- data/spec/fixtures/unit/application/environments/production/environment.conf +0 -1
- data/spec/fixtures/unit/application/environments/production/manifests/site.pp +0 -1
- data/spec/fixtures/unit/application/environments/puppet_func_provider/environment.conf +0 -1
- data/spec/fixtures/unit/application/environments/puppet_func_provider/functions/environment/data.pp +0 -10
- data/spec/fixtures/unit/application/environments/puppet_func_provider/manifests/site.pp +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_json/data/bad.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_json/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_json/hiera.yaml +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_json/manifests/site.pp +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_yaml/data/bad.yaml +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_yaml/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_yaml/hiera.yaml +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_bad_syntax_yaml/manifests/site.pp +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/data/common.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/manifests/site.pp +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/modules/one/data/common.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/modules/one/manifests/init.pp +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_defaults/modules/one/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/first.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/name.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/second.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/single.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/third_utf8.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data1/utf8.yaml +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/data2/single.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/hiera.yaml +0 -22
- data/spec/fixtures/unit/data_providers/environments/hiera_env_config/manifests/site.pp +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/data/common.yaml +0 -48
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/manifests/site.pp +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/modules/one/data/common.yaml +0 -30
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/modules/one/manifests/init.pp +0 -13
- data/spec/fixtures/unit/data_providers/environments/hiera_misc/modules/one/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/data/common.yaml +0 -4
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/data/specific.yaml +0 -4
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/hiera.yaml +0 -7
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/manifests/site.pp +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/first.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/name.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/second.json +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/server1.yaml +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/server2.yaml +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data1/single.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/data2/single.yaml +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/hiera.yaml +0 -20
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/manifests/init.pp +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_module_config/modules/one/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/data/common.yaml +0 -4
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/data/specific.yaml +0 -4
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/hiera.yaml +0 -7
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/manifests/site.pp +0 -1
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/one/data/common.yaml +0 -6
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/one/hiera.yaml +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/one/manifests/init.pp +0 -2
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/one/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/two/data/common.yaml +0 -4
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/two/hiera.yaml +0 -5
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/two/manifests/init.pp +0 -3
- data/spec/fixtures/unit/data_providers/environments/hiera_modules/modules/two/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/production/environment.conf +0 -2
- data/spec/fixtures/unit/data_providers/environments/production/lib/puppet/functions/environment/data.rb +0 -9
- data/spec/fixtures/unit/data_providers/environments/production/modules/abc/lib/puppet/functions/abc/data.rb +0 -9
- data/spec/fixtures/unit/data_providers/environments/production/modules/abc/manifests/init.pp +0 -10
- data/spec/fixtures/unit/data_providers/environments/production/modules/abc/metadata.json +0 -9
- data/spec/fixtures/unit/data_providers/environments/production/modules/xyz/functions/data.pp +0 -6
- data/spec/fixtures/unit/data_providers/environments/production/modules/xyz/manifests/init.pp +0 -9
- data/spec/fixtures/unit/data_providers/environments/production/modules/xyz/metadata.json +0 -9
- data/spec/fixtures/unit/forge/bacula-releases.json +0 -128
- data/spec/fixtures/unit/forge/bacula.json +0 -76
- data/spec/fixtures/unit/forge/bacula.tar.gz +0 -0
- data/spec/fixtures/unit/functions/hiera/hiera/backend/hieraspec_backend.rb +0 -22
- data/spec/fixtures/unit/functions/lookup/data/common.yaml +0 -19
- data/spec/fixtures/unit/functions/lookup/hiera/backend/custom_backend.rb +0 -18
- data/spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb +0 -7
- data/spec/fixtures/unit/functions/lookup_fixture/data/common.yaml +0 -19
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/environment.conf +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/lib/puppet/functions/environment/data.rb +0 -13
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/abc/lib/puppet/functions/abc/data.rb +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/abc/manifests/init.pp +0 -8
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/abc/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bad_data/lib/puppet/functions/bad_data/data.rb +0 -7
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bad_data/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bad_data/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bca/lib/puppet/functions/bca/data.rb +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bca/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/bca/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_json/data/empty.json +0 -0
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_json/hiera.yaml +0 -5
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_json/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_json/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_json/data/empty_key.json +0 -1
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_json/hiera.yaml +0 -5
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_json/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_json/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_yaml/data/empty_key.yaml +0 -1
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_yaml/hiera.yaml +0 -5
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_yaml/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_key_yaml/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_yaml/data/empty.yaml +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_yaml/hiera.yaml +0 -5
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_yaml/manifests/init.pp +0 -2
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/empty_yaml/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/hieraprovider/data/first.json +0 -4
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/hieraprovider/hiera.yaml +0 -8
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/hieraprovider/manifests/init.pp +0 -5
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/hieraprovider/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/meta/lib/puppet/functions/meta/data.rb +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/meta/manifests/init.pp +0 -3
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/meta/metadata.json +0 -9
- data/spec/fixtures/unit/functions/lookup_fixture/environments/production/modules/no_provider/manifests/init.pp +0 -2
- data/spec/fixtures/unit/indirector/data_binding/hiera/global.yaml +0 -10
- data/spec/fixtures/unit/indirector/data_binding/hiera/invalid.yaml +0 -1
- data/spec/fixtures/unit/indirector/hiera/global.yaml +0 -10
- data/spec/fixtures/unit/indirector/hiera/invalid.yaml +0 -1
- data/spec/fixtures/unit/module/trailing-comma.json +0 -24
- data/spec/fixtures/unit/parser/functions/create_resources/foo/manifests/init.pp +0 -3
- data/spec/fixtures/unit/parser/functions/create_resources/foo/manifests/wrongdefine.pp +0 -3
- data/spec/fixtures/unit/parser/lexer/aliastest.pp +0 -16
- data/spec/fixtures/unit/parser/lexer/append.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/argumentdefaults.pp +0 -14
- data/spec/fixtures/unit/parser/lexer/arithmetic_expression.pp +0 -8
- data/spec/fixtures/unit/parser/lexer/arraytrailingcomma.pp +0 -3
- data/spec/fixtures/unit/parser/lexer/casestatement.pp +0 -65
- data/spec/fixtures/unit/parser/lexer/classheirarchy.pp +0 -15
- data/spec/fixtures/unit/parser/lexer/classincludes.pp +0 -17
- data/spec/fixtures/unit/parser/lexer/classpathtest.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/collection.pp +0 -10
- data/spec/fixtures/unit/parser/lexer/collection_override.pp +0 -8
- data/spec/fixtures/unit/parser/lexer/collection_within_virtual_definitions.pp +0 -20
- data/spec/fixtures/unit/parser/lexer/componentmetaparams.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/componentrequire.pp +0 -8
- data/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp +0 -23
- data/spec/fixtures/unit/parser/lexer/defineoverrides.pp +0 -17
- data/spec/fixtures/unit/parser/lexer/emptyclass.pp +0 -9
- data/spec/fixtures/unit/parser/lexer/emptyexec.pp +0 -3
- data/spec/fixtures/unit/parser/lexer/emptyifelse.pp +0 -9
- data/spec/fixtures/unit/parser/lexer/falsevalues.pp +0 -3
- data/spec/fixtures/unit/parser/lexer/filecreate.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/fqdefinition.pp +0 -5
- data/spec/fixtures/unit/parser/lexer/fqparents.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/funccomma.pp +0 -5
- data/spec/fixtures/unit/parser/lexer/hash.pp +0 -33
- data/spec/fixtures/unit/parser/lexer/ifexpression.pp +0 -12
- data/spec/fixtures/unit/parser/lexer/implicititeration.pp +0 -15
- data/spec/fixtures/unit/parser/lexer/multilinecomments.pp +0 -10
- data/spec/fixtures/unit/parser/lexer/multipleclass.pp +0 -9
- data/spec/fixtures/unit/parser/lexer/multipleinstances.pp +0 -7
- data/spec/fixtures/unit/parser/lexer/multisubs.pp +0 -13
- data/spec/fixtures/unit/parser/lexer/namevartest.pp +0 -9
- data/spec/fixtures/unit/parser/lexer/scopetest.pp +0 -13
- data/spec/fixtures/unit/parser/lexer/selectorvalues.pp +0 -49
- data/spec/fixtures/unit/parser/lexer/simpledefaults.pp +0 -5
- data/spec/fixtures/unit/parser/lexer/simpleselector.pp +0 -38
- data/spec/fixtures/unit/parser/lexer/singleary.pp +0 -19
- data/spec/fixtures/unit/parser/lexer/singlequote.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/singleselector.pp +0 -22
- data/spec/fixtures/unit/parser/lexer/subclass_name_duplication.pp +0 -11
- data/spec/fixtures/unit/parser/lexer/tag.pp +0 -9
- data/spec/fixtures/unit/parser/lexer/tagged.pp +0 -35
- data/spec/fixtures/unit/parser/lexer/virtualresources.pp +0 -14
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/binder_config.yaml +0 -10
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/lib/puppet/bindings/confdirtest.rb +0 -10
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/awesome2/lib/puppet/bindings/awesome2/default.rb +0 -20
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/awesome2/lib/puppet_x/awesome2/echo_scheme_handler.rb +0 -18
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/bad/lib/puppet/bindings/bad/default.rb +0 -5
- data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/good/lib/puppet/bindings/good/default.rb +0 -6
- data/spec/fixtures/unit/pops/binder/config/binder_config/nolayer/binder_config.yaml +0 -6
- data/spec/fixtures/unit/pops/binder/config/binder_config/ok/binder_config.yaml +0 -9
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/functions/usee_puppet.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/lib/puppet/functions/usee/callee.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/lib/puppet/functions/usee/usee_ruby.rb +0 -6
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/lib/puppet/type/usee_type.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/manifests/init.pp +0 -8
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee/types/zero.pp +0 -1
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/usee2/lib/puppet/functions/usee2/callee.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/functions/puppet_calling_puppet.pp +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/functions/puppet_calling_puppet_init.pp +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/functions/puppet_calling_ruby.pp +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/lib/puppet/functions/user/caller.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/lib/puppet/functions/user/caller2.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/lib/puppet/functions/user/ruby_calling_puppet.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/lib/puppet/functions/user/ruby_calling_puppet_init.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/lib/puppet/functions/user/ruby_calling_ruby.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/manifests/init.pp +0 -87
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/metadata.json +0 -10
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/types/withuseeone.pp +0 -1
- data/spec/fixtures/unit/pops/loaders/loaders/dependent_modules_with_metadata/modules/user/types/withuseezero.pp +0 -1
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/bad_func_load.rb +0 -11
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/bad_func_load2.rb +0 -11
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/bad_func_load3.rb +0 -11
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/bad_func_load4.rb +0 -11
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/bad_func_load5.rb +0 -12
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/callee.rb +0 -8
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/callee_ws.rb +0 -8
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/func_with_syntax_error.rb +0 -9
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/lib/puppet/parser/functions/good_func_load.rb +0 -9
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/usee/metadata.json +0 -9
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/functions/puppetcalled.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/functions/puppetcaller.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/functions/puppetcaller4.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/lib/puppet/functions/user/caller.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/lib/puppet/functions/user/caller_ws.rb +0 -12
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/lib/puppet/functions/user/callingpuppet.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/mix_4x_and_3x_functions/user/metadata.json +0 -9
- data/spec/fixtures/unit/pops/loaders/loaders/module_no_lib/modules/modulea/functions/hello.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/module_no_lib/modules/modulea/manifests/init.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/module_no_lib/modules/modulea/metadata.json +0 -10
- data/spec/fixtures/unit/pops/loaders/loaders/no_modules/manifests/site.pp +0 -10
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/functions/hello.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/functions/subspace/hello.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/lib/puppet/functions/modulea/rb_func_a.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/lib/puppet/functions/rb_func_a.rb +0 -5
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/manifests/init.pp +0 -3
- data/spec/fixtures/unit/pops/loaders/loaders/single_module/modules/modulea/metadata.json +0 -10
- data/spec/fixtures/unit/pops/loaders/loaders/wo_metadata_module/modules/moduleb/lib/puppet/functions/moduleb/rb_func_b.rb +0 -6
- data/spec/fixtures/unit/pops/loaders/loaders/wo_metadata_module/modules/moduleb/manifests/init.pp +0 -3
- data/spec/fixtures/unit/pops/parser/lexer/aliastest.pp +0 -16
- data/spec/fixtures/unit/pops/parser/lexer/append.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/argumentdefaults.pp +0 -14
- data/spec/fixtures/unit/pops/parser/lexer/arithmetic_expression.pp +0 -8
- data/spec/fixtures/unit/pops/parser/lexer/arraytrailingcomma.pp +0 -3
- data/spec/fixtures/unit/pops/parser/lexer/casestatement.pp +0 -65
- data/spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp +0 -15
- data/spec/fixtures/unit/pops/parser/lexer/classincludes.pp +0 -17
- data/spec/fixtures/unit/pops/parser/lexer/classpathtest.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/collection.pp +0 -10
- data/spec/fixtures/unit/pops/parser/lexer/collection_override.pp +0 -8
- data/spec/fixtures/unit/pops/parser/lexer/collection_within_virtual_definitions.pp +0 -20
- data/spec/fixtures/unit/pops/parser/lexer/componentmetaparams.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/componentrequire.pp +0 -8
- data/spec/fixtures/unit/pops/parser/lexer/deepclassheirarchy.pp +0 -23
- data/spec/fixtures/unit/pops/parser/lexer/defineoverrides.pp +0 -17
- data/spec/fixtures/unit/pops/parser/lexer/emptyclass.pp +0 -9
- data/spec/fixtures/unit/pops/parser/lexer/emptyexec.pp +0 -3
- data/spec/fixtures/unit/pops/parser/lexer/emptyifelse.pp +0 -9
- data/spec/fixtures/unit/pops/parser/lexer/falsevalues.pp +0 -3
- data/spec/fixtures/unit/pops/parser/lexer/filecreate.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/fqdefinition.pp +0 -5
- data/spec/fixtures/unit/pops/parser/lexer/fqparents.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/funccomma.pp +0 -5
- data/spec/fixtures/unit/pops/parser/lexer/hash.pp +0 -33
- data/spec/fixtures/unit/pops/parser/lexer/ifexpression.pp +0 -12
- data/spec/fixtures/unit/pops/parser/lexer/implicititeration.pp +0 -15
- data/spec/fixtures/unit/pops/parser/lexer/multilinecomments.pp +0 -10
- data/spec/fixtures/unit/pops/parser/lexer/multipleclass.pp +0 -9
- data/spec/fixtures/unit/pops/parser/lexer/multipleinstances.pp +0 -7
- data/spec/fixtures/unit/pops/parser/lexer/multisubs.pp +0 -13
- data/spec/fixtures/unit/pops/parser/lexer/namevartest.pp +0 -9
- data/spec/fixtures/unit/pops/parser/lexer/scopetest.pp +0 -13
- data/spec/fixtures/unit/pops/parser/lexer/selectorvalues.pp +0 -49
- data/spec/fixtures/unit/pops/parser/lexer/simpledefaults.pp +0 -5
- data/spec/fixtures/unit/pops/parser/lexer/simpleselector.pp +0 -38
- data/spec/fixtures/unit/pops/parser/lexer/singleary.pp +0 -19
- data/spec/fixtures/unit/pops/parser/lexer/singlequote.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/singleselector.pp +0 -22
- data/spec/fixtures/unit/pops/parser/lexer/subclass_name_duplication.pp +0 -11
- data/spec/fixtures/unit/pops/parser/lexer/tag.pp +0 -9
- data/spec/fixtures/unit/pops/parser/lexer/tagged.pp +0 -35
- data/spec/fixtures/unit/pops/parser/lexer/virtualresources.pp +0 -14
- data/spec/fixtures/unit/provider/aix_object/aix_colon_list_real_world_input.out +0 -1
- data/spec/fixtures/unit/provider/aix_object/aix_colon_list_real_world_output.out +0 -1
- data/spec/fixtures/unit/provider/cron/crontab/single_line.yaml +0 -272
- data/spec/fixtures/unit/provider/cron/crontab/vixie_header.txt +0 -3
- data/spec/fixtures/unit/provider/cron/parsed/managed +0 -6
- data/spec/fixtures/unit/provider/cron/parsed/simple +0 -9
- data/spec/fixtures/unit/provider/package/dnfmodule/dnf-module-list.txt +0 -19
- data/spec/fixtures/unit/provider/package/gem/gem-list-single-package +0 -4
- data/spec/fixtures/unit/provider/package/gem/line-with-1.8.5-warning +0 -14
- data/spec/fixtures/unit/provider/package/openbsd/pkginfo.detail +0 -19
- data/spec/fixtures/unit/provider/package/openbsd/pkginfo.list +0 -10
- data/spec/fixtures/unit/provider/package/openbsd/pkginfo.query +0 -1
- data/spec/fixtures/unit/provider/package/openbsd/pkginfo_flavors.list +0 -2
- data/spec/fixtures/unit/provider/package/pkg/dummy_implicit_version +0 -3
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris10 +0 -1
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.certificate_warning +0 -2
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.ifo.installed +0 -1
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.ifo.known +0 -1
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.installed +0 -1
- data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.known +0 -1
- data/spec/fixtures/unit/provider/package/pkg/incomplete +0 -1
- data/spec/fixtures/unit/provider/package/pkg/solaris11 +0 -2
- data/spec/fixtures/unit/provider/package/pkg/unknown_status +0 -12
- data/spec/fixtures/unit/provider/package/pkgng/pkg.query +0 -7
- data/spec/fixtures/unit/provider/package/pkgng/pkg.query.zsh +0 -1
- data/spec/fixtures/unit/provider/package/pkgng/pkg.version +0 -5
- data/spec/fixtures/unit/provider/package/puppetserver_gem/gem-list-local-packages +0 -30
- data/spec/fixtures/unit/provider/package/sun/dummy.server +0 -12
- data/spec/fixtures/unit/provider/package/sun/simple +0 -24
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-broken-notices.txt +0 -187
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-multiline.txt +0 -201
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-obsoletes.txt +0 -195
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-plugin-output.txt +0 -36
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-security.txt +0 -184
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-simple.txt +0 -13
- data/spec/fixtures/unit/provider/package/yum/yum-check-update-subscription-manager.txt +0 -9
- data/spec/fixtures/unit/provider/package/zypper/zypper-list-updates-SLES11sp1.out +0 -369
- data/spec/fixtures/unit/provider/package/zypper/zypper-list-updates-empty.out +0 -3
- data/spec/fixtures/unit/provider/package/zypper/zypper-search-uninstalled.out +0 -13
- data/spec/fixtures/unit/provider/parsedfile/aliases.txt +0 -2
- data/spec/fixtures/unit/provider/parsedfile/simple.txt +0 -7
- data/spec/fixtures/unit/provider/service/base/ps_ef.mixed_encoding +0 -3
- data/spec/fixtures/unit/provider/service/gentoo/rc_update_show +0 -30
- data/spec/fixtures/unit/provider/service/openbsd/rcctl_getall +0 -6
- data/spec/fixtures/unit/provider/service/openrc/rcservice_list +0 -8
- data/spec/fixtures/unit/provider/service/openrc/rcstatus +0 -43
- data/spec/fixtures/unit/provider/service/smf/svcs_fmri.out +0 -6
- data/spec/fixtures/unit/provider/service/smf/svcs_instances.out +0 -4
- data/spec/fixtures/unit/provider/service/smf/svcs_multiple_fmris.out +0 -13
- data/spec/fixtures/unit/provider/service/systemd/list_unit_files_services +0 -16
- data/spec/fixtures/unit/provider/service/systemd/list_unit_files_services_vendor_preset +0 -9
- data/spec/fixtures/unit/provider/user/aix/aix_passwd_file.out +0 -36
- data/spec/fixtures/unit/reports/tagmail/tagmail_email.conf +0 -2
- data/spec/fixtures/unit/reports/tagmail/tagmail_failers.conf +0 -3
- data/spec/fixtures/unit/reports/tagmail/tagmail_passers.conf +0 -30
- data/spec/fixtures/unit/ssl/certificate/old-style-cert-exts.pem +0 -33
- data/spec/fixtures/unit/ssl/certificate_request/old-style-cert-request.pem +0 -28
- data/spec/fixtures/unit/type/user/authorized_keys +0 -6
- data/spec/fixtures/unit/util/filetype/aixtab_output +0 -44
- data/spec/fixtures/unit/util/filetype/suntab_output +0 -9
- data/spec/fixtures/unit/util/monkey_patches/x509.pem +0 -32
- data/spec/fixtures/unit/util/rdoc/basic.pp +0 -16
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_md5/should_fetch_if_not_on_the_local_disk.yml +0 -104
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_md5/should_not_update_if_content_on_disk_is_up-to-date.yml +0 -108
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_md5/should_update_if_content_differs_on_disk.yml +0 -108
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_mtime/should_fetch_if_mtime_is_older_on_disk.yml +0 -104
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_mtime/should_fetch_if_no_header_specified.yml +0 -100
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_mtime/should_fetch_if_not_on_the_local_disk.yml +0 -104
- data/spec/fixtures/vcr/cassettes/Puppet_Type_File/when_sourcing/from_http/using_mtime/should_not_update_if_mtime_is_newer_on_disk.yml +0 -104
- data/spec/fixtures/yaml/report2.6.x.yaml +0 -190
- data/spec/fixtures/yaml/test.local.yaml +0 -16
- data/spec/integration/agent/logging_spec.rb +0 -179
- data/spec/integration/application/agent_spec.rb +0 -1012
- data/spec/integration/application/apply_spec.rb +0 -773
- data/spec/integration/application/doc_spec.rb +0 -24
- data/spec/integration/application/filebucket_spec.rb +0 -255
- data/spec/integration/application/help_spec.rb +0 -44
- data/spec/integration/application/lookup_spec.rb +0 -275
- data/spec/integration/application/module_spec.rb +0 -230
- data/spec/integration/application/plugin_spec.rb +0 -145
- data/spec/integration/application/resource_spec.rb +0 -68
- data/spec/integration/application/ssl_spec.rb +0 -20
- data/spec/integration/configurer_spec.rb +0 -164
- data/spec/integration/data_binding_spec.rb +0 -278
- data/spec/integration/defaults_spec.rb +0 -279
- data/spec/integration/directory_environments_spec.rb +0 -67
- data/spec/integration/environments/default_manifest_spec.rb +0 -215
- data/spec/integration/environments/setting_hooks_spec.rb +0 -27
- data/spec/integration/environments/settings_interpolation_spec.rb +0 -106
- data/spec/integration/environments/settings_spec.rb +0 -128
- data/spec/integration/http/client_spec.rb +0 -229
- data/spec/integration/indirector/catalog/compiler_spec.rb +0 -75
- data/spec/integration/indirector/direct_file_server_spec.rb +0 -90
- data/spec/integration/indirector/facts/facter_spec.rb +0 -168
- data/spec/integration/indirector/file_content/file_server_spec.rb +0 -106
- data/spec/integration/indirector/file_metadata/file_server_spec.rb +0 -75
- data/spec/integration/l10n/compiler_spec.rb +0 -37
- data/spec/integration/network/formats_spec.rb +0 -90
- data/spec/integration/network/http/api/indirected_routes_spec.rb +0 -60
- data/spec/integration/network/http_pool_spec.rb +0 -275
- data/spec/integration/node/environment_spec.rb +0 -170
- data/spec/integration/node/facts_spec.rb +0 -40
- data/spec/integration/node_spec.rb +0 -77
- data/spec/integration/parser/catalog_spec.rb +0 -68
- data/spec/integration/parser/class_spec.rb +0 -33
- data/spec/integration/parser/collection_spec.rb +0 -362
- data/spec/integration/parser/compiler_spec.rb +0 -1210
- data/spec/integration/parser/conditionals_spec.rb +0 -92
- data/spec/integration/parser/dynamic_scoping_spec.rb +0 -66
- data/spec/integration/parser/environment_spec.rb +0 -47
- data/spec/integration/parser/node_spec.rb +0 -163
- data/spec/integration/parser/parameter_defaults_spec.rb +0 -358
- data/spec/integration/parser/pcore_resource_spec.rb +0 -243
- data/spec/integration/parser/resource_expressions_spec.rb +0 -222
- data/spec/integration/parser/scope_spec.rb +0 -728
- data/spec/integration/parser/script_compiler_spec.rb +0 -113
- data/spec/integration/parser/undef_param_spec.rb +0 -95
- data/spec/integration/provider/file/windows_spec.rb +0 -162
- data/spec/integration/resource/catalog_spec.rb +0 -47
- data/spec/integration/resource/type_collection_spec.rb +0 -88
- data/spec/integration/transaction/report_spec.rb +0 -706
- data/spec/integration/transaction_spec.rb +0 -553
- data/spec/integration/type/exec_spec.rb +0 -114
- data/spec/integration/type/file_spec.rb +0 -2012
- data/spec/integration/type/notify_spec.rb +0 -46
- data/spec/integration/type/package_spec.rb +0 -200
- data/spec/integration/type/tidy_spec.rb +0 -45
- data/spec/integration/type_spec.rb +0 -30
- data/spec/integration/util/autoload_spec.rb +0 -104
- data/spec/integration/util/execution_spec.rb +0 -104
- data/spec/integration/util/rdoc/parser_spec.rb +0 -171
- data/spec/integration/util/settings_spec.rb +0 -115
- data/spec/integration/util/windows/adsi_spec.rb +0 -207
- data/spec/integration/util/windows/monkey_patches/process_spec.rb +0 -231
- data/spec/integration/util/windows/principal_spec.rb +0 -279
- data/spec/integration/util/windows/process_spec.rb +0 -96
- data/spec/integration/util/windows/registry_spec.rb +0 -334
- data/spec/integration/util/windows/security_spec.rb +0 -1010
- data/spec/integration/util/windows/user_spec.rb +0 -226
- data/spec/integration/util_spec.rb +0 -104
- data/spec/lib/matchers/containment_matchers.rb +0 -52
- data/spec/lib/matchers/include_in_order.rb +0 -20
- data/spec/lib/matchers/include_in_order_spec.rb +0 -30
- data/spec/lib/matchers/json.rb +0 -132
- data/spec/lib/matchers/match_tokens2.rb +0 -74
- data/spec/lib/matchers/relationship_graph_matchers.rb +0 -48
- data/spec/lib/matchers/resource.rb +0 -74
- data/spec/lib/puppet/certificate_factory.rb +0 -218
- data/spec/lib/puppet/face/1.0.0/huzzah.rb +0 -8
- data/spec/lib/puppet/face/basetest.rb +0 -51
- data/spec/lib/puppet/face/huzzah/obsolete.rb +0 -6
- data/spec/lib/puppet/face/huzzah.rb +0 -8
- data/spec/lib/puppet/face/version_matching.rb +0 -12
- data/spec/lib/puppet/indirector/indirector_testing/json.rb +0 -6
- data/spec/lib/puppet/indirector/indirector_testing/memory.rb +0 -7
- data/spec/lib/puppet/indirector/indirector_testing/msgpack.rb +0 -6
- data/spec/lib/puppet/indirector_proxy.rb +0 -34
- data/spec/lib/puppet/indirector_testing.rb +0 -31
- data/spec/lib/puppet/test_ca.rb +0 -164
- data/spec/lib/puppet_spec/character_encoding.rb +0 -12
- data/spec/lib/puppet_spec/compiler.rb +0 -112
- data/spec/lib/puppet_spec/files.rb +0 -107
- data/spec/lib/puppet_spec/fixtures.rb +0 -52
- data/spec/lib/puppet_spec/handler.rb +0 -53
- data/spec/lib/puppet_spec/https.rb +0 -95
- data/spec/lib/puppet_spec/language.rb +0 -75
- data/spec/lib/puppet_spec/matchers.rb +0 -68
- data/spec/lib/puppet_spec/module_tool/shared_functions.rb +0 -56
- data/spec/lib/puppet_spec/module_tool/stub_source.rb +0 -136
- data/spec/lib/puppet_spec/modules.rb +0 -82
- data/spec/lib/puppet_spec/network.rb +0 -109
- data/spec/lib/puppet_spec/pops.rb +0 -29
- data/spec/lib/puppet_spec/puppetserver.rb +0 -180
- data/spec/lib/puppet_spec/scope.rb +0 -13
- data/spec/lib/puppet_spec/settings.rb +0 -39
- data/spec/lib/puppet_spec/ssl.rb +0 -265
- data/spec/lib/puppet_spec/unindent.rb +0 -5
- data/spec/lib/puppet_spec/verbose.rb +0 -9
- data/spec/shared_behaviours/all_parsedfile_providers.rb +0 -21
- data/spec/shared_behaviours/an_indirector_face.rb +0 -6
- data/spec/shared_behaviours/documentation_on_faces.rb +0 -261
- data/spec/shared_behaviours/file_server_terminus.rb +0 -38
- data/spec/shared_behaviours/file_serving.rb +0 -73
- data/spec/shared_behaviours/hiera_indirections.rb +0 -98
- data/spec/shared_behaviours/iterative_functions.rb +0 -68
- data/spec/shared_behaviours/memory_terminus.rb +0 -28
- data/spec/shared_behaviours/path_parameters.rb +0 -160
- data/spec/shared_behaviours/store_configs_terminus.rb +0 -21
- data/spec/shared_behaviours/things_that_declare_options.rb +0 -262
- data/spec/shared_contexts/checksum.rb +0 -65
- data/spec/shared_contexts/digests.rb +0 -100
- data/spec/shared_contexts/https.rb +0 -29
- data/spec/shared_contexts/l10n.rb +0 -32
- data/spec/shared_contexts/provider.rb +0 -16
- data/spec/shared_contexts/types_setup.rb +0 -204
- data/spec/shared_examples/rhel_package_provider.rb +0 -398
- data/spec/spec_helper.rb +0 -240
- data/spec/unit/agent/disabler_spec.rb +0 -63
- data/spec/unit/agent/locker_spec.rb +0 -99
- data/spec/unit/agent_spec.rb +0 -423
- data/spec/unit/application/agent_spec.rb +0 -640
- data/spec/unit/application/apply_spec.rb +0 -559
- data/spec/unit/application/config_spec.rb +0 -232
- data/spec/unit/application/describe_spec.rb +0 -135
- data/spec/unit/application/device_spec.rb +0 -616
- data/spec/unit/application/doc_spec.rb +0 -333
- data/spec/unit/application/face_base_spec.rb +0 -454
- data/spec/unit/application/facts_spec.rb +0 -139
- data/spec/unit/application/filebucket_spec.rb +0 -319
- data/spec/unit/application/indirection_base_spec.rb +0 -50
- data/spec/unit/application/lookup_spec.rb +0 -691
- data/spec/unit/application/resource_spec.rb +0 -220
- data/spec/unit/application/ssl_spec.rb +0 -507
- data/spec/unit/application_spec.rb +0 -730
- data/spec/unit/certificate_factory_spec.rb +0 -170
- data/spec/unit/concurrent/lock_spec.rb +0 -29
- data/spec/unit/concurrent/thread_local_singleton_spec.rb +0 -39
- data/spec/unit/configurer/downloader_spec.rb +0 -252
- data/spec/unit/configurer/fact_handler_spec.rb +0 -147
- data/spec/unit/configurer/plugin_handler_spec.rb +0 -152
- data/spec/unit/configurer_spec.rb +0 -1488
- data/spec/unit/confine/exists_spec.rb +0 -82
- data/spec/unit/confine/false_spec.rb +0 -78
- data/spec/unit/confine/feature_spec.rb +0 -59
- data/spec/unit/confine/true_spec.rb +0 -78
- data/spec/unit/confine/variable_spec.rb +0 -105
- data/spec/unit/confine_collection_spec.rb +0 -132
- data/spec/unit/confine_spec.rb +0 -99
- data/spec/unit/confiner_spec.rb +0 -61
- data/spec/unit/context/trusted_information_spec.rb +0 -213
- data/spec/unit/context_spec.rb +0 -217
- data/spec/unit/daemon_spec.rb +0 -193
- data/spec/unit/data_binding_spec.rb +0 -11
- data/spec/unit/data_providers/function_data_provider_spec.rb +0 -122
- data/spec/unit/data_providers/hiera_data_provider_spec.rb +0 -360
- data/spec/unit/datatypes_spec.rb +0 -352
- data/spec/unit/defaults_spec.rb +0 -174
- data/spec/unit/environments_spec.rb +0 -1186
- data/spec/unit/etc_spec.rb +0 -465
- data/spec/unit/external/pson_spec.rb +0 -60
- data/spec/unit/face/config_spec.rb +0 -402
- data/spec/unit/face/epp_face_spec.rb +0 -385
- data/spec/unit/face/facts_spec.rb +0 -78
- data/spec/unit/face/generate_spec.rb +0 -293
- data/spec/unit/face/help_spec.rb +0 -208
- data/spec/unit/face/module/install_spec.rb +0 -40
- data/spec/unit/face/module/list_spec.rb +0 -256
- data/spec/unit/face/module/uninstall_spec.rb +0 -45
- data/spec/unit/face/module/upgrade_spec.rb +0 -26
- data/spec/unit/face/node_spec.rb +0 -129
- data/spec/unit/face/parser_spec.rb +0 -310
- data/spec/unit/face/plugin_spec.rb +0 -158
- data/spec/unit/face_spec.rb +0 -1
- data/spec/unit/facter_impl_spec.rb +0 -31
- data/spec/unit/file_bucket/dipper_spec.rb +0 -405
- data/spec/unit/file_bucket/file_spec.rb +0 -58
- data/spec/unit/file_serving/base_spec.rb +0 -164
- data/spec/unit/file_serving/configuration/parser_spec.rb +0 -206
- data/spec/unit/file_serving/configuration_spec.rb +0 -240
- data/spec/unit/file_serving/content_spec.rb +0 -98
- data/spec/unit/file_serving/fileset_spec.rb +0 -417
- data/spec/unit/file_serving/http_metadata_spec.rb +0 -109
- data/spec/unit/file_serving/metadata_spec.rb +0 -551
- data/spec/unit/file_serving/mount/file_spec.rb +0 -188
- data/spec/unit/file_serving/mount/locales_spec.rb +0 -72
- data/spec/unit/file_serving/mount/modules_spec.rb +0 -69
- data/spec/unit/file_serving/mount/pluginfacts_spec.rb +0 -72
- data/spec/unit/file_serving/mount/plugins_spec.rb +0 -72
- data/spec/unit/file_serving/mount/scripts_spec.rb +0 -69
- data/spec/unit/file_serving/mount/tasks_spec.rb +0 -71
- data/spec/unit/file_serving/mount_spec.rb +0 -30
- data/spec/unit/file_serving/terminus_helper_spec.rb +0 -114
- data/spec/unit/file_serving/terminus_selector_spec.rb +0 -84
- data/spec/unit/file_system/path_pattern_spec.rb +0 -153
- data/spec/unit/file_system/uniquefile_spec.rb +0 -245
- data/spec/unit/file_system_spec.rb +0 -1198
- data/spec/unit/forge/errors_spec.rb +0 -80
- data/spec/unit/forge/forge_spec.rb +0 -69
- data/spec/unit/forge/module_release_spec.rb +0 -331
- data/spec/unit/forge/repository_spec.rb +0 -154
- data/spec/unit/forge_spec.rb +0 -210
- data/spec/unit/functions/abs_spec.rb +0 -70
- data/spec/unit/functions/all_spec.rb +0 -97
- data/spec/unit/functions/annotate_spec.rb +0 -175
- data/spec/unit/functions/any_spec.rb +0 -109
- data/spec/unit/functions/assert_type_spec.rb +0 -97
- data/spec/unit/functions/binary_file_spec.rb +0 -46
- data/spec/unit/functions/break_spec.rb +0 -207
- data/spec/unit/functions/call_spec.rb +0 -131
- data/spec/unit/functions/camelcase_spec.rb +0 -34
- data/spec/unit/functions/capitalize_spec.rb +0 -34
- data/spec/unit/functions/ceiling_spec.rb +0 -65
- data/spec/unit/functions/chomp_spec.rb +0 -46
- data/spec/unit/functions/chop_spec.rb +0 -38
- data/spec/unit/functions/compare_spec.rb +0 -147
- data/spec/unit/functions/contain_spec.rb +0 -297
- data/spec/unit/functions/convert_to_spec.rb +0 -25
- data/spec/unit/functions/defined_spec.rb +0 -288
- data/spec/unit/functions/dig_spec.rb +0 -58
- data/spec/unit/functions/downcase_spec.rb +0 -34
- data/spec/unit/functions/each_spec.rb +0 -107
- data/spec/unit/functions/empty_spec.rb +0 -87
- data/spec/unit/functions/epp_spec.rb +0 -172
- data/spec/unit/functions/filter_spec.rb +0 -145
- data/spec/unit/functions/find_file_spec.rb +0 -69
- data/spec/unit/functions/find_template_spec.rb +0 -69
- data/spec/unit/functions/flatten_spec.rb +0 -31
- data/spec/unit/functions/floor_spec.rb +0 -65
- data/spec/unit/functions/get_spec.rb +0 -135
- data/spec/unit/functions/getvar_spec.rb +0 -121
- data/spec/unit/functions/group_by_spec.rb +0 -40
- data/spec/unit/functions/hiera_spec.rb +0 -495
- data/spec/unit/functions/include_spec.rb +0 -186
- data/spec/unit/functions/index_spec.rb +0 -184
- data/spec/unit/functions/inline_epp_spec.rb +0 -114
- data/spec/unit/functions/join_spec.rb +0 -33
- data/spec/unit/functions/keys_spec.rb +0 -31
- data/spec/unit/functions/length_spec.rb +0 -50
- data/spec/unit/functions/lest_spec.rb +0 -34
- data/spec/unit/functions/logging_spec.rb +0 -62
- data/spec/unit/functions/lookup_fixture_spec.rb +0 -687
- data/spec/unit/functions/lookup_spec.rb +0 -3425
- data/spec/unit/functions/lstrip_spec.rb +0 -30
- data/spec/unit/functions/map_spec.rb +0 -163
- data/spec/unit/functions/match_spec.rb +0 -74
- data/spec/unit/functions/max_spec.rb +0 -129
- data/spec/unit/functions/min_spec.rb +0 -129
- data/spec/unit/functions/module_directory_spec.rb +0 -43
- data/spec/unit/functions/new_spec.rb +0 -776
- data/spec/unit/functions/next_spec.rb +0 -93
- data/spec/unit/functions/partition_spec.rb +0 -40
- data/spec/unit/functions/reduce_spec.rb +0 -85
- data/spec/unit/functions/regsubst_spec.rb +0 -114
- data/spec/unit/functions/require_spec.rb +0 -82
- data/spec/unit/functions/return_spec.rb +0 -105
- data/spec/unit/functions/reverse_each_spec.rb +0 -108
- data/spec/unit/functions/round_spec.rb +0 -41
- data/spec/unit/functions/rstrip_spec.rb +0 -30
- data/spec/unit/functions/scanf_spec.rb +0 -32
- data/spec/unit/functions/shared.rb +0 -94
- data/spec/unit/functions/size_spec.rb +0 -50
- data/spec/unit/functions/slice_spec.rb +0 -136
- data/spec/unit/functions/sort_spec.rb +0 -79
- data/spec/unit/functions/split_spec.rb +0 -59
- data/spec/unit/functions/step_spec.rb +0 -113
- data/spec/unit/functions/strftime_spec.rb +0 -152
- data/spec/unit/functions/strip_spec.rb +0 -30
- data/spec/unit/functions/then_spec.rb +0 -40
- data/spec/unit/functions/tree_each_spec.rb +0 -493
- data/spec/unit/functions/type_spec.rb +0 -35
- data/spec/unit/functions/unique_spec.rb +0 -111
- data/spec/unit/functions/unwrap_spec.rb +0 -37
- data/spec/unit/functions/upcase_spec.rb +0 -34
- data/spec/unit/functions/values_spec.rb +0 -30
- data/spec/unit/functions/versioncmp_spec.rb +0 -70
- data/spec/unit/functions/with_spec.rb +0 -31
- data/spec/unit/functions4_spec.rb +0 -1046
- data/spec/unit/gettext/config_spec.rb +0 -156
- data/spec/unit/gettext/module_loading_spec.rb +0 -53
- data/spec/unit/graph/key_spec.rb +0 -41
- data/spec/unit/graph/rb_tree_map_spec.rb +0 -570
- data/spec/unit/graph/relationship_graph_spec.rb +0 -401
- data/spec/unit/graph/sequential_prioritizer_spec.rb +0 -32
- data/spec/unit/graph/simple_graph_spec.rb +0 -759
- data/spec/unit/hiera/scope_spec.rb +0 -100
- data/spec/unit/hiera_puppet_spec.rb +0 -159
- data/spec/unit/http/client_spec.rb +0 -937
- data/spec/unit/http/dns_spec.rb +0 -281
- data/spec/unit/http/external_client_spec.rb +0 -201
- data/spec/unit/http/factory_spec.rb +0 -160
- data/spec/unit/http/pool_entry_spec.rb +0 -49
- data/spec/unit/http/pool_spec.rb +0 -401
- data/spec/unit/http/proxy_spec.rb +0 -347
- data/spec/unit/http/resolver_spec.rb +0 -133
- data/spec/unit/http/response_spec.rb +0 -75
- data/spec/unit/http/service/ca_spec.rb +0 -198
- data/spec/unit/http/service/compiler_spec.rb +0 -744
- data/spec/unit/http/service/file_server_spec.rb +0 -307
- data/spec/unit/http/service/puppetserver_spec.rb +0 -112
- data/spec/unit/http/service/report_spec.rb +0 -117
- data/spec/unit/http/service_spec.rb +0 -143
- data/spec/unit/http/session_spec.rb +0 -309
- data/spec/unit/http/site_spec.rb +0 -96
- data/spec/unit/indirector/catalog/compiler_spec.rb +0 -1237
- data/spec/unit/indirector/catalog/json_spec.rb +0 -66
- data/spec/unit/indirector/catalog/msgpack_spec.rb +0 -11
- data/spec/unit/indirector/catalog/rest_spec.rb +0 -91
- data/spec/unit/indirector/catalog/store_configs_spec.rb +0 -16
- data/spec/unit/indirector/catalog/yaml_spec.rb +0 -23
- data/spec/unit/indirector/data_binding/hiera_spec.rb +0 -19
- data/spec/unit/indirector/data_binding/none_spec.rb +0 -28
- data/spec/unit/indirector/direct_file_server_spec.rb +0 -87
- data/spec/unit/indirector/envelope_spec.rb +0 -32
- data/spec/unit/indirector/exec_spec.rb +0 -63
- data/spec/unit/indirector/face_spec.rb +0 -82
- data/spec/unit/indirector/facts/facter_spec.rb +0 -290
- data/spec/unit/indirector/facts/json_spec.rb +0 -255
- data/spec/unit/indirector/facts/network_device_spec.rb +0 -77
- data/spec/unit/indirector/facts/rest_spec.rb +0 -99
- data/spec/unit/indirector/facts/store_configs_spec.rb +0 -16
- data/spec/unit/indirector/facts/yaml_spec.rb +0 -255
- data/spec/unit/indirector/file_bucket_file/file_spec.rb +0 -426
- data/spec/unit/indirector/file_bucket_file/rest_spec.rb +0 -89
- data/spec/unit/indirector/file_bucket_file/selector_spec.rb +0 -46
- data/spec/unit/indirector/file_content/file_server_spec.rb +0 -13
- data/spec/unit/indirector/file_content/file_spec.rb +0 -13
- data/spec/unit/indirector/file_content/rest_spec.rb +0 -60
- data/spec/unit/indirector/file_content/selector_spec.rb +0 -9
- data/spec/unit/indirector/file_metadata/file_server_spec.rb +0 -13
- data/spec/unit/indirector/file_metadata/file_spec.rb +0 -57
- data/spec/unit/indirector/file_metadata/http_spec.rb +0 -194
- data/spec/unit/indirector/file_metadata/rest_spec.rb +0 -116
- data/spec/unit/indirector/file_metadata/selector_spec.rb +0 -10
- data/spec/unit/indirector/file_server_spec.rb +0 -288
- data/spec/unit/indirector/hiera_spec.rb +0 -17
- data/spec/unit/indirector/indirection_spec.rb +0 -916
- data/spec/unit/indirector/json_spec.rb +0 -200
- data/spec/unit/indirector/memory_spec.rb +0 -26
- data/spec/unit/indirector/msgpack_spec.rb +0 -199
- data/spec/unit/indirector/node/exec_spec.rb +0 -107
- data/spec/unit/indirector/node/json_spec.rb +0 -33
- data/spec/unit/indirector/node/memory_spec.rb +0 -16
- data/spec/unit/indirector/node/msgpack_spec.rb +0 -23
- data/spec/unit/indirector/node/plain_spec.rb +0 -34
- data/spec/unit/indirector/node/rest_spec.rb +0 -66
- data/spec/unit/indirector/node/store_configs_spec.rb +0 -16
- data/spec/unit/indirector/node/yaml_spec.rb +0 -23
- data/spec/unit/indirector/none_spec.rb +0 -33
- data/spec/unit/indirector/plain_spec.rb +0 -26
- data/spec/unit/indirector/report/json_spec.rb +0 -72
- data/spec/unit/indirector/report/msgpack_spec.rb +0 -27
- data/spec/unit/indirector/report/processor_spec.rb +0 -99
- data/spec/unit/indirector/report/rest_spec.rb +0 -84
- data/spec/unit/indirector/report/yaml_spec.rb +0 -91
- data/spec/unit/indirector/request_spec.rb +0 -295
- data/spec/unit/indirector/resource/ral_spec.rb +0 -89
- data/spec/unit/indirector/resource/store_configs_spec.rb +0 -20
- data/spec/unit/indirector/rest_spec.rb +0 -149
- data/spec/unit/indirector/terminus_spec.rb +0 -264
- data/spec/unit/indirector/yaml_spec.rb +0 -188
- data/spec/unit/indirector_spec.rb +0 -148
- data/spec/unit/info_service_spec.rb +0 -575
- data/spec/unit/interface/action_builder_spec.rb +0 -216
- data/spec/unit/interface/action_manager_spec.rb +0 -254
- data/spec/unit/interface/action_spec.rb +0 -670
- data/spec/unit/interface/documentation_spec.rb +0 -32
- data/spec/unit/interface/face_collection_spec.rb +0 -219
- data/spec/unit/interface/option_builder_spec.rb +0 -86
- data/spec/unit/interface/option_spec.rb +0 -156
- data/spec/unit/interface_spec.rb +0 -305
- data/spec/unit/module_spec.rb +0 -989
- data/spec/unit/module_tool/application_spec.rb +0 -25
- data/spec/unit/module_tool/applications/checksummer_spec.rb +0 -115
- data/spec/unit/module_tool/applications/installer_spec.rb +0 -473
- data/spec/unit/module_tool/applications/uninstaller_spec.rb +0 -181
- data/spec/unit/module_tool/applications/unpacker_spec.rb +0 -75
- data/spec/unit/module_tool/applications/upgrader_spec.rb +0 -337
- data/spec/unit/module_tool/install_directory_spec.rb +0 -70
- data/spec/unit/module_tool/installed_modules_spec.rb +0 -49
- data/spec/unit/module_tool/metadata_spec.rb +0 -330
- data/spec/unit/module_tool/tar/gnu_spec.rb +0 -23
- data/spec/unit/module_tool/tar/mini_spec.rb +0 -109
- data/spec/unit/module_tool/tar_spec.rb +0 -36
- data/spec/unit/module_tool_spec.rb +0 -304
- data/spec/unit/network/authconfig_spec.rb +0 -8
- data/spec/unit/network/authorization_spec.rb +0 -8
- data/spec/unit/network/format_handler_spec.rb +0 -93
- data/spec/unit/network/format_spec.rb +0 -205
- data/spec/unit/network/format_support_spec.rb +0 -199
- data/spec/unit/network/formats_spec.rb +0 -584
- data/spec/unit/network/http/api/indirected_routes_spec.rb +0 -425
- data/spec/unit/network/http/api/master_spec.rb +0 -38
- data/spec/unit/network/http/api/server/v3/environments_spec.rb +0 -51
- data/spec/unit/network/http/api/server/v3_spec.rb +0 -78
- data/spec/unit/network/http/api_spec.rb +0 -109
- data/spec/unit/network/http/connection_spec.rb +0 -636
- data/spec/unit/network/http/error_spec.rb +0 -30
- data/spec/unit/network/http/handler_spec.rb +0 -164
- data/spec/unit/network/http/request_spec.rb +0 -108
- data/spec/unit/network/http/response_spec.rb +0 -106
- data/spec/unit/network/http/route_spec.rb +0 -90
- data/spec/unit/network/http_pool_spec.rb +0 -145
- data/spec/unit/network/uri_spec.rb +0 -47
- data/spec/unit/node/environment_spec.rb +0 -612
- data/spec/unit/node/facts_spec.rb +0 -225
- data/spec/unit/node_spec.rb +0 -434
- data/spec/unit/other/selinux_spec.rb +0 -27
- data/spec/unit/parameter/boolean_spec.rb +0 -35
- data/spec/unit/parameter/package_options_spec.rb +0 -43
- data/spec/unit/parameter/path_spec.rb +0 -23
- data/spec/unit/parameter/value_collection_spec.rb +0 -160
- data/spec/unit/parameter/value_spec.rb +0 -82
- data/spec/unit/parameter_spec.rb +0 -272
- data/spec/unit/parser/ast/block_expression_spec.rb +0 -66
- data/spec/unit/parser/ast/leaf_spec.rb +0 -136
- data/spec/unit/parser/compiler_spec.rb +0 -1020
- data/spec/unit/parser/files_spec.rb +0 -101
- data/spec/unit/parser/functions/create_resources_spec.rb +0 -326
- data/spec/unit/parser/functions/digest_spec.rb +0 -26
- data/spec/unit/parser/functions/fail_spec.rb +0 -23
- data/spec/unit/parser/functions/file_spec.rb +0 -99
- data/spec/unit/parser/functions/fqdn_rand_spec.rb +0 -87
- data/spec/unit/parser/functions/generate_spec.rb +0 -124
- data/spec/unit/parser/functions/hiera_array_spec.rb +0 -12
- data/spec/unit/parser/functions/hiera_hash_spec.rb +0 -12
- data/spec/unit/parser/functions/hiera_include_spec.rb +0 -12
- data/spec/unit/parser/functions/hiera_spec.rb +0 -12
- data/spec/unit/parser/functions/inline_template_spec.rb +0 -36
- data/spec/unit/parser/functions/lookup_spec.rb +0 -14
- data/spec/unit/parser/functions/realize_spec.rb +0 -70
- data/spec/unit/parser/functions/regsubst_spec.rb +0 -19
- data/spec/unit/parser/functions/scanf_spec.rb +0 -25
- data/spec/unit/parser/functions/shellquote_spec.rb +0 -66
- data/spec/unit/parser/functions/split_spec.rb +0 -13
- data/spec/unit/parser/functions/sprintf_spec.rb +0 -68
- data/spec/unit/parser/functions/tag_spec.rb +0 -30
- data/spec/unit/parser/functions/tagged_spec.rb +0 -36
- data/spec/unit/parser/functions/template_spec.rb +0 -93
- data/spec/unit/parser/functions/versioncmp_spec.rb +0 -28
- data/spec/unit/parser/functions_spec.rb +0 -156
- data/spec/unit/parser/relationship_spec.rb +0 -74
- data/spec/unit/parser/resource/param_spec.rb +0 -32
- data/spec/unit/parser/resource_spec.rb +0 -657
- data/spec/unit/parser/scope_spec.rb +0 -694
- data/spec/unit/parser/templatewrapper_spec.rb +0 -111
- data/spec/unit/parser/type_loader_spec.rb +0 -202
- data/spec/unit/plan_spec.rb +0 -65
- data/spec/unit/pops/adaptable_spec.rb +0 -139
- data/spec/unit/pops/benchmark_spec.rb +0 -123
- data/spec/unit/pops/containment_spec.rb +0 -0
- data/spec/unit/pops/evaluator/access_ops_spec.rb +0 -560
- data/spec/unit/pops/evaluator/arithmetic_ops_spec.rb +0 -309
- data/spec/unit/pops/evaluator/basic_expressions_spec.rb +0 -101
- data/spec/unit/pops/evaluator/collections_ops_spec.rb +0 -108
- data/spec/unit/pops/evaluator/comparison_ops_spec.rb +0 -267
- data/spec/unit/pops/evaluator/conditionals_spec.rb +0 -189
- data/spec/unit/pops/evaluator/deferred_resolver_spec.rb +0 -46
- data/spec/unit/pops/evaluator/evaluating_parser_spec.rb +0 -1634
- data/spec/unit/pops/evaluator/evaluator_rspec_helper.rb +0 -75
- data/spec/unit/pops/evaluator/json_strict_literal_evaluator_spec.rb +0 -63
- data/spec/unit/pops/evaluator/literal_evaluator_spec.rb +0 -43
- data/spec/unit/pops/evaluator/logical_ops_spec.rb +0 -89
- data/spec/unit/pops/evaluator/runtime3_converter_spec.rb +0 -181
- data/spec/unit/pops/evaluator/string_interpolation_spec.rb +0 -43
- data/spec/unit/pops/evaluator/variables_spec.rb +0 -88
- data/spec/unit/pops/factory_rspec_helper.rb +0 -65
- data/spec/unit/pops/factory_spec.rb +0 -309
- data/spec/unit/pops/issues_spec.rb +0 -210
- data/spec/unit/pops/label_provider_spec.rb +0 -46
- data/spec/unit/pops/loaders/dependency_loader_spec.rb +0 -122
- data/spec/unit/pops/loaders/environment_loader_spec.rb +0 -172
- data/spec/unit/pops/loaders/loader_paths_spec.rb +0 -43
- data/spec/unit/pops/loaders/loader_spec.rb +0 -516
- data/spec/unit/pops/loaders/loaders_spec.rb +0 -863
- data/spec/unit/pops/loaders/module_loaders_spec.rb +0 -268
- data/spec/unit/pops/loaders/static_loader_spec.rb +0 -85
- data/spec/unit/pops/lookup/context_spec.rb +0 -333
- data/spec/unit/pops/lookup/interpolation_spec.rb +0 -377
- data/spec/unit/pops/lookup/lookup_spec.rb +0 -375
- data/spec/unit/pops/merge_strategy_spec.rb +0 -17
- data/spec/unit/pops/migration_spec.rb +0 -51
- data/spec/unit/pops/model/model_spec.rb +0 -41
- data/spec/unit/pops/model/pn_transformer_spec.rb +0 -56
- data/spec/unit/pops/parser/epp_parser_spec.rb +0 -115
- data/spec/unit/pops/parser/evaluating_parser_spec.rb +0 -89
- data/spec/unit/pops/parser/lexer2_spec.rb +0 -942
- data/spec/unit/pops/parser/locator_spec.rb +0 -86
- data/spec/unit/pops/parser/parse_basic_expressions_spec.rb +0 -380
- data/spec/unit/pops/parser/parse_calls_spec.rb +0 -171
- data/spec/unit/pops/parser/parse_conditionals_spec.rb +0 -184
- data/spec/unit/pops/parser/parse_containers_spec.rb +0 -247
- data/spec/unit/pops/parser/parse_functions_spec.rb +0 -19
- data/spec/unit/pops/parser/parse_heredoc_spec.rb +0 -276
- data/spec/unit/pops/parser/parse_lambda_spec.rb +0 -19
- data/spec/unit/pops/parser/parse_plan_spec.rb +0 -47
- data/spec/unit/pops/parser/parse_resource_spec.rb +0 -328
- data/spec/unit/pops/parser/parser_rspec_helper.rb +0 -17
- data/spec/unit/pops/parser/parser_spec.rb +0 -211
- data/spec/unit/pops/parser/parsing_typed_parameters_spec.rb +0 -65
- data/spec/unit/pops/parser/pn_parser_spec.rb +0 -100
- data/spec/unit/pops/pn_spec.rb +0 -147
- data/spec/unit/pops/puppet_stack_spec.rb +0 -108
- data/spec/unit/pops/resource/resource_type_impl_spec.rb +0 -37
- data/spec/unit/pops/serialization/packer_spec.rb +0 -162
- data/spec/unit/pops/serialization/serialization_spec.rb +0 -458
- data/spec/unit/pops/serialization/to_from_hr_spec.rb +0 -637
- data/spec/unit/pops/serialization/to_stringified_spec.rb +0 -162
- data/spec/unit/pops/time/timespan_spec.rb +0 -121
- data/spec/unit/pops/time/timestamp_spec.rb +0 -13
- data/spec/unit/pops/types/class_loader_spec.rb +0 -10
- data/spec/unit/pops/types/deferred_spec.rb +0 -87
- data/spec/unit/pops/types/error_spec.rb +0 -207
- data/spec/unit/pops/types/iterable_spec.rb +0 -262
- data/spec/unit/pops/types/p_binary_type_spec.rb +0 -243
- data/spec/unit/pops/types/p_init_type_spec.rb +0 -383
- data/spec/unit/pops/types/p_object_type_spec.rb +0 -1730
- data/spec/unit/pops/types/p_sem_ver_type_spec.rb +0 -340
- data/spec/unit/pops/types/p_sensitive_type_spec.rb +0 -191
- data/spec/unit/pops/types/p_timespan_type_spec.rb +0 -323
- data/spec/unit/pops/types/p_timestamp_type_spec.rb +0 -391
- data/spec/unit/pops/types/p_type_set_type_spec.rb +0 -549
- data/spec/unit/pops/types/p_uri_type_spec.rb +0 -191
- data/spec/unit/pops/types/recursion_guard_spec.rb +0 -93
- data/spec/unit/pops/types/ruby_generator_spec.rb +0 -874
- data/spec/unit/pops/types/string_converter_spec.rb +0 -1202
- data/spec/unit/pops/types/task_spec.rb +0 -411
- data/spec/unit/pops/types/type_acceptor_spec.rb +0 -106
- data/spec/unit/pops/types/type_asserter_spec.rb +0 -43
- data/spec/unit/pops/types/type_calculator_spec.rb +0 -2504
- data/spec/unit/pops/types/type_factory_spec.rb +0 -322
- data/spec/unit/pops/types/type_formatter_spec.rb +0 -427
- data/spec/unit/pops/types/type_mismatch_describer_spec.rb +0 -424
- data/spec/unit/pops/types/type_parser_spec.rb +0 -445
- data/spec/unit/pops/types/types_spec.rb +0 -755
- data/spec/unit/pops/utils_spec.rb +0 -70
- data/spec/unit/pops/validation_spec.rb +0 -66
- data/spec/unit/pops/validator/validator_spec.rb +0 -1030
- data/spec/unit/pops/visitor_spec.rb +0 -93
- data/spec/unit/property/boolean_spec.rb +0 -24
- data/spec/unit/property/ensure_spec.rb +0 -11
- data/spec/unit/property/keyvalue_spec.rb +0 -259
- data/spec/unit/property/list_spec.rb +0 -172
- data/spec/unit/property/ordered_list_spec.rb +0 -59
- data/spec/unit/property_spec.rb +0 -563
- data/spec/unit/provider/README.markdown +0 -4
- data/spec/unit/provider/aix_object_spec.rb +0 -821
- data/spec/unit/provider/command_spec.rb +0 -62
- data/spec/unit/provider/exec/posix_spec.rb +0 -232
- data/spec/unit/provider/exec/shell_spec.rb +0 -53
- data/spec/unit/provider/exec/windows_spec.rb +0 -105
- data/spec/unit/provider/exec_spec.rb +0 -244
- data/spec/unit/provider/file/posix_spec.rb +0 -230
- data/spec/unit/provider/file/windows_spec.rb +0 -152
- data/spec/unit/provider/group/aix_spec.rb +0 -91
- data/spec/unit/provider/group/directoryservice_spec.rb +0 -33
- data/spec/unit/provider/group/groupadd_spec.rb +0 -284
- data/spec/unit/provider/group/ldap_spec.rb +0 -98
- data/spec/unit/provider/group/pw_spec.rb +0 -78
- data/spec/unit/provider/group/windows_adsi_spec.rb +0 -398
- data/spec/unit/provider/ldap_spec.rb +0 -242
- data/spec/unit/provider/nameservice/directoryservice_spec.rb +0 -157
- data/spec/unit/provider/nameservice_spec.rb +0 -398
- data/spec/unit/provider/package/aix_spec.rb +0 -158
- data/spec/unit/provider/package/appdmg_spec.rb +0 -42
- data/spec/unit/provider/package/apt_spec.rb +0 -302
- data/spec/unit/provider/package/aptitude_spec.rb +0 -46
- data/spec/unit/provider/package/aptrpm_spec.rb +0 -42
- data/spec/unit/provider/package/base_spec.rb +0 -19
- data/spec/unit/provider/package/dnf_spec.rb +0 -62
- data/spec/unit/provider/package/dnfmodule_spec.rb +0 -276
- data/spec/unit/provider/package/dpkg_spec.rb +0 -444
- data/spec/unit/provider/package/freebsd_spec.rb +0 -51
- data/spec/unit/provider/package/gem_spec.rb +0 -487
- data/spec/unit/provider/package/hpux_spec.rb +0 -48
- data/spec/unit/provider/package/macports_spec.rb +0 -142
- data/spec/unit/provider/package/nim_spec.rb +0 -267
- data/spec/unit/provider/package/openbsd_spec.rb +0 -417
- data/spec/unit/provider/package/opkg_spec.rb +0 -180
- data/spec/unit/provider/package/pacman_spec.rb +0 -438
- data/spec/unit/provider/package/pip2_spec.rb +0 -38
- data/spec/unit/provider/package/pip3_spec.rb +0 -38
- data/spec/unit/provider/package/pip_spec.rb +0 -504
- data/spec/unit/provider/package/pkg_spec.rb +0 -473
- data/spec/unit/provider/package/pkgdmg_spec.rb +0 -166
- data/spec/unit/provider/package/pkgin_spec.rb +0 -185
- data/spec/unit/provider/package/pkgng_spec.rb +0 -228
- data/spec/unit/provider/package/pkgutil_spec.rb +0 -231
- data/spec/unit/provider/package/portage_spec.rb +0 -226
- data/spec/unit/provider/package/puppet_gem_spec.rb +0 -130
- data/spec/unit/provider/package/puppetserver_gem_spec.rb +0 -139
- data/spec/unit/provider/package/rpm_spec.rb +0 -674
- data/spec/unit/provider/package/sun_spec.rb +0 -112
- data/spec/unit/provider/package/tdnf_spec.rb +0 -15
- data/spec/unit/provider/package/up2date_spec.rb +0 -22
- data/spec/unit/provider/package/urpmi_spec.rb +0 -84
- data/spec/unit/provider/package/windows/exe_package_spec.rb +0 -114
- data/spec/unit/provider/package/windows/msi_package_spec.rb +0 -111
- data/spec/unit/provider/package/windows/package_spec.rb +0 -180
- data/spec/unit/provider/package/windows_spec.rb +0 -272
- data/spec/unit/provider/package/yum_spec.rb +0 -512
- data/spec/unit/provider/package/zypper_spec.rb +0 -327
- data/spec/unit/provider/package_targetable_spec.rb +0 -60
- data/spec/unit/provider/parsedfile_spec.rb +0 -263
- data/spec/unit/provider/service/base_spec.rb +0 -109
- data/spec/unit/provider/service/bsd_spec.rb +0 -127
- data/spec/unit/provider/service/daemontools_spec.rb +0 -190
- data/spec/unit/provider/service/debian_spec.rb +0 -158
- data/spec/unit/provider/service/freebsd_spec.rb +0 -92
- data/spec/unit/provider/service/gentoo_spec.rb +0 -250
- data/spec/unit/provider/service/init_spec.rb +0 -316
- data/spec/unit/provider/service/launchd_spec.rb +0 -425
- data/spec/unit/provider/service/openbsd_spec.rb +0 -196
- data/spec/unit/provider/service/openrc_spec.rb +0 -231
- data/spec/unit/provider/service/openwrt_spec.rb +0 -101
- data/spec/unit/provider/service/rcng_spec.rb +0 -40
- data/spec/unit/provider/service/redhat_spec.rb +0 -190
- data/spec/unit/provider/service/runit_spec.rb +0 -164
- data/spec/unit/provider/service/smf_spec.rb +0 -526
- data/spec/unit/provider/service/src_spec.rb +0 -186
- data/spec/unit/provider/service/systemd_spec.rb +0 -578
- data/spec/unit/provider/service/upstart_spec.rb +0 -681
- data/spec/unit/provider/service/windows_spec.rb +0 -475
- data/spec/unit/provider/user/aix_spec.rb +0 -320
- data/spec/unit/provider/user/directoryservice_spec.rb +0 -1256
- data/spec/unit/provider/user/hpux_spec.rb +0 -72
- data/spec/unit/provider/user/ldap_spec.rb +0 -286
- data/spec/unit/provider/user/openbsd_spec.rb +0 -76
- data/spec/unit/provider/user/pw_spec.rb +0 -252
- data/spec/unit/provider/user/user_role_add_spec.rb +0 -374
- data/spec/unit/provider/user/useradd_spec.rb +0 -849
- data/spec/unit/provider/user/windows_adsi_spec.rb +0 -407
- data/spec/unit/provider_spec.rb +0 -904
- data/spec/unit/puppet_pal_2pec.rb +0 -1033
- data/spec/unit/puppet_pal_catalog_spec.rb +0 -962
- data/spec/unit/puppet_pal_spec.rb +0 -3
- data/spec/unit/puppet_spec.rb +0 -127
- data/spec/unit/relationship_spec.rb +0 -202
- data/spec/unit/reports/http_spec.rb +0 -119
- data/spec/unit/reports/store_spec.rb +0 -67
- data/spec/unit/reports_spec.rb +0 -68
- data/spec/unit/resource/catalog_spec.rb +0 -1151
- data/spec/unit/resource/status_spec.rb +0 -216
- data/spec/unit/resource/type_collection_spec.rb +0 -332
- data/spec/unit/resource/type_spec.rb +0 -876
- data/spec/unit/resource_spec.rb +0 -1189
- data/spec/unit/scheduler/job_spec.rb +0 -78
- data/spec/unit/scheduler/scheduler_spec.rb +0 -115
- data/spec/unit/scheduler/splay_job_spec.rb +0 -34
- data/spec/unit/settings/array_setting_spec.rb +0 -39
- data/spec/unit/settings/autosign_setting_spec.rb +0 -104
- data/spec/unit/settings/certificate_revocation_setting_spec.rb +0 -37
- data/spec/unit/settings/config_file_spec.rb +0 -147
- data/spec/unit/settings/directory_setting_spec.rb +0 -27
- data/spec/unit/settings/duration_setting_spec.rb +0 -48
- data/spec/unit/settings/enum_setting_spec.rb +0 -27
- data/spec/unit/settings/environment_conf_spec.rb +0 -133
- data/spec/unit/settings/file_setting_spec.rb +0 -344
- data/spec/unit/settings/http_extra_headers_spec.rb +0 -62
- data/spec/unit/settings/ini_file_spec.rb +0 -550
- data/spec/unit/settings/integer_setting_spec.rb +0 -42
- data/spec/unit/settings/path_setting_spec.rb +0 -29
- data/spec/unit/settings/port_setting_spec.rb +0 -31
- data/spec/unit/settings/priority_setting_spec.rb +0 -65
- data/spec/unit/settings/server_list_setting_spec.rb +0 -21
- data/spec/unit/settings/string_setting_spec.rb +0 -74
- data/spec/unit/settings/terminus_setting_spec.rb +0 -27
- data/spec/unit/settings/value_translator_spec.rb +0 -75
- data/spec/unit/settings_spec.rb +0 -2343
- data/spec/unit/ssl/base_spec.rb +0 -125
- data/spec/unit/ssl/certificate_request_attributes_spec.rb +0 -80
- data/spec/unit/ssl/certificate_request_spec.rb +0 -369
- data/spec/unit/ssl/certificate_signer_spec.rb +0 -17
- data/spec/unit/ssl/certificate_spec.rb +0 -183
- data/spec/unit/ssl/digest_spec.rb +0 -34
- data/spec/unit/ssl/oids_spec.rb +0 -73
- data/spec/unit/ssl/ssl_provider_spec.rb +0 -632
- data/spec/unit/ssl/state_machine_spec.rb +0 -982
- data/spec/unit/ssl/verifier_spec.rb +0 -102
- data/spec/unit/task_spec.rb +0 -345
- data/spec/unit/test/test_helper_spec.rb +0 -17
- data/spec/unit/transaction/additional_resource_generator_spec.rb +0 -534
- data/spec/unit/transaction/event_manager_spec.rb +0 -365
- data/spec/unit/transaction/event_spec.rb +0 -198
- data/spec/unit/transaction/persistence_spec.rb +0 -276
- data/spec/unit/transaction/report_spec.rb +0 -740
- data/spec/unit/transaction/resource_harness_spec.rb +0 -625
- data/spec/unit/transaction_spec.rb +0 -1037
- data/spec/unit/type/README.markdown +0 -4
- data/spec/unit/type/component_spec.rb +0 -52
- data/spec/unit/type/exec_spec.rb +0 -945
- data/spec/unit/type/file/checksum_spec.rb +0 -104
- data/spec/unit/type/file/checksum_value_spec.rb +0 -285
- data/spec/unit/type/file/content_spec.rb +0 -440
- data/spec/unit/type/file/ctime_spec.rb +0 -33
- data/spec/unit/type/file/ensure_spec.rb +0 -121
- data/spec/unit/type/file/group_spec.rb +0 -65
- data/spec/unit/type/file/mode_spec.rb +0 -220
- data/spec/unit/type/file/mtime_spec.rb +0 -33
- data/spec/unit/type/file/owner_spec.rb +0 -63
- data/spec/unit/type/file/selinux_spec.rb +0 -86
- data/spec/unit/type/file/source_spec.rb +0 -730
- data/spec/unit/type/file/type_spec.rb +0 -18
- data/spec/unit/type/file_spec.rb +0 -1746
- data/spec/unit/type/filebucket_spec.rb +0 -104
- data/spec/unit/type/group_spec.rb +0 -105
- data/spec/unit/type/noop_metaparam_spec.rb +0 -37
- data/spec/unit/type/package/package_settings_spec.rb +0 -156
- data/spec/unit/type/package_spec.rb +0 -396
- data/spec/unit/type/resources_spec.rb +0 -362
- data/spec/unit/type/schedule_spec.rb +0 -621
- data/spec/unit/type/service_spec.rb +0 -458
- data/spec/unit/type/stage_spec.rb +0 -7
- data/spec/unit/type/tidy_spec.rb +0 -493
- data/spec/unit/type/user_spec.rb +0 -553
- data/spec/unit/type/whit_spec.rb +0 -9
- data/spec/unit/type_spec.rb +0 -1473
- data/spec/unit/util/at_fork_spec.rb +0 -150
- data/spec/unit/util/autoload_spec.rb +0 -330
- data/spec/unit/util/backups_spec.rb +0 -130
- data/spec/unit/util/character_encoding_spec.rb +0 -186
- data/spec/unit/util/checksums_spec.rb +0 -223
- data/spec/unit/util/colors_spec.rb +0 -44
- data/spec/unit/util/command_line_spec.rb +0 -200
- data/spec/unit/util/command_line_utils/puppet_option_parser_spec.rb +0 -129
- data/spec/unit/util/constant_inflector_spec.rb +0 -55
- data/spec/unit/util/diff_spec.rb +0 -46
- data/spec/unit/util/docs_spec.rb +0 -100
- data/spec/unit/util/errors_spec.rb +0 -36
- data/spec/unit/util/execution_spec.rb +0 -943
- data/spec/unit/util/execution_stub_spec.rb +0 -38
- data/spec/unit/util/feature_spec.rb +0 -129
- data/spec/unit/util/filetype_spec.rb +0 -223
- data/spec/unit/util/inifile_spec.rb +0 -510
- data/spec/unit/util/json_lockfile_spec.rb +0 -48
- data/spec/unit/util/json_spec.rb +0 -126
- data/spec/unit/util/ldap/connection_spec.rb +0 -162
- data/spec/unit/util/ldap/generator_spec.rb +0 -49
- data/spec/unit/util/ldap/manager_spec.rb +0 -612
- data/spec/unit/util/lockfile_spec.rb +0 -117
- data/spec/unit/util/log/destinations_spec.rb +0 -258
- data/spec/unit/util/log_spec.rb +0 -479
- data/spec/unit/util/logging_spec.rb +0 -618
- data/spec/unit/util/metric_spec.rb +0 -89
- data/spec/unit/util/monkey_patches_spec.rb +0 -137
- data/spec/unit/util/multi_match_spec.rb +0 -38
- data/spec/unit/util/network_device/config_spec.rb +0 -91
- data/spec/unit/util/network_device/transport/base_spec.rb +0 -40
- data/spec/unit/util/network_device_spec.rb +0 -43
- data/spec/unit/util/package/version/debian_spec.rb +0 -83
- data/spec/unit/util/package/version/pip_spec.rb +0 -464
- data/spec/unit/util/package/version/range_spec.rb +0 -175
- data/spec/unit/util/package/version/rpm_spec.rb +0 -121
- data/spec/unit/util/package_spec.rb +0 -19
- data/spec/unit/util/pidlock_spec.rb +0 -333
- data/spec/unit/util/plist_spec.rb +0 -168
- data/spec/unit/util/posix_spec.rb +0 -630
- data/spec/unit/util/profiler/aggregate_spec.rb +0 -55
- data/spec/unit/util/profiler/around_profiler_spec.rb +0 -61
- data/spec/unit/util/profiler/logging_spec.rb +0 -70
- data/spec/unit/util/profiler/object_counts_spec.rb +0 -13
- data/spec/unit/util/profiler/wall_clock_spec.rb +0 -13
- data/spec/unit/util/profiler_spec.rb +0 -47
- data/spec/unit/util/rdoc_spec.rb +0 -55
- data/spec/unit/util/reference_spec.rb +0 -38
- data/spec/unit/util/resource_template_spec.rb +0 -57
- data/spec/unit/util/retry_action_spec.rb +0 -84
- data/spec/unit/util/rpm_compare_spec.rb +0 -196
- data/spec/unit/util/rubygems_spec.rb +0 -47
- data/spec/unit/util/run_mode_spec.rb +0 -217
- data/spec/unit/util/selinux_spec.rb +0 -422
- data/spec/unit/util/skip_tags_spec.rb +0 -14
- data/spec/unit/util/splayer_spec.rb +0 -44
- data/spec/unit/util/storage_spec.rb +0 -330
- data/spec/unit/util/suidmanager_spec.rb +0 -278
- data/spec/unit/util/symbolic_file_mode_spec.rb +0 -180
- data/spec/unit/util/tag_set_spec.rb +0 -52
- data/spec/unit/util/tagging_spec.rb +0 -246
- data/spec/unit/util/terminal_spec.rb +0 -41
- data/spec/unit/util/user_attr_spec.rb +0 -45
- data/spec/unit/util/warnings_spec.rb +0 -45
- data/spec/unit/util/watched_file_spec.rb +0 -52
- data/spec/unit/util/watcher/periodic_watcher_spec.rb +0 -52
- data/spec/unit/util/watcher_spec.rb +0 -86
- data/spec/unit/util/windows/access_control_entry_spec.rb +0 -66
- data/spec/unit/util/windows/access_control_list_spec.rb +0 -132
- data/spec/unit/util/windows/adsi_spec.rb +0 -704
- data/spec/unit/util/windows/api_types_spec.rb +0 -184
- data/spec/unit/util/windows/eventlog_spec.rb +0 -120
- data/spec/unit/util/windows/file_spec.rb +0 -88
- data/spec/unit/util/windows/root_certs_spec.rb +0 -16
- data/spec/unit/util/windows/security_descriptor_spec.rb +0 -115
- data/spec/unit/util/windows/service_spec.rb +0 -677
- data/spec/unit/util/windows/sid_spec.rb +0 -338
- data/spec/unit/util/windows/string_spec.rb +0 -55
- data/spec/unit/util/windows_spec.rb +0 -23
- data/spec/unit/util/yaml_spec.rb +0 -171
- data/spec/unit/util_spec.rb +0 -954
- data/spec/unit/version_spec.rb +0 -61
- data/spec/unit/x509/cert_provider_spec.rb +0 -614
- data/spec/unit/x509/pem_store_spec.rb +0 -160
@@ -1,1237 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'puppet_spec/compiler'
|
3
|
-
require 'matchers/resource'
|
4
|
-
|
5
|
-
require 'puppet/indirector/catalog/compiler'
|
6
|
-
|
7
|
-
def set_facts(fact_hash)
|
8
|
-
fact_hash.each do |key, value|
|
9
|
-
allow(Facter).to receive(:value).with(key).and_return(value)
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
|
-
describe Puppet::Resource::Catalog::Compiler do
|
14
|
-
include Matchers::Resource
|
15
|
-
include PuppetSpec::Files
|
16
|
-
|
17
|
-
let(:compiler) { described_class.new }
|
18
|
-
let(:node_name) { "foo" }
|
19
|
-
let(:node) { Puppet::Node.new(node_name)}
|
20
|
-
|
21
|
-
describe "when initializing" do
|
22
|
-
before do
|
23
|
-
allow(Puppet).to receive(:version).and_return(1)
|
24
|
-
end
|
25
|
-
|
26
|
-
it "should cache the server metadata and reuse it" do
|
27
|
-
Puppet[:node_terminus] = :memory
|
28
|
-
Puppet::Node.indirection.save(Puppet::Node.new("node1"))
|
29
|
-
Puppet::Node.indirection.save(Puppet::Node.new("node2"))
|
30
|
-
|
31
|
-
allow(compiler).to receive(:compile)
|
32
|
-
|
33
|
-
compiler.find(Puppet::Indirector::Request.new(:catalog, :find, 'node1', nil, :node => 'node1'))
|
34
|
-
compiler.find(Puppet::Indirector::Request.new(:catalog, :find, 'node2', nil, :node => 'node2'))
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
describe "when finding catalogs" do
|
39
|
-
before do
|
40
|
-
allow(node).to receive(:merge)
|
41
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
42
|
-
@request = Puppet::Indirector::Request.new(:catalog, :find, node_name, nil, :node => node_name)
|
43
|
-
end
|
44
|
-
|
45
|
-
it "should directly use provided nodes for a local request" do
|
46
|
-
expect(Puppet::Node.indirection).not_to receive(:find)
|
47
|
-
expect(compiler).to receive(:compile).with(node, anything)
|
48
|
-
allow(@request).to receive(:options).and_return(:use_node => node)
|
49
|
-
allow(@request).to receive(:remote?).and_return(false)
|
50
|
-
compiler.find(@request)
|
51
|
-
end
|
52
|
-
|
53
|
-
it "rejects a provided node if the request is remote" do
|
54
|
-
allow(@request).to receive(:options).and_return(:use_node => node)
|
55
|
-
allow(@request).to receive(:remote?).and_return(true)
|
56
|
-
expect {
|
57
|
-
compiler.find(@request)
|
58
|
-
}.to raise_error Puppet::Error, /invalid option use_node/i
|
59
|
-
end
|
60
|
-
|
61
|
-
it "should use the authenticated node name if no request key is provided" do
|
62
|
-
allow(@request).to receive(:key).and_return(nil)
|
63
|
-
expect(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
64
|
-
expect(compiler).to receive(:compile).with(node, anything)
|
65
|
-
compiler.find(@request)
|
66
|
-
end
|
67
|
-
|
68
|
-
it "should use the provided node name by default" do
|
69
|
-
expect(@request).to receive(:key).and_return("my_node")
|
70
|
-
|
71
|
-
expect(Puppet::Node.indirection).to receive(:find).with("my_node", anything).and_return(node)
|
72
|
-
expect(compiler).to receive(:compile).with(node, anything)
|
73
|
-
compiler.find(@request)
|
74
|
-
end
|
75
|
-
|
76
|
-
it "should fail if no node is passed and none can be found" do
|
77
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(nil)
|
78
|
-
expect { compiler.find(@request) }.to raise_error(ArgumentError)
|
79
|
-
end
|
80
|
-
|
81
|
-
it "should fail intelligently when searching for a node raises an exception" do
|
82
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_raise("eh")
|
83
|
-
expect { compiler.find(@request) }.to raise_error(Puppet::Error)
|
84
|
-
end
|
85
|
-
|
86
|
-
it "should pass the found node to the compiler for compiling" do
|
87
|
-
expect(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
88
|
-
expect(Puppet::Parser::Compiler).to receive(:compile).with(node, anything)
|
89
|
-
compiler.find(@request)
|
90
|
-
end
|
91
|
-
|
92
|
-
it "should pass node containing percent character to the compiler" do
|
93
|
-
node_with_percent_character = Puppet::Node.new "%6de"
|
94
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node_with_percent_character)
|
95
|
-
expect(Puppet::Parser::Compiler).to receive(:compile).with(node_with_percent_character, anything)
|
96
|
-
compiler.find(@request)
|
97
|
-
end
|
98
|
-
|
99
|
-
it "should extract any facts from the request" do
|
100
|
-
expect(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
101
|
-
expect(compiler).to receive(:extract_facts_from_request).with(@request)
|
102
|
-
allow(Puppet::Parser::Compiler).to receive(:compile)
|
103
|
-
compiler.find(@request)
|
104
|
-
end
|
105
|
-
|
106
|
-
it "requires `facts_format` option if facts are passed in" do
|
107
|
-
facts = Puppet::Node::Facts.new("mynode", :afact => "avalue")
|
108
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "mynode", nil, :facts => facts)
|
109
|
-
expect {
|
110
|
-
compiler.find(request)
|
111
|
-
}.to raise_error ArgumentError, /no fact format provided for mynode/
|
112
|
-
end
|
113
|
-
|
114
|
-
it "rejects facts in the request from a different node" do
|
115
|
-
facts = Puppet::Node::Facts.new("differentnode", :afact => "avalue")
|
116
|
-
request = Puppet::Indirector::Request.new(
|
117
|
-
:catalog, :find, "mynode", nil, :facts => facts, :facts_format => "unused"
|
118
|
-
)
|
119
|
-
expect {
|
120
|
-
compiler.find(request)
|
121
|
-
}.to raise_error Puppet::Error, /fact definition for the wrong node/i
|
122
|
-
end
|
123
|
-
|
124
|
-
it "should return the results of compiling as the catalog" do
|
125
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
126
|
-
catalog = Puppet::Resource::Catalog.new(node.name)
|
127
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
128
|
-
|
129
|
-
expect(compiler.find(@request)).to equal(catalog)
|
130
|
-
end
|
131
|
-
|
132
|
-
it "passes the code_id from the request to the compiler" do
|
133
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
134
|
-
code_id = 'b59e5df0578ef411f773ee6c33d8073c50e7b8fe'
|
135
|
-
@request.options[:code_id] = code_id
|
136
|
-
|
137
|
-
expect(Puppet::Parser::Compiler).to receive(:compile).with(anything, code_id)
|
138
|
-
|
139
|
-
compiler.find(@request)
|
140
|
-
end
|
141
|
-
|
142
|
-
it "returns a catalog with the code_id from the request" do
|
143
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
144
|
-
code_id = 'b59e5df0578ef411f773ee6c33d8073c50e7b8fe'
|
145
|
-
@request.options[:code_id] = code_id
|
146
|
-
|
147
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment, code_id)
|
148
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
149
|
-
|
150
|
-
expect(compiler.find(@request).code_id).to eq(code_id)
|
151
|
-
end
|
152
|
-
|
153
|
-
it "does not inline metadata when the static_catalog option is false" do
|
154
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
155
|
-
@request.options[:static_catalog] = false
|
156
|
-
@request.options[:code_id] = 'some_code_id'
|
157
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
158
|
-
|
159
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment)
|
160
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
161
|
-
|
162
|
-
expect(compiler).not_to receive(:inline_metadata)
|
163
|
-
compiler.find(@request)
|
164
|
-
end
|
165
|
-
|
166
|
-
it "does not inline metadata when static_catalogs are disabled" do
|
167
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
168
|
-
@request.options[:static_catalog] = true
|
169
|
-
@request.options[:checksum_type] = 'md5'
|
170
|
-
@request.options[:code_id] = 'some_code_id'
|
171
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(false)
|
172
|
-
|
173
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment)
|
174
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
175
|
-
|
176
|
-
expect(compiler).not_to receive(:inline_metadata)
|
177
|
-
compiler.find(@request)
|
178
|
-
end
|
179
|
-
|
180
|
-
it "does not inline metadata when code_id is not specified" do
|
181
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
182
|
-
@request.options[:static_catalog] = true
|
183
|
-
@request.options[:checksum_type] = 'md5'
|
184
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
185
|
-
|
186
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment)
|
187
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
188
|
-
|
189
|
-
expect(compiler).not_to receive(:inline_metadata)
|
190
|
-
expect(compiler.find(@request)).to eq(catalog)
|
191
|
-
end
|
192
|
-
|
193
|
-
it "inlines metadata when the static_catalog option is true, static_catalogs are enabled, and a code_id is provided" do
|
194
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
195
|
-
@request.options[:static_catalog] = true
|
196
|
-
@request.options[:checksum_type] = 'sha256'
|
197
|
-
@request.options[:code_id] = 'some_code_id'
|
198
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
199
|
-
|
200
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment)
|
201
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
202
|
-
|
203
|
-
expect(compiler).to receive(:inline_metadata).with(catalog, :sha256).and_return(catalog)
|
204
|
-
compiler.find(@request)
|
205
|
-
end
|
206
|
-
|
207
|
-
it "inlines metadata with the first common checksum type" do
|
208
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
209
|
-
@request.options[:static_catalog] = true
|
210
|
-
@request.options[:checksum_type] = 'atime.md5.sha256.mtime'
|
211
|
-
@request.options[:code_id] = 'some_code_id'
|
212
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
213
|
-
|
214
|
-
catalog = Puppet::Resource::Catalog.new(node.name, node.environment)
|
215
|
-
allow(Puppet::Parser::Compiler).to receive(:compile).and_return(catalog)
|
216
|
-
|
217
|
-
expect(compiler).to receive(:inline_metadata).with(catalog, :md5).and_return(catalog)
|
218
|
-
compiler.find(@request)
|
219
|
-
end
|
220
|
-
|
221
|
-
it "errors if checksum_type contains no shared checksum types" do
|
222
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
223
|
-
@request.options[:static_catalog] = true
|
224
|
-
@request.options[:checksum_type] = 'atime.md2'
|
225
|
-
@request.options[:code_id] = 'some_code_id'
|
226
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
227
|
-
|
228
|
-
expect { compiler.find(@request) }.to raise_error Puppet::Error,
|
229
|
-
"Unable to find a common checksum type between agent 'atime.md2' and master '[:sha256, :sha256lite, :md5, :md5lite, :sha1, :sha1lite, :sha512, :sha384, :sha224, :mtime, :ctime, :none]'."
|
230
|
-
end
|
231
|
-
|
232
|
-
it "errors if checksum_type contains no shared checksum types" do
|
233
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
234
|
-
@request.options[:static_catalog] = true
|
235
|
-
@request.options[:checksum_type] = nil
|
236
|
-
@request.options[:code_id] = 'some_code_id'
|
237
|
-
allow(node.environment).to receive(:static_catalogs?).and_return(true)
|
238
|
-
|
239
|
-
expect { compiler.find(@request) }.to raise_error Puppet::Error,
|
240
|
-
"Unable to find a common checksum type between agent '' and master '[:sha256, :sha256lite, :md5, :md5lite, :sha1, :sha1lite, :sha512, :sha384, :sha224, :mtime, :ctime, :none]'."
|
241
|
-
end
|
242
|
-
|
243
|
-
it "prevents the environment from being evicted during compilation" do
|
244
|
-
Puppet[:environment_timeout] = 0
|
245
|
-
|
246
|
-
envs = Puppet.lookup(:environments)
|
247
|
-
|
248
|
-
expect(compiler).to receive(:compile) do
|
249
|
-
# we should get the same object
|
250
|
-
expect(envs.get!(:production)).to equal(envs.get!(:production))
|
251
|
-
end
|
252
|
-
|
253
|
-
compiler.find(@request)
|
254
|
-
end
|
255
|
-
|
256
|
-
context 'when checking agent and server specified environments' do
|
257
|
-
before :each do
|
258
|
-
FileUtils.mkdir_p(File.join(Puppet[:environmentpath], 'env_server'))
|
259
|
-
FileUtils.mkdir_p(File.join(Puppet[:environmentpath], 'env_agent'))
|
260
|
-
|
261
|
-
node.environment = 'env_server'
|
262
|
-
allow(Puppet::Node.indirection).to receive(:find).and_return(node)
|
263
|
-
|
264
|
-
@request.environment = 'env_agent'
|
265
|
-
end
|
266
|
-
|
267
|
-
it 'ignores mismatched environments by default' do
|
268
|
-
catalog = compiler.find(@request)
|
269
|
-
|
270
|
-
expect(catalog.environment).to eq('env_server')
|
271
|
-
expect(catalog).to have_resource('Stage[main]')
|
272
|
-
end
|
273
|
-
|
274
|
-
# versioned environment directories can cause this
|
275
|
-
it 'allows environments with the same name but mismatched modulepaths' do
|
276
|
-
envs = Puppet.lookup(:environments)
|
277
|
-
env_server = envs.get!(:env_server)
|
278
|
-
v1_env = env_server.override_with({ modulepath: ['/code-v1/env-v1/'] })
|
279
|
-
v2_env = env_server.override_with({ modulepath: ['/code-v2/env-v2/'] })
|
280
|
-
|
281
|
-
@request.options[:check_environment] = "true"
|
282
|
-
@request.environment = v1_env
|
283
|
-
node.environment = v2_env
|
284
|
-
|
285
|
-
catalog = compiler.find(@request)
|
286
|
-
|
287
|
-
expect(catalog.environment).to eq('env_server')
|
288
|
-
expect(catalog).to have_resource('Stage[main]')
|
289
|
-
end
|
290
|
-
|
291
|
-
it 'returns an empty catalog if asked to check the environment and they are mismatched' do
|
292
|
-
@request.options[:check_environment] = "true"
|
293
|
-
catalog = compiler.find(@request)
|
294
|
-
|
295
|
-
expect(catalog.environment).to eq('env_server')
|
296
|
-
expect(catalog.resources).to be_empty
|
297
|
-
end
|
298
|
-
end
|
299
|
-
end
|
300
|
-
|
301
|
-
describe "when handling a request with facts" do
|
302
|
-
before do
|
303
|
-
allow(Facter).to receive(:value).and_return("something")
|
304
|
-
|
305
|
-
facts = Puppet::Node::Facts.new('hostname', "fact" => "value", "architecture" => "i386")
|
306
|
-
Puppet::Node::Facts.indirection.save(facts)
|
307
|
-
end
|
308
|
-
|
309
|
-
def a_legacy_request_that_contains(facts, format = :pson)
|
310
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "hostname", nil)
|
311
|
-
request.options[:facts_format] = format.to_s
|
312
|
-
request.options[:facts] = Puppet::Util.uri_query_encode(facts.render(format))
|
313
|
-
request
|
314
|
-
end
|
315
|
-
|
316
|
-
def a_request_that_contains(facts)
|
317
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "hostname", nil)
|
318
|
-
request.options[:facts_format] = "application/json"
|
319
|
-
request.options[:facts] = Puppet::Util.uri_query_encode(facts.render('json'))
|
320
|
-
request
|
321
|
-
end
|
322
|
-
|
323
|
-
context "when extracting facts from the request" do
|
324
|
-
let(:facts) { Puppet::Node::Facts.new("hostname") }
|
325
|
-
|
326
|
-
it "should do nothing if no facts are provided" do
|
327
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "hostname", nil)
|
328
|
-
request.options[:facts] = nil
|
329
|
-
|
330
|
-
expect(compiler.extract_facts_from_request(request)).to be_nil
|
331
|
-
end
|
332
|
-
|
333
|
-
it "should deserialize the facts without changing the timestamp" do
|
334
|
-
time = Time.now
|
335
|
-
facts.timestamp = time
|
336
|
-
request = a_request_that_contains(facts)
|
337
|
-
facts = compiler.extract_facts_from_request(request)
|
338
|
-
expect(facts.timestamp).to eq(time)
|
339
|
-
end
|
340
|
-
|
341
|
-
it "accepts PSON facts from older agents" do
|
342
|
-
request = a_legacy_request_that_contains(facts)
|
343
|
-
|
344
|
-
facts = compiler.extract_facts_from_request(request)
|
345
|
-
expect(facts).to eq(facts)
|
346
|
-
end
|
347
|
-
|
348
|
-
it "rejects YAML facts" do
|
349
|
-
request = a_legacy_request_that_contains(facts, :yaml)
|
350
|
-
|
351
|
-
expect {
|
352
|
-
compiler.extract_facts_from_request(request)
|
353
|
-
}.to raise_error(ArgumentError, /Unsupported facts format/)
|
354
|
-
end
|
355
|
-
|
356
|
-
it "rejects unknown fact formats" do
|
357
|
-
request = a_request_that_contains(facts)
|
358
|
-
request.options[:facts_format] = 'unknown-format'
|
359
|
-
|
360
|
-
expect {
|
361
|
-
compiler.extract_facts_from_request(request)
|
362
|
-
}.to raise_error(ArgumentError, /Unsupported facts format/)
|
363
|
-
end
|
364
|
-
end
|
365
|
-
|
366
|
-
context "when saving facts from the request" do
|
367
|
-
let(:facts) { Puppet::Node::Facts.new("hostname") }
|
368
|
-
|
369
|
-
it "should save facts if they were issued by the request" do
|
370
|
-
request = a_request_that_contains(facts)
|
371
|
-
|
372
|
-
options = {
|
373
|
-
:environment => request.environment,
|
374
|
-
:transaction_uuid => request.options[:transaction_uuid],
|
375
|
-
}
|
376
|
-
|
377
|
-
expect(Puppet::Node::Facts.indirection).to receive(:save).with(facts, nil, options)
|
378
|
-
compiler.find(request)
|
379
|
-
end
|
380
|
-
|
381
|
-
it "should skip saving facts if none were supplied" do
|
382
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "hostname", nil)
|
383
|
-
|
384
|
-
options = {
|
385
|
-
:environment => request.environment,
|
386
|
-
:transaction_uuid => request.options[:transaction_uuid],
|
387
|
-
}
|
388
|
-
|
389
|
-
expect(Puppet::Node::Facts.indirection).not_to receive(:save).with(facts, nil, options)
|
390
|
-
compiler.find(request)
|
391
|
-
end
|
392
|
-
end
|
393
|
-
end
|
394
|
-
|
395
|
-
describe "when finding nodes" do
|
396
|
-
it "should look node information up via the Node class with the provided key" do
|
397
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, node_name, nil)
|
398
|
-
allow(compiler).to receive(:compile)
|
399
|
-
|
400
|
-
expect(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
401
|
-
|
402
|
-
compiler.find(request)
|
403
|
-
end
|
404
|
-
|
405
|
-
it "should pass the transaction_uuid to the node indirection" do
|
406
|
-
uuid = '793ff10d-89f8-4527-a645-3302cbc749f3'
|
407
|
-
allow(compiler).to receive(:compile)
|
408
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, node_name,
|
409
|
-
nil, :transaction_uuid => uuid)
|
410
|
-
|
411
|
-
expect(Puppet::Node.indirection).to receive(:find).with(
|
412
|
-
node_name,
|
413
|
-
hash_including(:transaction_uuid => uuid)
|
414
|
-
).and_return(node)
|
415
|
-
|
416
|
-
compiler.find(request)
|
417
|
-
end
|
418
|
-
|
419
|
-
it "should pass the configured_environment to the node indirection" do
|
420
|
-
environment = 'foo'
|
421
|
-
allow(compiler).to receive(:compile)
|
422
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, node_name,
|
423
|
-
nil, :configured_environment => environment)
|
424
|
-
|
425
|
-
expect(Puppet::Node.indirection).to receive(:find).with(
|
426
|
-
node_name,
|
427
|
-
hash_including(:configured_environment => environment)
|
428
|
-
).and_return(node)
|
429
|
-
|
430
|
-
compiler.find(request)
|
431
|
-
end
|
432
|
-
|
433
|
-
it "should pass a facts object from the original request facts to the node indirection" do
|
434
|
-
facts = Puppet::Node::Facts.new("hostname", :afact => "avalue")
|
435
|
-
expect(compiler).to receive(:extract_facts_from_request).and_return(facts)
|
436
|
-
expect(compiler).to receive(:save_facts_from_request)
|
437
|
-
|
438
|
-
request = Puppet::Indirector::Request.new(:catalog, :find, "hostname",
|
439
|
-
nil, :facts_format => "application/json",
|
440
|
-
:facts => facts.render('json'))
|
441
|
-
|
442
|
-
expect(Puppet::Node.indirection).to receive(:find).with("hostname", hash_including(:facts => facts)).and_return(node)
|
443
|
-
|
444
|
-
compiler.find(request)
|
445
|
-
end
|
446
|
-
end
|
447
|
-
|
448
|
-
describe "after finding nodes" do
|
449
|
-
before do
|
450
|
-
allow(Puppet).to receive(:version).and_return(1)
|
451
|
-
set_facts({
|
452
|
-
'fqdn' => "my.server.com",
|
453
|
-
'ipaddress' => "my.ip.address",
|
454
|
-
'ipaddress6' => nil
|
455
|
-
})
|
456
|
-
@request = Puppet::Indirector::Request.new(:catalog, :find, node_name, nil)
|
457
|
-
allow(compiler).to receive(:compile)
|
458
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
459
|
-
end
|
460
|
-
|
461
|
-
it "should add the server's Puppet version to the node's parameters as 'serverversion'" do
|
462
|
-
expect(node).to receive(:merge).with(hash_including("serverversion" => "1"))
|
463
|
-
compiler.find(@request)
|
464
|
-
end
|
465
|
-
|
466
|
-
it "should add the server's fqdn to the node's parameters as 'servername'" do
|
467
|
-
expect(node).to receive(:merge).with(hash_including("servername" => "my.server.com"))
|
468
|
-
compiler.find(@request)
|
469
|
-
end
|
470
|
-
|
471
|
-
it "should add the server's IP address to the node's parameters as 'serverip'" do
|
472
|
-
expect(node).to receive(:merge).with(hash_including("serverip" => "my.ip.address"))
|
473
|
-
compiler.find(@request)
|
474
|
-
end
|
475
|
-
|
476
|
-
it "shouldn't warn if there is at least one ip fact" do
|
477
|
-
expect(node).to receive(:merge).with(hash_including("serverip" => "my.ip.address"))
|
478
|
-
compiler.find(@request)
|
479
|
-
expect(@logs).not_to be_any {|log| log.level == :warning and log.message =~ /Could not retrieve either serverip or serverip6 fact/}
|
480
|
-
end
|
481
|
-
end
|
482
|
-
|
483
|
-
describe "in an IPv6 only environment" do
|
484
|
-
before do |example|
|
485
|
-
allow(Puppet).to receive(:version).and_return(1)
|
486
|
-
set_facts({
|
487
|
-
'fqdn' => "my.server.com",
|
488
|
-
'ipaddress' => nil,
|
489
|
-
})
|
490
|
-
if example.metadata[:nil_ipv6]
|
491
|
-
set_facts({
|
492
|
-
'ipaddress6' => nil
|
493
|
-
})
|
494
|
-
else
|
495
|
-
set_facts({
|
496
|
-
'ipaddress6' => "my.ipv6.address"
|
497
|
-
})
|
498
|
-
end
|
499
|
-
@request = Puppet::Indirector::Request.new(:catalog, :find, node_name, nil)
|
500
|
-
allow(compiler).to receive(:compile)
|
501
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
502
|
-
end
|
503
|
-
|
504
|
-
it "should populate the :serverip6 fact" do
|
505
|
-
expect(node).to receive(:merge).with(hash_including("serverip6" => "my.ipv6.address"))
|
506
|
-
compiler.find(@request)
|
507
|
-
end
|
508
|
-
|
509
|
-
it "shouldn't warn if there is at least one ip fact" do
|
510
|
-
expect(node).to receive(:merge).with(hash_including("serverip6" => "my.ipv6.address"))
|
511
|
-
compiler.find(@request)
|
512
|
-
expect(@logs).not_to be_any {|log| log.level == :warning and log.message =~ /Could not retrieve either serverip or serverip6 fact/}
|
513
|
-
end
|
514
|
-
|
515
|
-
it "should warn if there are no ip facts", :nil_ipv6 do
|
516
|
-
expect(node).to receive(:merge)
|
517
|
-
compiler.find(@request)
|
518
|
-
expect(@logs).to be_any {|log| log.level == :warning and log.message =~ /Could not retrieve either serverip or serverip6 fact/}
|
519
|
-
end
|
520
|
-
end
|
521
|
-
|
522
|
-
describe "after finding nodes when checking for a PE version" do
|
523
|
-
include PuppetSpec::Compiler
|
524
|
-
|
525
|
-
let(:pe_version_file) { '/opt/puppetlabs/server/pe_version' }
|
526
|
-
let(:request) { Puppet::Indirector::Request.new(:catalog, :find, node_name, nil) }
|
527
|
-
|
528
|
-
before :each do
|
529
|
-
Puppet[:code] = 'notify { "PE Version: $pe_serverversion": }'
|
530
|
-
end
|
531
|
-
|
532
|
-
it "should not add 'pe_serverversion' when FOSS" do
|
533
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
534
|
-
catalog = compiler.find(request)
|
535
|
-
|
536
|
-
expect(catalog.resource('notify', 'PE Version: 2019.2.0')).to be_nil
|
537
|
-
end
|
538
|
-
|
539
|
-
it "should add 'pe_serverversion' when PE" do
|
540
|
-
allow(File).to receive(:readable?).and_call_original
|
541
|
-
allow(File).to receive(:readable?).with(pe_version_file).and_return(true)
|
542
|
-
allow(File).to receive(:zero?).with(pe_version_file).and_return(false)
|
543
|
-
allow(File).to receive(:read).and_call_original
|
544
|
-
allow(File).to receive(:read).with(pe_version_file).and_return('2019.2.0')
|
545
|
-
|
546
|
-
allow(Puppet::Node.indirection).to receive(:find).with(node_name, anything).and_return(node)
|
547
|
-
catalog = compiler.find(request)
|
548
|
-
|
549
|
-
expect(catalog.resource('notify', 'PE Version: 2019.2.0')).to be
|
550
|
-
end
|
551
|
-
end
|
552
|
-
|
553
|
-
describe "when filtering resources" do
|
554
|
-
before :each do
|
555
|
-
@catalog = double('catalog')
|
556
|
-
allow(@catalog).to receive(:respond_to?).with(:filter).and_return(true)
|
557
|
-
end
|
558
|
-
|
559
|
-
it "should delegate to the catalog instance filtering" do
|
560
|
-
expect(@catalog).to receive(:filter)
|
561
|
-
compiler.filter(@catalog)
|
562
|
-
end
|
563
|
-
|
564
|
-
it "should filter out virtual resources" do
|
565
|
-
resource = double('resource', :virtual? => true)
|
566
|
-
allow(@catalog).to receive(:filter).and_yield(resource)
|
567
|
-
|
568
|
-
compiler.filter(@catalog)
|
569
|
-
end
|
570
|
-
|
571
|
-
it "should return the same catalog if it doesn't support filtering" do
|
572
|
-
allow(@catalog).to receive(:respond_to?).with(:filter).and_return(false)
|
573
|
-
|
574
|
-
expect(compiler.filter(@catalog)).to eq(@catalog)
|
575
|
-
end
|
576
|
-
|
577
|
-
it "should return the filtered catalog" do
|
578
|
-
catalog = double('filtered catalog')
|
579
|
-
allow(@catalog).to receive(:filter).and_return(catalog)
|
580
|
-
|
581
|
-
expect(compiler.filter(@catalog)).to eq(catalog)
|
582
|
-
end
|
583
|
-
end
|
584
|
-
|
585
|
-
describe "when inlining metadata" do
|
586
|
-
include PuppetSpec::Compiler
|
587
|
-
|
588
|
-
let(:node) { Puppet::Node.new 'me' }
|
589
|
-
let(:checksum_type) { 'md5' }
|
590
|
-
let(:checksum_value) { 'b1946ac92492d2347c6235b4d2611184' }
|
591
|
-
let(:path) { File.expand_path('/foo') }
|
592
|
-
let(:source) { 'puppet:///modules/mymodule/config_file.txt' }
|
593
|
-
|
594
|
-
def stubs_resource_metadata(ftype, relative_path, full_path = nil)
|
595
|
-
full_path ||= File.join(Puppet[:environmentpath], 'production', relative_path)
|
596
|
-
|
597
|
-
metadata = double('metadata')
|
598
|
-
allow(metadata).to receive(:ftype).and_return(ftype)
|
599
|
-
allow(metadata).to receive(:full_path).and_return(full_path)
|
600
|
-
allow(metadata).to receive(:relative_path).and_return(relative_path)
|
601
|
-
allow(metadata).to receive(:source).and_return("puppet:///#{relative_path}")
|
602
|
-
allow(metadata).to receive(:source=)
|
603
|
-
allow(metadata).to receive(:content_uri=)
|
604
|
-
|
605
|
-
metadata
|
606
|
-
end
|
607
|
-
|
608
|
-
def stubs_file_metadata(checksum_type, sha, relative_path, full_path = nil)
|
609
|
-
metadata = stubs_resource_metadata('file', relative_path, full_path)
|
610
|
-
allow(metadata).to receive(:checksum).and_return("{#{checksum_type}}#{sha}")
|
611
|
-
allow(metadata).to receive(:checksum_type).and_return(checksum_type)
|
612
|
-
metadata
|
613
|
-
end
|
614
|
-
|
615
|
-
def stubs_link_metadata(relative_path, destination)
|
616
|
-
metadata = stubs_resource_metadata('link', relative_path)
|
617
|
-
allow(metadata).to receive(:destination).and_return(destination)
|
618
|
-
metadata
|
619
|
-
end
|
620
|
-
|
621
|
-
def stubs_directory_metadata(relative_path)
|
622
|
-
metadata = stubs_resource_metadata('directory', relative_path)
|
623
|
-
allow(metadata).to receive(:relative_path).and_return('.')
|
624
|
-
metadata
|
625
|
-
end
|
626
|
-
|
627
|
-
describe "and the environment is a symlink and versioned_environment_dirs is true" do
|
628
|
-
|
629
|
-
let(:tmpdir) { Dir.mktmpdir }
|
630
|
-
|
631
|
-
before(:each) do
|
632
|
-
Puppet[:versioned_environment_dirs] = true
|
633
|
-
prod_path = File.join(Puppet[:environmentpath], 'production')
|
634
|
-
FileUtils.rm_rf(prod_path)
|
635
|
-
FileUtils.symlink(tmpdir, prod_path)
|
636
|
-
end
|
637
|
-
|
638
|
-
it "inlines metadata for a file" do
|
639
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
640
|
-
file { '#{path}':
|
641
|
-
ensure => file,
|
642
|
-
source => '#{source}'
|
643
|
-
}
|
644
|
-
MANIFEST
|
645
|
-
|
646
|
-
module_relative_path = 'modules/mymodule/files/config_file.txt'
|
647
|
-
metadata = stubs_file_metadata(checksum_type,
|
648
|
-
checksum_value,
|
649
|
-
module_relative_path,
|
650
|
-
File.join(tmpdir, module_relative_path) )
|
651
|
-
expect(metadata).to receive(:source=).with(source)
|
652
|
-
expect(metadata).to receive(:content_uri=).with("puppet:///#{module_relative_path}")
|
653
|
-
|
654
|
-
options = {
|
655
|
-
:environment => catalog.environment_instance,
|
656
|
-
:links => :manage,
|
657
|
-
:checksum_type => checksum_type.to_sym,
|
658
|
-
:source_permissions => :ignore
|
659
|
-
}
|
660
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, options).and_return(metadata)
|
661
|
-
|
662
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
663
|
-
|
664
|
-
|
665
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
666
|
-
expect(catalog.recursive_metadata).to be_empty
|
667
|
-
|
668
|
-
end
|
669
|
-
end
|
670
|
-
|
671
|
-
it "inlines metadata for a file" do
|
672
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
673
|
-
file { '#{path}':
|
674
|
-
ensure => file,
|
675
|
-
source => '#{source}'
|
676
|
-
}
|
677
|
-
MANIFEST
|
678
|
-
|
679
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt')
|
680
|
-
expect(metadata).to receive(:source=).with(source)
|
681
|
-
expect(metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/config_file.txt')
|
682
|
-
|
683
|
-
options = {
|
684
|
-
:environment => catalog.environment_instance,
|
685
|
-
:links => :manage,
|
686
|
-
:checksum_type => checksum_type.to_sym,
|
687
|
-
:source_permissions => :ignore
|
688
|
-
}
|
689
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, options).and_return(metadata)
|
690
|
-
|
691
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
692
|
-
|
693
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
694
|
-
expect(catalog.recursive_metadata).to be_empty
|
695
|
-
end
|
696
|
-
|
697
|
-
it "uses resource parameters when inlining metadata" do
|
698
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
699
|
-
file { '#{path}':
|
700
|
-
ensure => link,
|
701
|
-
source => '#{source}',
|
702
|
-
links => follow,
|
703
|
-
source_permissions => use,
|
704
|
-
}
|
705
|
-
MANIFEST
|
706
|
-
|
707
|
-
metadata = stubs_link_metadata('modules/mymodule/files/config_file.txt', '/tmp/some/absolute/path')
|
708
|
-
expect(metadata).to receive(:source=).with(source)
|
709
|
-
expect(metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/config_file.txt')
|
710
|
-
|
711
|
-
options = {
|
712
|
-
:environment => catalog.environment_instance,
|
713
|
-
:links => :follow,
|
714
|
-
:checksum_type => checksum_type.to_sym,
|
715
|
-
:source_permissions => :use
|
716
|
-
}
|
717
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, options).and_return(metadata)
|
718
|
-
|
719
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
720
|
-
|
721
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
722
|
-
expect(catalog.recursive_metadata).to be_empty
|
723
|
-
end
|
724
|
-
|
725
|
-
it "uses file parameters which match the true file type defaults" do
|
726
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
727
|
-
file { '#{path}':
|
728
|
-
ensure => file,
|
729
|
-
source => '#{source}'
|
730
|
-
}
|
731
|
-
MANIFEST
|
732
|
-
|
733
|
-
if Puppet::Util::Platform.windows?
|
734
|
-
default_file = Puppet::Type.type(:file).new(:name => 'C:\defaults')
|
735
|
-
else
|
736
|
-
default_file = Puppet::Type.type(:file).new(:name => '/defaults')
|
737
|
-
end
|
738
|
-
|
739
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt')
|
740
|
-
|
741
|
-
options = {
|
742
|
-
:environment => catalog.environment_instance,
|
743
|
-
:links => default_file[:links],
|
744
|
-
:checksum_type => checksum_type.to_sym,
|
745
|
-
:source_permissions => default_file[:source_permissions]
|
746
|
-
}
|
747
|
-
|
748
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, options).and_return(metadata)
|
749
|
-
|
750
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
751
|
-
end
|
752
|
-
|
753
|
-
it "inlines metadata for the first source found" do
|
754
|
-
alt_source = 'puppet:///modules/files/other.txt'
|
755
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
756
|
-
file { '#{path}':
|
757
|
-
ensure => file,
|
758
|
-
source => ['#{alt_source}', '#{source}'],
|
759
|
-
}
|
760
|
-
MANIFEST
|
761
|
-
|
762
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt')
|
763
|
-
expect(metadata).to receive(:source=).with(source)
|
764
|
-
expect(metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/config_file.txt')
|
765
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
766
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(alt_source, anything).and_return(nil)
|
767
|
-
|
768
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
769
|
-
|
770
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
771
|
-
expect(catalog.recursive_metadata).to be_empty
|
772
|
-
end
|
773
|
-
|
774
|
-
[['md5', 'b1946ac92492d2347c6235b4d2611184'],
|
775
|
-
['sha256', '5891b5b522d5df086d0ff0b110fbd9d21bb4fc7163af34d08286a2e846f6be03']].each do |checksum_type, sha|
|
776
|
-
describe "with agent requesting checksum_type #{checksum_type}" do
|
777
|
-
it "sets checksum and checksum_value for resources with puppet:// source URIs" do
|
778
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
779
|
-
file { '#{path}':
|
780
|
-
ensure => file,
|
781
|
-
source => '#{source}'
|
782
|
-
}
|
783
|
-
MANIFEST
|
784
|
-
|
785
|
-
metadata = stubs_file_metadata(checksum_type, sha, 'modules/mymodule/files/config_file.txt')
|
786
|
-
|
787
|
-
options = {
|
788
|
-
:environment => catalog.environment_instance,
|
789
|
-
:links => :manage,
|
790
|
-
:checksum_type => checksum_type.to_sym,
|
791
|
-
:source_permissions => :ignore
|
792
|
-
}
|
793
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, options).and_return(metadata)
|
794
|
-
|
795
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
796
|
-
|
797
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
798
|
-
expect(catalog.recursive_metadata).to be_empty
|
799
|
-
end
|
800
|
-
end
|
801
|
-
end
|
802
|
-
|
803
|
-
it "preserves source host and port in the content_uri" do
|
804
|
-
source = 'puppet://myhost:8888/modules/mymodule/config_file.txt'
|
805
|
-
|
806
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
807
|
-
file { '#{path}':
|
808
|
-
ensure => file,
|
809
|
-
source => '#{source}'
|
810
|
-
}
|
811
|
-
MANIFEST
|
812
|
-
|
813
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt')
|
814
|
-
allow(metadata).to receive(:source).and_return(source)
|
815
|
-
|
816
|
-
expect(metadata).to receive(:content_uri=).with('puppet://myhost:8888/modules/mymodule/files/config_file.txt')
|
817
|
-
|
818
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
819
|
-
|
820
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
821
|
-
end
|
822
|
-
|
823
|
-
it "skips absent resources" do
|
824
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
825
|
-
file { '#{path}':
|
826
|
-
ensure => absent,
|
827
|
-
}
|
828
|
-
MANIFEST
|
829
|
-
|
830
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
831
|
-
expect(catalog.metadata).to be_empty
|
832
|
-
expect(catalog.recursive_metadata).to be_empty
|
833
|
-
end
|
834
|
-
|
835
|
-
it "skips resources without a source" do
|
836
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
837
|
-
file { '#{path}':
|
838
|
-
ensure => file,
|
839
|
-
}
|
840
|
-
MANIFEST
|
841
|
-
|
842
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
843
|
-
expect(catalog.metadata).to be_empty
|
844
|
-
expect(catalog.recursive_metadata).to be_empty
|
845
|
-
end
|
846
|
-
|
847
|
-
it "skips resources with a local source" do
|
848
|
-
local_source = File.expand_path('/tmp/source')
|
849
|
-
|
850
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
851
|
-
file { '#{path}':
|
852
|
-
ensure => file,
|
853
|
-
source => '#{local_source}',
|
854
|
-
}
|
855
|
-
MANIFEST
|
856
|
-
|
857
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
858
|
-
expect(catalog.metadata).to be_empty
|
859
|
-
expect(catalog.recursive_metadata).to be_empty
|
860
|
-
end
|
861
|
-
|
862
|
-
it "skips resources with a http source" do
|
863
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
864
|
-
file { '#{path}':
|
865
|
-
ensure => file,
|
866
|
-
source => ['http://foo.source.io', 'https://foo.source.io']
|
867
|
-
}
|
868
|
-
MANIFEST
|
869
|
-
|
870
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
871
|
-
expect(catalog.metadata).to be_empty
|
872
|
-
expect(catalog.recursive_metadata).to be_empty
|
873
|
-
end
|
874
|
-
|
875
|
-
it "skips resources with a source outside the environment path" do
|
876
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
877
|
-
file { '#{path}':
|
878
|
-
ensure => file,
|
879
|
-
source => '#{source}'
|
880
|
-
}
|
881
|
-
MANIFEST
|
882
|
-
|
883
|
-
full_path = File.join(Puppet[:codedir], "modules/mymodule/files/config_file.txt")
|
884
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt', full_path)
|
885
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
886
|
-
|
887
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
888
|
-
expect(catalog.metadata).to be_empty
|
889
|
-
expect(catalog.recursive_metadata).to be_empty
|
890
|
-
end
|
891
|
-
|
892
|
-
it "skips resources whose mount point is not 'modules'" do
|
893
|
-
source = 'puppet:///secure/data'
|
894
|
-
|
895
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
896
|
-
file { '#{path}':
|
897
|
-
ensure => file,
|
898
|
-
source => '#{source}',
|
899
|
-
}
|
900
|
-
MANIFEST
|
901
|
-
|
902
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'secure/files/data.txt')
|
903
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
904
|
-
|
905
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
906
|
-
expect(catalog.metadata).to be_empty
|
907
|
-
expect(catalog.recursive_metadata).to be_empty
|
908
|
-
end
|
909
|
-
|
910
|
-
it "skips resources with 'modules' mount point resolving to a path not in 'modules/*/files'" do
|
911
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
912
|
-
file { '#{path}':
|
913
|
-
ensure => file,
|
914
|
-
source => '#{source}',
|
915
|
-
}
|
916
|
-
MANIFEST
|
917
|
-
|
918
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/not_in_files/config_file.txt')
|
919
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
920
|
-
|
921
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
922
|
-
expect(catalog.metadata).to be_empty
|
923
|
-
expect(catalog.recursive_metadata).to be_empty
|
924
|
-
end
|
925
|
-
|
926
|
-
it "skips resources with 'modules' mount point resolving to a path with an empty module name" do
|
927
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
928
|
-
file { '#{path}':
|
929
|
-
ensure => file,
|
930
|
-
source => '#{source}',
|
931
|
-
}
|
932
|
-
MANIFEST
|
933
|
-
|
934
|
-
# note empty module name "modules//files"
|
935
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules//files/config_file.txt')
|
936
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
937
|
-
|
938
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
939
|
-
expect(catalog.metadata).to be_empty
|
940
|
-
expect(catalog.recursive_metadata).to be_empty
|
941
|
-
end
|
942
|
-
|
943
|
-
it "inlines resources in 'modules' mount point resolving to a 'site' directory within the per-environment codedir" do
|
944
|
-
# example taken from https://github.com/puppetlabs/control-repo/blob/508b9cc/site/profile/manifests/puppetmaster.pp#L45-L49
|
945
|
-
source = 'puppet:///modules/profile/puppetmaster/update-classes.sh'
|
946
|
-
|
947
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
948
|
-
file { '#{path}':
|
949
|
-
ensure => file,
|
950
|
-
source => '#{source}'
|
951
|
-
}
|
952
|
-
MANIFEST
|
953
|
-
|
954
|
-
# See https://github.com/puppetlabs/control-repo/blob/508b9cc/site/profile/files/puppetmaster/update-classes.sh
|
955
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'site/profile/files/puppetmaster/update-classes.sh')
|
956
|
-
allow(metadata).to receive(:source).and_return(source)
|
957
|
-
|
958
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
959
|
-
|
960
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
961
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
962
|
-
expect(catalog.recursive_metadata).to be_empty
|
963
|
-
end
|
964
|
-
|
965
|
-
# It's bizarre to strip trailing slashes for a file, but it's how
|
966
|
-
# puppet currently behaves, so match that.
|
967
|
-
it "inlines resources with a trailing slash" do
|
968
|
-
source = 'puppet:///modules/mymodule/myfile'
|
969
|
-
|
970
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
971
|
-
file { '#{path}':
|
972
|
-
ensure => file,
|
973
|
-
source => '#{source}/'
|
974
|
-
}
|
975
|
-
MANIFEST
|
976
|
-
|
977
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/myfile')
|
978
|
-
allow(metadata).to receive(:source).and_return(source)
|
979
|
-
|
980
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
981
|
-
|
982
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
983
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
984
|
-
expect(catalog.recursive_metadata).to be_empty
|
985
|
-
end
|
986
|
-
|
987
|
-
describe "when inlining directories" do
|
988
|
-
let(:source_dir) { 'puppet:///modules/mymodule/directory' }
|
989
|
-
let(:metadata) { stubs_directory_metadata('modules/mymodule/files/directory') }
|
990
|
-
|
991
|
-
describe "when recurse is false" do
|
992
|
-
it "skips children" do
|
993
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
994
|
-
file { '#{path}':
|
995
|
-
ensure => directory,
|
996
|
-
source => '#{source_dir}'
|
997
|
-
}
|
998
|
-
MANIFEST
|
999
|
-
|
1000
|
-
expect(metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/directory')
|
1001
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source_dir, anything).and_return(metadata)
|
1002
|
-
|
1003
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1004
|
-
|
1005
|
-
expect(catalog.metadata[path]).to eq(metadata)
|
1006
|
-
expect(catalog.recursive_metadata).to be_empty
|
1007
|
-
end
|
1008
|
-
end
|
1009
|
-
|
1010
|
-
describe "when recurse is true" do
|
1011
|
-
let(:child_metadata) { stubs_file_metadata(checksum_type, checksum_value, 'myfile.txt') }
|
1012
|
-
|
1013
|
-
it "inlines child metadata" do
|
1014
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1015
|
-
file { '#{path}':
|
1016
|
-
ensure => directory,
|
1017
|
-
recurse => true,
|
1018
|
-
source => '#{source_dir}',
|
1019
|
-
max_files => 1234,
|
1020
|
-
}
|
1021
|
-
MANIFEST
|
1022
|
-
|
1023
|
-
expect(metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/directory')
|
1024
|
-
expect(child_metadata).to receive(:content_uri=).with('puppet:///modules/mymodule/files/directory/myfile.txt')
|
1025
|
-
|
1026
|
-
options = {
|
1027
|
-
:environment => catalog.environment_instance,
|
1028
|
-
:links => :manage,
|
1029
|
-
:checksum_type => checksum_type.to_sym,
|
1030
|
-
:source_permissions => :ignore,
|
1031
|
-
:recurse => true,
|
1032
|
-
:recurselimit => nil,
|
1033
|
-
:max_files => 1234,
|
1034
|
-
:ignore => nil,
|
1035
|
-
}
|
1036
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source_dir, options).and_return([metadata, child_metadata])
|
1037
|
-
|
1038
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1039
|
-
|
1040
|
-
expect(catalog.metadata[path]).to be_nil
|
1041
|
-
expect(catalog.recursive_metadata[path][source_dir]).to eq([metadata, child_metadata])
|
1042
|
-
end
|
1043
|
-
|
1044
|
-
it "uses resource parameters when inlining metadata" do
|
1045
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1046
|
-
file { '#{path}':
|
1047
|
-
ensure => directory,
|
1048
|
-
recurse => true,
|
1049
|
-
source => '#{source_dir}',
|
1050
|
-
checksum => sha256,
|
1051
|
-
source_permissions => use_when_creating,
|
1052
|
-
recurselimit => 2,
|
1053
|
-
max_files => 4321,
|
1054
|
-
ignore => 'foo.+',
|
1055
|
-
links => follow,
|
1056
|
-
}
|
1057
|
-
MANIFEST
|
1058
|
-
|
1059
|
-
options = {
|
1060
|
-
:environment => catalog.environment_instance,
|
1061
|
-
:links => :follow,
|
1062
|
-
:checksum_type => :sha256,
|
1063
|
-
:source_permissions => :use_when_creating,
|
1064
|
-
:recurse => true,
|
1065
|
-
:recurselimit => 2,
|
1066
|
-
:max_files => 4321,
|
1067
|
-
:ignore => 'foo.+',
|
1068
|
-
}
|
1069
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source_dir, options).and_return([metadata, child_metadata])
|
1070
|
-
|
1071
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1072
|
-
|
1073
|
-
expect(catalog.metadata[path]).to be_nil
|
1074
|
-
expect(catalog.recursive_metadata[path][source_dir]).to eq([metadata, child_metadata])
|
1075
|
-
end
|
1076
|
-
|
1077
|
-
it "inlines metadata for all sources if source_select is all" do
|
1078
|
-
alt_source_dir = 'puppet:///modules/mymodule/other_directory'
|
1079
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1080
|
-
file { '#{path}':
|
1081
|
-
ensure => directory,
|
1082
|
-
recurse => true,
|
1083
|
-
source => ['#{source_dir}', '#{alt_source_dir}'],
|
1084
|
-
sourceselect => all,
|
1085
|
-
}
|
1086
|
-
MANIFEST
|
1087
|
-
|
1088
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source_dir, anything).and_return([metadata, child_metadata])
|
1089
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(alt_source_dir, anything).and_return([metadata, child_metadata])
|
1090
|
-
|
1091
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1092
|
-
|
1093
|
-
expect(catalog.metadata[path]).to be_nil
|
1094
|
-
expect(catalog.recursive_metadata[path][source_dir]).to eq([metadata, child_metadata])
|
1095
|
-
expect(catalog.recursive_metadata[path][alt_source_dir]).to eq([metadata, child_metadata])
|
1096
|
-
end
|
1097
|
-
|
1098
|
-
it "inlines metadata for the first valid source if source_select is first" do
|
1099
|
-
alt_source_dir = 'puppet:///modules/mymodule/other_directory'
|
1100
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1101
|
-
file { '#{path}':
|
1102
|
-
ensure => directory,
|
1103
|
-
recurse => true,
|
1104
|
-
source => ['#{source_dir}', '#{alt_source_dir}'],
|
1105
|
-
}
|
1106
|
-
MANIFEST
|
1107
|
-
|
1108
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source_dir, anything).and_return(nil)
|
1109
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(alt_source_dir, anything).and_return([metadata, child_metadata])
|
1110
|
-
|
1111
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1112
|
-
|
1113
|
-
expect(catalog.metadata[path]).to be_nil
|
1114
|
-
expect(catalog.recursive_metadata[path][source_dir]).to be_nil
|
1115
|
-
expect(catalog.recursive_metadata[path][alt_source_dir]).to eq([metadata, child_metadata])
|
1116
|
-
end
|
1117
|
-
|
1118
|
-
it "skips resources whose mount point is not 'modules'" do
|
1119
|
-
source = 'puppet:///secure/data'
|
1120
|
-
|
1121
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1122
|
-
file { '#{path}':
|
1123
|
-
ensure => directory,
|
1124
|
-
recurse => true,
|
1125
|
-
source => '#{source}',
|
1126
|
-
}
|
1127
|
-
MANIFEST
|
1128
|
-
|
1129
|
-
metadata = stubs_directory_metadata('secure/files/data')
|
1130
|
-
allow(metadata).to receive(:source).and_return(source)
|
1131
|
-
|
1132
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source, anything).and_return([metadata])
|
1133
|
-
|
1134
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1135
|
-
expect(catalog.metadata).to be_empty
|
1136
|
-
expect(catalog.recursive_metadata).to be_empty
|
1137
|
-
end
|
1138
|
-
|
1139
|
-
it "skips resources with 'modules' mount point resolving to a path not in 'modules/*/files'" do
|
1140
|
-
source = 'puppet:///modules/mymodule/directory'
|
1141
|
-
|
1142
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1143
|
-
file { '#{path}':
|
1144
|
-
ensure => directory,
|
1145
|
-
recurse => true,
|
1146
|
-
source => '#{source}',
|
1147
|
-
}
|
1148
|
-
MANIFEST
|
1149
|
-
|
1150
|
-
metadata = stubs_directory_metadata('modules/mymodule/not_in_files/directory')
|
1151
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source, anything).and_return([metadata])
|
1152
|
-
|
1153
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1154
|
-
expect(catalog.metadata).to be_empty
|
1155
|
-
expect(catalog.recursive_metadata).to be_empty
|
1156
|
-
end
|
1157
|
-
|
1158
|
-
it "inlines resources in 'modules' mount point resolving to a 'site' directory within the per-environment codedir" do
|
1159
|
-
# example adopted from https://github.com/puppetlabs/control-repo/blob/508b9cc/site/profile/manifests/puppetmaster.pp#L45-L49
|
1160
|
-
source = 'puppet:///modules/profile/puppetmaster'
|
1161
|
-
|
1162
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1163
|
-
file { '#{path}':
|
1164
|
-
ensure => file,
|
1165
|
-
recurse => true,
|
1166
|
-
source => '#{source}'
|
1167
|
-
}
|
1168
|
-
MANIFEST
|
1169
|
-
|
1170
|
-
# See https://github.com/puppetlabs/control-repo/blob/508b9cc/site/profile/files/puppetmaster/update-classes.sh
|
1171
|
-
dir_metadata = stubs_directory_metadata('site/profile/files/puppetmaster')
|
1172
|
-
allow(dir_metadata).to receive(:source).and_return(source)
|
1173
|
-
|
1174
|
-
child_metadata = stubs_file_metadata(checksum_type, checksum_value, './update-classes.sh')
|
1175
|
-
allow(child_metadata).to receive(:source).and_return("#{source}/update-classes.sh")
|
1176
|
-
|
1177
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source, anything).and_return([dir_metadata, child_metadata])
|
1178
|
-
|
1179
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1180
|
-
expect(catalog.metadata).to be_empty
|
1181
|
-
expect(catalog.recursive_metadata[path][source]).to eq([dir_metadata, child_metadata])
|
1182
|
-
end
|
1183
|
-
|
1184
|
-
it "inlines resources with a trailing slash" do
|
1185
|
-
source = 'puppet:///modules/mymodule/directory'
|
1186
|
-
|
1187
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1188
|
-
file { '#{path}':
|
1189
|
-
ensure => directory,
|
1190
|
-
recurse => true,
|
1191
|
-
source => '#{source}/'
|
1192
|
-
}
|
1193
|
-
MANIFEST
|
1194
|
-
|
1195
|
-
dir_metadata = stubs_directory_metadata('modules/mymodule/files/directory')
|
1196
|
-
allow(dir_metadata).to receive(:source).and_return(source)
|
1197
|
-
|
1198
|
-
child_metadata = stubs_file_metadata(checksum_type, checksum_value, './file')
|
1199
|
-
allow(child_metadata).to receive(:source).and_return("#{source}/file")
|
1200
|
-
|
1201
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:search).with(source, anything).and_return([dir_metadata, child_metadata])
|
1202
|
-
|
1203
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1204
|
-
|
1205
|
-
expect(catalog.metadata).to be_empty
|
1206
|
-
expect(catalog.recursive_metadata[path][source]).to eq([dir_metadata, child_metadata])
|
1207
|
-
end
|
1208
|
-
end
|
1209
|
-
end
|
1210
|
-
|
1211
|
-
it "skips non-file resources" do
|
1212
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1213
|
-
notify { 'hi': }
|
1214
|
-
MANIFEST
|
1215
|
-
|
1216
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1217
|
-
expect(catalog.metadata).to be_empty
|
1218
|
-
expect(catalog.recursive_metadata).to be_empty
|
1219
|
-
end
|
1220
|
-
|
1221
|
-
it "inlines windows file paths", :if => Puppet.features.posix? do
|
1222
|
-
catalog = compile_to_catalog(<<-MANIFEST, node)
|
1223
|
-
file { 'c:/foo':
|
1224
|
-
ensure => file,
|
1225
|
-
source => '#{source}'
|
1226
|
-
}
|
1227
|
-
MANIFEST
|
1228
|
-
|
1229
|
-
metadata = stubs_file_metadata(checksum_type, checksum_value, 'modules/mymodule/files/config_file.txt')
|
1230
|
-
expect(Puppet::FileServing::Metadata.indirection).to receive(:find).with(source, anything).and_return(metadata)
|
1231
|
-
|
1232
|
-
compiler.send(:inline_metadata, catalog, checksum_type)
|
1233
|
-
expect(catalog.metadata['c:/foo']).to eq(metadata)
|
1234
|
-
expect(catalog.recursive_metadata).to be_empty
|
1235
|
-
end
|
1236
|
-
end
|
1237
|
-
end
|