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,1030 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'puppet/pops'
|
3
|
-
require 'puppet_spec/pops'
|
4
|
-
require_relative '../parser/parser_rspec_helper'
|
5
|
-
|
6
|
-
describe "validating 4x" do
|
7
|
-
include ParserRspecHelper
|
8
|
-
include PuppetSpec::Pops
|
9
|
-
|
10
|
-
let(:acceptor) { Puppet::Pops::Validation::Acceptor.new() }
|
11
|
-
let(:validator) { Puppet::Pops::Validation::ValidatorFactory_4_0.new().validator(acceptor) }
|
12
|
-
let(:environment) { Puppet::Node::Environment.create(:bar, ['path']) }
|
13
|
-
|
14
|
-
def validate(factory)
|
15
|
-
validator.validate(factory.model)
|
16
|
-
acceptor
|
17
|
-
end
|
18
|
-
|
19
|
-
def deprecation_count(acceptor)
|
20
|
-
acceptor.diagnostics.select {|d| d.severity == :deprecation }.count
|
21
|
-
end
|
22
|
-
|
23
|
-
def with_environment(environment, env_params = {})
|
24
|
-
override_env = environment
|
25
|
-
override_env = environment.override_with({
|
26
|
-
modulepath: env_params[:modulepath] || environment.full_modulepath,
|
27
|
-
manifest: env_params[:manifest] || environment.manifest,
|
28
|
-
config_version: env_params[:config_version] || environment.config_version
|
29
|
-
}) if env_params.count > 0
|
30
|
-
Puppet.override(current_environment: override_env) do
|
31
|
-
yield
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
it 'should raise error for illegal class names' do
|
36
|
-
expect(validate(parse('class aaa::_bbb {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
37
|
-
expect(validate(parse('class Aaa {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
38
|
-
expect(validate(parse('class ::aaa {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
39
|
-
end
|
40
|
-
|
41
|
-
it 'should raise error for illegal define names' do
|
42
|
-
expect(validate(parse('define aaa::_bbb {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
43
|
-
expect(validate(parse('define Aaa {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
44
|
-
expect(validate(parse('define ::aaa {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
45
|
-
end
|
46
|
-
|
47
|
-
it 'should raise error for illegal function names' do
|
48
|
-
expect(validate(parse('function aaa::_bbb() {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
49
|
-
expect(validate(parse('function Aaa() {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
50
|
-
expect(validate(parse('function ::aaa() {}'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
51
|
-
end
|
52
|
-
|
53
|
-
it 'should raise error for illegal definition locations' do
|
54
|
-
with_environment(environment) do
|
55
|
-
expect(validate(parse('function aaa::ccc() {}', 'path/aaa/manifests/bbb.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
56
|
-
expect(validate(parse('class bbb() {}', 'path/aaa/manifests/init.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
57
|
-
expect(validate(parse('define aaa::bbb::ccc::eee() {}', 'path/aaa/manifests/bbb/ddd.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
it 'should not raise error for legal definition locations' do
|
62
|
-
with_environment(environment) do
|
63
|
-
expect(validate(parse('function aaa::bbb() {}', 'path/aaa/manifests/bbb.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
64
|
-
expect(validate(parse('class aaa() {}', 'path/aaa/manifests/init.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
65
|
-
expect(validate(parse('function aaa::bbB::ccc() {}', 'path/aaa/manifests/bBb.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
66
|
-
expect(validate(parse('function aaa::bbb::ccc() {}', 'path/aaa/manifests/bbb/CCC.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
it 'should not raise error for class locations when not parsing a file' do
|
71
|
-
#nil/'' file means eval or some other way to get puppet language source code into the catalog
|
72
|
-
with_environment(environment) do
|
73
|
-
expect(validate(parse('function aaa::ccc() {}', nil))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
74
|
-
expect(validate(parse('function aaa::ccc() {}', ''))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
it 'should not raise error for definitions inside initial --manifest file' do
|
79
|
-
with_environment(environment, :manifest => 'a/manifest/file.pp') do
|
80
|
-
expect(validate(parse('class aaa() {}', 'a/manifest/file.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
it 'should not raise error for definitions inside initial --manifest directory' do
|
85
|
-
with_environment(environment, :manifest => 'a/manifest/dir') do
|
86
|
-
expect(validate(parse('class aaa() {}', 'a/manifest/dir/file1.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
87
|
-
expect(validate(parse('class bbb::ccc::ddd() {}', 'a/manifest/dir/and/more/stuff.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
|
-
it 'should not raise error for definitions not inside initial --manifest but also not in modulepath' do
|
92
|
-
with_environment(environment, :manifest => 'a/manifest/somewhere/else') do
|
93
|
-
expect(validate(parse('class aaa() {}', 'a/random/dir/file1.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
it 'should not raise error for empty files in modulepath' do
|
98
|
-
with_environment(environment) do
|
99
|
-
expect(validate(parse('', 'path/aaa/manifests/init.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
100
|
-
expect(validate(parse('#this is a comment', 'path/aaa/manifests/init.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
it 'should raise error if the file is in the modulepath but is not well formed' do
|
105
|
-
with_environment(environment) do
|
106
|
-
expect(validate(parse('class aaa::bbb::ccc() {}', 'path/manifest/aaa/bbb.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
107
|
-
expect(validate(parse('class aaa::bbb::ccc() {}', 'path/aaa/bbb/manifest/ccc.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
108
|
-
end
|
109
|
-
end
|
110
|
-
|
111
|
-
it 'should not raise error for definitions not inside initial --manifest but also not in modulepath because of only a case difference' do
|
112
|
-
with_environment(environment) do
|
113
|
-
expect(validate(parse('class aaa::bb() {}', 'Path/aaa/manifests/ccc.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
it 'should not raise error when one modulepath is a substring of another' do
|
118
|
-
with_environment(environment, modulepath: ['path', 'pathplus']) do
|
119
|
-
expect(validate(parse('class aaa::ccc() {}', 'pathplus/aaa/manifests/ccc.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
120
|
-
end
|
121
|
-
end
|
122
|
-
|
123
|
-
it 'should not raise error when a modulepath ends with a file separator' do
|
124
|
-
with_environment(environment, modulepath: ['path/']) do
|
125
|
-
expect(validate(parse('class aaa::ccc() {}', 'pathplus/aaa/manifests/ccc.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
126
|
-
end
|
127
|
-
end
|
128
|
-
|
129
|
-
it 'should raise error for illegal type names' do
|
130
|
-
expect(validate(parse('type ::Aaa = Any'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_NAME)
|
131
|
-
end
|
132
|
-
|
133
|
-
it 'should raise error for illegal variable names' do
|
134
|
-
expect(validate(fqn('Aaa').var())).to have_issue(Puppet::Pops::Issues::ILLEGAL_VAR_NAME)
|
135
|
-
expect(validate(fqn('AAA').var())).to have_issue(Puppet::Pops::Issues::ILLEGAL_VAR_NAME)
|
136
|
-
expect(validate(fqn('aaa::_aaa').var())).to have_issue(Puppet::Pops::Issues::ILLEGAL_VAR_NAME)
|
137
|
-
end
|
138
|
-
|
139
|
-
it 'should not raise error for variable name with underscore first in first name segment' do
|
140
|
-
expect(validate(fqn('_aa').var())).to_not have_issue(Puppet::Pops::Issues::ILLEGAL_VAR_NAME)
|
141
|
-
expect(validate(fqn('::_aa').var())).to_not have_issue(Puppet::Pops::Issues::ILLEGAL_VAR_NAME)
|
142
|
-
end
|
143
|
-
|
144
|
-
context 'with the default settings for --strict' do
|
145
|
-
it 'produces a warning for duplicate keys in a literal hash' do
|
146
|
-
acceptor = validate(parse('{ a => 1, a => 2 }'))
|
147
|
-
expect(acceptor.warning_count).to eql(1)
|
148
|
-
expect(acceptor.error_count).to eql(0)
|
149
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::DUPLICATE_KEY)
|
150
|
-
end
|
151
|
-
|
152
|
-
it 'produces an error for illegal function locations' do
|
153
|
-
with_environment(environment) do
|
154
|
-
acceptor = validate(parse('function aaa::ccc() {}', 'path/aaa/manifests/bbb.pp'))
|
155
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
156
|
-
expect(acceptor.warning_count).to eql(0)
|
157
|
-
expect(acceptor.error_count).to eql(1)
|
158
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
159
|
-
end
|
160
|
-
end
|
161
|
-
|
162
|
-
it 'produces an error for illegal top level constructs' do
|
163
|
-
with_environment(environment) do
|
164
|
-
acceptor = validate(parse('$foo = 1', 'path/aaa/manifests/bbb.pp'))
|
165
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
166
|
-
expect(acceptor.warning_count).to eql(0)
|
167
|
-
expect(acceptor.error_count).to eql(1)
|
168
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
169
|
-
end
|
170
|
-
end
|
171
|
-
end
|
172
|
-
|
173
|
-
context 'with --strict set to warning' do
|
174
|
-
before(:each) { Puppet[:strict] = :warning }
|
175
|
-
it 'produces a warning for duplicate keys in a literal hash' do
|
176
|
-
acceptor = validate(parse('{ a => 1, a => 2 }'))
|
177
|
-
expect(acceptor.warning_count).to eql(1)
|
178
|
-
expect(acceptor.error_count).to eql(0)
|
179
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::DUPLICATE_KEY)
|
180
|
-
end
|
181
|
-
|
182
|
-
it 'produces an error for virtual class resource' do
|
183
|
-
acceptor = validate(parse('@class { test: }'))
|
184
|
-
expect(acceptor.warning_count).to eql(0)
|
185
|
-
expect(acceptor.error_count).to eql(1)
|
186
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
187
|
-
end
|
188
|
-
|
189
|
-
it 'produces an error for exported class resource' do
|
190
|
-
acceptor = validate(parse('@@class { test: }'))
|
191
|
-
expect(acceptor.warning_count).to eql(0)
|
192
|
-
expect(acceptor.error_count).to eql(1)
|
193
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
194
|
-
end
|
195
|
-
|
196
|
-
it 'produces an error for illegal function locations' do
|
197
|
-
with_environment(environment) do
|
198
|
-
acceptor = validate(parse('function aaa::ccc() {}', 'path/aaa/manifests/bbb.pp'))
|
199
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
200
|
-
expect(acceptor.warning_count).to eql(0)
|
201
|
-
expect(acceptor.error_count).to eql(1)
|
202
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
|
-
it 'produces an error for illegal top level constructs' do
|
207
|
-
with_environment(environment) do
|
208
|
-
acceptor = validate(parse('$foo = 1', 'path/aaa/manifests/bbb.pp'))
|
209
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
210
|
-
expect(acceptor.warning_count).to eql(0)
|
211
|
-
expect(acceptor.error_count).to eql(1)
|
212
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
213
|
-
end
|
214
|
-
end
|
215
|
-
end
|
216
|
-
|
217
|
-
context 'with --strict set to error' do
|
218
|
-
before(:each) { Puppet[:strict] = :error }
|
219
|
-
it 'produces an error for duplicate keys in a literal hash' do
|
220
|
-
acceptor = validate(parse('{ a => 1, a => 2 }'))
|
221
|
-
expect(acceptor.warning_count).to eql(0)
|
222
|
-
expect(acceptor.error_count).to eql(1)
|
223
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::DUPLICATE_KEY)
|
224
|
-
end
|
225
|
-
|
226
|
-
it 'produces an error for virtual class resource' do
|
227
|
-
acceptor = validate(parse('@class { test: }'))
|
228
|
-
expect(acceptor.warning_count).to eql(0)
|
229
|
-
expect(acceptor.error_count).to eql(1)
|
230
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
231
|
-
end
|
232
|
-
|
233
|
-
it 'does not produce an error for regular class resource' do
|
234
|
-
acceptor = validate(parse('class { test: }'))
|
235
|
-
expect(acceptor.warning_count).to eql(0)
|
236
|
-
expect(acceptor.error_count).to eql(0)
|
237
|
-
expect(acceptor).not_to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
238
|
-
end
|
239
|
-
|
240
|
-
it 'produces an error for exported class resource' do
|
241
|
-
acceptor = validate(parse('@@class { test: }'))
|
242
|
-
expect(acceptor.warning_count).to eql(0)
|
243
|
-
expect(acceptor.error_count).to eql(1)
|
244
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
245
|
-
end
|
246
|
-
|
247
|
-
it 'produces an error for illegal function locations' do
|
248
|
-
with_environment(environment) do
|
249
|
-
acceptor = validate(parse('function aaa::ccc() {}', 'path/aaa/manifests/bbb.pp'))
|
250
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
251
|
-
expect(acceptor.warning_count).to eql(0)
|
252
|
-
expect(acceptor.error_count).to eql(1)
|
253
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
254
|
-
end
|
255
|
-
end
|
256
|
-
|
257
|
-
it 'produces an error for illegal top level constructs' do
|
258
|
-
with_environment(environment) do
|
259
|
-
acceptor = validate(parse('$foo = 1', 'path/aaa/manifests/bbb.pp'))
|
260
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
261
|
-
expect(acceptor.warning_count).to eql(0)
|
262
|
-
expect(acceptor.error_count).to eql(1)
|
263
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
264
|
-
end
|
265
|
-
end
|
266
|
-
end
|
267
|
-
|
268
|
-
context 'with --strict set to off' do
|
269
|
-
before(:each) { Puppet[:strict] = :off }
|
270
|
-
it 'does not produce an error or warning for duplicate keys in a literal hash' do
|
271
|
-
acceptor = validate(parse('{ a => 1, a => 2 }'))
|
272
|
-
expect(acceptor.warning_count).to eql(0)
|
273
|
-
expect(acceptor.error_count).to eql(0)
|
274
|
-
expect(acceptor).to_not have_issue(Puppet::Pops::Issues::DUPLICATE_KEY)
|
275
|
-
end
|
276
|
-
|
277
|
-
it 'produces an error for illegal function locations' do
|
278
|
-
with_environment(environment) do
|
279
|
-
acceptor = validate(parse('function aaa::ccc() {}', 'path/aaa/manifests/bbb.pp'))
|
280
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
281
|
-
expect(acceptor.warning_count).to eql(0)
|
282
|
-
expect(acceptor.error_count).to eql(1)
|
283
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
284
|
-
end
|
285
|
-
end
|
286
|
-
|
287
|
-
it 'produces an error for illegal top level constructs' do
|
288
|
-
with_environment(environment) do
|
289
|
-
acceptor = validate(parse('$foo = 1', 'path/aaa/manifests/bbb.pp'))
|
290
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
291
|
-
expect(acceptor.warning_count).to eql(0)
|
292
|
-
expect(acceptor.error_count).to eql(1)
|
293
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
294
|
-
end
|
295
|
-
end
|
296
|
-
end
|
297
|
-
|
298
|
-
context 'irrespective of --strict' do
|
299
|
-
it 'produces an error for duplicate default in a case expression' do
|
300
|
-
acceptor = validate(parse('case 1 { default: {1} default : {2} }'))
|
301
|
-
expect(acceptor.warning_count).to eql(0)
|
302
|
-
expect(acceptor.error_count).to eql(1)
|
303
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::DUPLICATE_DEFAULT)
|
304
|
-
end
|
305
|
-
|
306
|
-
it 'produces an error for duplicate default in a selector expression' do
|
307
|
-
acceptor = validate(parse(' 1 ? { default => 1, default => 2 }'))
|
308
|
-
expect(acceptor.warning_count).to eql(0)
|
309
|
-
expect(acceptor.error_count).to eql(1)
|
310
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::DUPLICATE_DEFAULT)
|
311
|
-
end
|
312
|
-
|
313
|
-
it 'produces an error for virtual class resource' do
|
314
|
-
acceptor = validate(parse('@class { test: }'))
|
315
|
-
expect(acceptor.warning_count).to eql(0)
|
316
|
-
expect(acceptor.error_count).to eql(1)
|
317
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
318
|
-
end
|
319
|
-
|
320
|
-
it 'produces an error for exported class resource' do
|
321
|
-
acceptor = validate(parse('@@class { test: }'))
|
322
|
-
expect(acceptor.warning_count).to eql(0)
|
323
|
-
expect(acceptor.error_count).to eql(1)
|
324
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::CLASS_NOT_VIRTUALIZABLE)
|
325
|
-
end
|
326
|
-
end
|
327
|
-
|
328
|
-
context 'with --tasks set' do
|
329
|
-
before(:each) { Puppet[:tasks] = true }
|
330
|
-
|
331
|
-
it 'raises an error for illegal plan names' do
|
332
|
-
with_environment(environment) do
|
333
|
-
expect(validate(parse('plan aaa::ccc::eee() {}', 'path/aaa/plans/bbb/ccc/eee.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
334
|
-
expect(validate(parse('plan aaa() {}', 'path/aaa/plans/aaa.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
335
|
-
expect(validate(parse('plan aaa::bbb() {}', 'path/aaa/plans/bbb/bbb.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
336
|
-
end
|
337
|
-
end
|
338
|
-
|
339
|
-
it 'accepts legal plan names' do
|
340
|
-
with_environment(environment) do
|
341
|
-
expect(validate(parse('plan aaa::ccc::eee() {}', 'path/aaa/plans/ccc/eee.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
342
|
-
expect(validate(parse('plan aaa() {}', 'path/aaa/plans/init.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
343
|
-
expect(validate(parse('plan aaa::bbb() {}', 'path/aaa/plans/bbb.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_DEFINITION_LOCATION)
|
344
|
-
end
|
345
|
-
end
|
346
|
-
|
347
|
-
it 'produces an error for collect expressions with virtual query' do
|
348
|
-
acceptor = validate(parse("User <| title == 'admin' |>"))
|
349
|
-
expect(acceptor.error_count).to eql(1)
|
350
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
351
|
-
end
|
352
|
-
|
353
|
-
it 'produces an error for collect expressions with exported query' do
|
354
|
-
acceptor = validate(parse("User <<| title == 'admin' |>>"))
|
355
|
-
expect(acceptor.error_count).to eql(1)
|
356
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
357
|
-
end
|
358
|
-
|
359
|
-
it 'produces an error for class expressions' do
|
360
|
-
acceptor = validate(parse('class test {}'))
|
361
|
-
expect(acceptor.error_count).to eql(1)
|
362
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
363
|
-
end
|
364
|
-
|
365
|
-
it 'produces an error for node expressions' do
|
366
|
-
acceptor = validate(parse('node default {}'))
|
367
|
-
expect(acceptor.error_count).to eql(1)
|
368
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
369
|
-
end
|
370
|
-
|
371
|
-
it 'produces an error for relationship expressions' do
|
372
|
-
acceptor = validate(parse('$x -> $y'))
|
373
|
-
expect(acceptor.error_count).to eql(1)
|
374
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
375
|
-
end
|
376
|
-
|
377
|
-
it 'produces an error for resource expressions' do
|
378
|
-
acceptor = validate(parse('notify { nope: }'))
|
379
|
-
expect(acceptor.error_count).to eql(1)
|
380
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
381
|
-
end
|
382
|
-
|
383
|
-
it 'produces an error for resource default expressions' do
|
384
|
-
acceptor = validate(parse("File { mode => '0644' }"))
|
385
|
-
expect(acceptor.error_count).to eql(1)
|
386
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
387
|
-
end
|
388
|
-
|
389
|
-
it 'produces an error for resource override expressions' do
|
390
|
-
acceptor = validate(parse("File['/tmp/foo'] { mode => '0644' }"))
|
391
|
-
expect(acceptor.error_count).to eql(1)
|
392
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
393
|
-
end
|
394
|
-
|
395
|
-
it 'produces an error for resource definitions' do
|
396
|
-
acceptor = validate(parse('define foo($a) {}'))
|
397
|
-
expect(acceptor.error_count).to eql(1)
|
398
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
399
|
-
end
|
400
|
-
|
401
|
-
context 'validating apply() blocks' do
|
402
|
-
it 'allows empty apply() blocks' do
|
403
|
-
acceptor = validate(parse('apply("foo.example.com") { }'))
|
404
|
-
expect(acceptor.error_count).to eql(0)
|
405
|
-
end
|
406
|
-
|
407
|
-
it 'allows apply() with a single expression' do
|
408
|
-
acceptor = validate(parse('apply("foo.example.com") { include foo }'))
|
409
|
-
expect(acceptor.error_count).to eql(0)
|
410
|
-
end
|
411
|
-
|
412
|
-
it 'allows apply() with multiple expressions' do
|
413
|
-
acceptor = validate(parse('apply("foo.example.com") { $message = "hello!"; notify { $message: } }'))
|
414
|
-
expect(acceptor.error_count).to eql(0)
|
415
|
-
end
|
416
|
-
|
417
|
-
it 'allows apply to be used as a resource attribute name' do
|
418
|
-
acceptor = validate(parse('apply("foo.example.com") { sometype { "resourcetitle": apply => "applyvalue" } }'))
|
419
|
-
expect(acceptor.error_count).to eql(0)
|
420
|
-
end
|
421
|
-
|
422
|
-
it 'accepts multiple arguments' do
|
423
|
-
acceptor = validate(parse('apply(["foo.example.com"], { "other" => "args" }) { }'))
|
424
|
-
expect(acceptor.error_count).to eql(0)
|
425
|
-
end
|
426
|
-
|
427
|
-
it 'allows virtual resource collectors' do
|
428
|
-
acceptor = validate(parse("apply('foo.example.com') { @user { 'foo': }; User <| title == 'foo' |> }"))
|
429
|
-
expect(acceptor.error_count).to eql(0)
|
430
|
-
end
|
431
|
-
|
432
|
-
it 'rejects exported resource collectors' do
|
433
|
-
acceptor = validate(parse("apply('foo.example.com') { @@user { 'foo': }; User <<| title == 'foo' |>> }"))
|
434
|
-
expect(acceptor.error_count).to eql(1)
|
435
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_COMPILING)
|
436
|
-
end
|
437
|
-
|
438
|
-
it 'allows relationship expressions' do
|
439
|
-
acceptor = validate(parse('apply("foo.example.com") { $x -> $y }'))
|
440
|
-
expect(acceptor.error_count).to eql(0)
|
441
|
-
end
|
442
|
-
|
443
|
-
it 'allows resource default expressions' do
|
444
|
-
acceptor = validate(parse("apply('foo.example.com') { File { mode => '0644' } }"))
|
445
|
-
expect(acceptor.error_count).to eql(0)
|
446
|
-
end
|
447
|
-
|
448
|
-
it 'allows resource override expressions' do
|
449
|
-
acceptor = validate(parse("apply('foo.example.com') { File['/tmp/foo'] { mode => '0644' } }"))
|
450
|
-
expect(acceptor.error_count).to eql(0)
|
451
|
-
end
|
452
|
-
|
453
|
-
it 'can be assigned' do
|
454
|
-
acceptor = validate(parse('$result = apply("foo.example.com") { notify { "hello!": } }'))
|
455
|
-
expect(acceptor.error_count).to eql(0)
|
456
|
-
end
|
457
|
-
|
458
|
-
it 'produces an error for class expressions' do
|
459
|
-
acceptor = validate(parse('apply("foo.example.com") { class test {} }'))
|
460
|
-
expect(acceptor.error_count).to eql(1)
|
461
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
462
|
-
end
|
463
|
-
|
464
|
-
it 'allows node expressions' do
|
465
|
-
acceptor = validate(parse('apply("foo.example.com") { node default {} }'))
|
466
|
-
expect(acceptor.error_count).to eql(0)
|
467
|
-
end
|
468
|
-
|
469
|
-
it 'produces an error for node expressions nested in a block' do
|
470
|
-
acceptor = validate(parse('apply("foo.example.com") { if true { node default {} } }'))
|
471
|
-
expect(acceptor.error_count).to eql(1)
|
472
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::NOT_TOP_LEVEL)
|
473
|
-
end
|
474
|
-
|
475
|
-
it 'produces an error for resource definitions' do
|
476
|
-
acceptor = validate(parse('apply("foo.example.com") { define foo($a) {} }'))
|
477
|
-
expect(acceptor.error_count).to eql(1)
|
478
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_SCRIPTING)
|
479
|
-
end
|
480
|
-
|
481
|
-
it 'produces an error for apply() inside apply()' do
|
482
|
-
acceptor = validate(parse('apply("foo.example.com") { apply("foo.example.com") { } }'))
|
483
|
-
expect(acceptor.error_count).to eql(1)
|
484
|
-
expect(acceptor).to have_issue(Puppet::Pops::Issues::EXPRESSION_NOT_SUPPORTED_WHEN_COMPILING)
|
485
|
-
end
|
486
|
-
|
487
|
-
it 'allows multiple consecutive apply() blocks' do
|
488
|
-
acceptor = validate(parse('apply("foo.example.com") { } apply("foo.example.com") { }'))
|
489
|
-
expect(acceptor.error_count).to eql(0)
|
490
|
-
end
|
491
|
-
end
|
492
|
-
end
|
493
|
-
|
494
|
-
context 'for non productive expressions' do
|
495
|
-
[ '1',
|
496
|
-
'3.14',
|
497
|
-
"'a'",
|
498
|
-
'"a"',
|
499
|
-
'"${$a=10}"', # interpolation with side effect
|
500
|
-
'false',
|
501
|
-
'true',
|
502
|
-
'default',
|
503
|
-
'undef',
|
504
|
-
'[1,2,3]',
|
505
|
-
'{a=>10}',
|
506
|
-
'if 1 {2}',
|
507
|
-
'if 1 {2} else {3}',
|
508
|
-
'if 1 {2} elsif 3 {4}',
|
509
|
-
'unless 1 {2}',
|
510
|
-
'unless 1 {2} else {3}',
|
511
|
-
'1 ? 2 => 3',
|
512
|
-
'1 ? { 2 => 3}',
|
513
|
-
'-1',
|
514
|
-
'-foo()', # unary minus on productive
|
515
|
-
'1+2',
|
516
|
-
'1<2',
|
517
|
-
'(1<2)',
|
518
|
-
'!true',
|
519
|
-
'!foo()', # not on productive
|
520
|
-
'$a',
|
521
|
-
'$a[1]',
|
522
|
-
'name',
|
523
|
-
'Type',
|
524
|
-
'Type[foo]'
|
525
|
-
].each do |expr|
|
526
|
-
it "produces error for non productive: #{expr}" do
|
527
|
-
source = "#{expr}; $a = 10"
|
528
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::IDEM_EXPRESSION_NOT_LAST)
|
529
|
-
end
|
530
|
-
|
531
|
-
it "does not produce error when last for non productive: #{expr}" do
|
532
|
-
source = " $a = 10; #{expr}"
|
533
|
-
expect(validate(parse(source))).to_not have_issue(Puppet::Pops::Issues::IDEM_EXPRESSION_NOT_LAST)
|
534
|
-
end
|
535
|
-
end
|
536
|
-
|
537
|
-
[
|
538
|
-
'if 1 {$a = 1}',
|
539
|
-
'if 1 {2} else {$a=1}',
|
540
|
-
'if 1 {2} elsif 3 {$a=1}',
|
541
|
-
'unless 1 {$a=1}',
|
542
|
-
'unless 1 {2} else {$a=1}',
|
543
|
-
'$a = 1 ? 2 => 3',
|
544
|
-
'$a = 1 ? { 2 => 3}',
|
545
|
-
'Foo[a] -> Foo[b]',
|
546
|
-
'($a=1)',
|
547
|
-
'foo()',
|
548
|
-
'$a.foo()',
|
549
|
-
'"foo" =~ /foo/', # may produce or modify $n vars
|
550
|
-
'"foo" !~ /foo/', # may produce or modify $n vars
|
551
|
-
].each do |expr|
|
552
|
-
|
553
|
-
it "does not produce error when for productive: #{expr}" do
|
554
|
-
source = "#{expr}; $x = 1"
|
555
|
-
expect(validate(parse(source))).to_not have_issue(Puppet::Pops::Issues::IDEM_EXPRESSION_NOT_LAST)
|
556
|
-
end
|
557
|
-
end
|
558
|
-
|
559
|
-
['class', 'define', 'node'].each do |type|
|
560
|
-
it "flags non productive expression last in #{type}" do
|
561
|
-
source = <<-SOURCE
|
562
|
-
#{type} nope {
|
563
|
-
1
|
564
|
-
}
|
565
|
-
end
|
566
|
-
SOURCE
|
567
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::IDEM_NOT_ALLOWED_LAST)
|
568
|
-
end
|
569
|
-
|
570
|
-
it "detects a resource declared without title in #{type} when it is the only declaration present" do
|
571
|
-
source = <<-SOURCE
|
572
|
-
#{type} nope {
|
573
|
-
notify { message => 'Nope' }
|
574
|
-
}
|
575
|
-
SOURCE
|
576
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESOURCE_WITHOUT_TITLE)
|
577
|
-
end
|
578
|
-
|
579
|
-
it "detects a resource declared without title in #{type} when it is in between other declarations" do
|
580
|
-
source = <<-SOURCE
|
581
|
-
#{type} nope {
|
582
|
-
notify { succ: message => 'Nope' }
|
583
|
-
notify { message => 'Nope' }
|
584
|
-
notify { pred: message => 'Nope' }
|
585
|
-
}
|
586
|
-
SOURCE
|
587
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESOURCE_WITHOUT_TITLE)
|
588
|
-
end
|
589
|
-
|
590
|
-
it "detects a resource declared without title in #{type} when it is declarated first" do
|
591
|
-
source = <<-SOURCE
|
592
|
-
#{type} nope {
|
593
|
-
notify { message => 'Nope' }
|
594
|
-
notify { pred: message => 'Nope' }
|
595
|
-
}
|
596
|
-
SOURCE
|
597
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESOURCE_WITHOUT_TITLE)
|
598
|
-
end
|
599
|
-
|
600
|
-
it "detects a resource declared without title in #{type} when it is declarated last" do
|
601
|
-
source = <<-SOURCE
|
602
|
-
#{type} nope {
|
603
|
-
notify { succ: message => 'Nope' }
|
604
|
-
notify { message => 'Nope' }
|
605
|
-
}
|
606
|
-
SOURCE
|
607
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESOURCE_WITHOUT_TITLE)
|
608
|
-
end
|
609
|
-
end
|
610
|
-
end
|
611
|
-
|
612
|
-
context 'for reserved words' do
|
613
|
-
['private', 'attr'].each do |word|
|
614
|
-
it "produces an error for the word '#{word}'" do
|
615
|
-
source = "$a = #{word}"
|
616
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESERVED_WORD)
|
617
|
-
end
|
618
|
-
end
|
619
|
-
end
|
620
|
-
|
621
|
-
context 'for reserved type names' do
|
622
|
-
[# type/Type, is a reserved name but results in syntax error because it is a keyword in lower case form
|
623
|
-
'any',
|
624
|
-
'unit',
|
625
|
-
'scalar',
|
626
|
-
'boolean',
|
627
|
-
'numeric',
|
628
|
-
'integer',
|
629
|
-
'float',
|
630
|
-
'collection',
|
631
|
-
'array',
|
632
|
-
'hash',
|
633
|
-
'tuple',
|
634
|
-
'struct',
|
635
|
-
'variant',
|
636
|
-
'optional',
|
637
|
-
'enum',
|
638
|
-
'regexp',
|
639
|
-
'pattern',
|
640
|
-
'runtime',
|
641
|
-
'init',
|
642
|
-
'object',
|
643
|
-
'sensitive',
|
644
|
-
'semver',
|
645
|
-
'semverrange',
|
646
|
-
'string',
|
647
|
-
'timestamp',
|
648
|
-
'timespan',
|
649
|
-
'typeset',
|
650
|
-
].each do |name|
|
651
|
-
|
652
|
-
it "produces an error for 'class #{name}'" do
|
653
|
-
source = "class #{name} {}"
|
654
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESERVED_TYPE_NAME)
|
655
|
-
end
|
656
|
-
|
657
|
-
it "produces an error for 'define #{name}'" do
|
658
|
-
source = "define #{name} {}"
|
659
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESERVED_TYPE_NAME)
|
660
|
-
end
|
661
|
-
end
|
662
|
-
end
|
663
|
-
|
664
|
-
context 'for keywords' do
|
665
|
-
it "should allow using the 'type' as the name of a function with no parameters" do
|
666
|
-
source = "type()"
|
667
|
-
expect(validate(parse(source))).not_to have_any_issues
|
668
|
-
end
|
669
|
-
|
670
|
-
it "should allow using the keyword 'type' as the name of a function with parameters" do
|
671
|
-
source = "type('a', 'b')"
|
672
|
-
expect(validate(parse(source))).not_to have_any_issues
|
673
|
-
end
|
674
|
-
|
675
|
-
it "should allow using the 'type' as the name of a function with no parameters and a block" do
|
676
|
-
source = "type() |$x| { $x }"
|
677
|
-
expect(validate(parse(source))).not_to have_any_issues
|
678
|
-
end
|
679
|
-
|
680
|
-
it "should allow using the keyword 'type' as the name of a function with parameters and a block" do
|
681
|
-
source = "type('a', 'b') |$x| { $x }"
|
682
|
-
expect(validate(parse(source))).not_to have_any_issues
|
683
|
-
end
|
684
|
-
end
|
685
|
-
|
686
|
-
context 'for hash keys' do
|
687
|
-
it "should not allow reassignment of hash keys" do
|
688
|
-
source = "$my_hash = {'one' => '1', 'two' => '2' }; $my_hash['one']='1.5'"
|
689
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_INDEXED_ASSIGNMENT)
|
690
|
-
end
|
691
|
-
end
|
692
|
-
|
693
|
-
context 'for parameter names' do
|
694
|
-
['class', 'define'].each do |word|
|
695
|
-
it "should require that #{word} parameter names are unique" do
|
696
|
-
expect(validate(parse("#{word} foo($a = 10, $a = 20) {}"))).to have_issue(Puppet::Pops::Issues::DUPLICATE_PARAMETER)
|
697
|
-
end
|
698
|
-
end
|
699
|
-
|
700
|
-
it "should require that template parameter names are unique" do
|
701
|
-
expect(validate(parse_epp("<%-| $a, $a |-%><%= $a == doh %>"))).to have_issue(Puppet::Pops::Issues::DUPLICATE_PARAMETER)
|
702
|
-
end
|
703
|
-
end
|
704
|
-
|
705
|
-
context 'for parameter defaults' do
|
706
|
-
['class', 'define'].each do |word|
|
707
|
-
it "should not permit assignments in #{word} parameter default expressions" do
|
708
|
-
expect { parse("#{word} foo($a = $x = 10) {}") }.to raise_error(Puppet::ParseErrorWithIssue, /Syntax error at '='/)
|
709
|
-
end
|
710
|
-
end
|
711
|
-
|
712
|
-
['class', 'define'].each do |word|
|
713
|
-
it "should not permit assignments in #{word} parameter default nested expressions" do
|
714
|
-
expect(validate(parse("#{word} foo($a = [$x = 10]) {}"))).to have_issue(Puppet::Pops::Issues::ILLEGAL_ASSIGNMENT_CONTEXT)
|
715
|
-
end
|
716
|
-
|
717
|
-
it "should not permit assignments to subsequently declared parameters in #{word} parameter default nested expressions" do
|
718
|
-
expect(validate(parse("#{word} foo($a = ($b = 3), $b = 5) {}"))).to have_issue(Puppet::Pops::Issues::ILLEGAL_ASSIGNMENT_CONTEXT)
|
719
|
-
end
|
720
|
-
|
721
|
-
it "should not permit assignments to previously declared parameters in #{word} parameter default nested expressions" do
|
722
|
-
expect(validate(parse("#{word} foo($a = 10, $b = ($a = 10)) {}"))).to have_issue(Puppet::Pops::Issues::ILLEGAL_ASSIGNMENT_CONTEXT)
|
723
|
-
end
|
724
|
-
|
725
|
-
it "should permit assignments in #{word} parameter default inside nested lambda expressions" do
|
726
|
-
expect(validate(parse(
|
727
|
-
"#{word} foo($a = [1,2,3], $b = 0, $c = $a.map |$x| { $b = $x; $b * $a.reduce |$x, $y| {$x + $y}}) {}"))).not_to(
|
728
|
-
have_issue(Puppet::Pops::Issues::ILLEGAL_ASSIGNMENT_CONTEXT))
|
729
|
-
end
|
730
|
-
end
|
731
|
-
end
|
732
|
-
|
733
|
-
context 'for reserved parameter names' do
|
734
|
-
['name', 'title'].each do |word|
|
735
|
-
it "produces an error when $#{word} is used as a parameter in a class" do
|
736
|
-
source = "class x ($#{word}) {}"
|
737
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESERVED_PARAMETER)
|
738
|
-
end
|
739
|
-
|
740
|
-
it "produces an error when $#{word} is used as a parameter in a define" do
|
741
|
-
source = "define x ($#{word}) {}"
|
742
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::RESERVED_PARAMETER)
|
743
|
-
end
|
744
|
-
end
|
745
|
-
|
746
|
-
end
|
747
|
-
|
748
|
-
context 'for numeric parameter names' do
|
749
|
-
['1', '0x2', '03'].each do |word|
|
750
|
-
it "produces an error when $#{word} is used as a parameter in a class" do
|
751
|
-
source = "class x ($#{word}) {}"
|
752
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_NUMERIC_PARAMETER)
|
753
|
-
end
|
754
|
-
end
|
755
|
-
end
|
756
|
-
|
757
|
-
context 'for badly formed non-numeric parameter names' do
|
758
|
-
['Ateam', 'a::team'].each do |word|
|
759
|
-
it "produces an error when $#{word} is used as a parameter in a class" do
|
760
|
-
source = "class x ($#{word}) {}"
|
761
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_PARAM_NAME)
|
762
|
-
end
|
763
|
-
|
764
|
-
it "produces an error when $#{word} is used as a parameter in a define" do
|
765
|
-
source = "define x ($#{word}) {}"
|
766
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_PARAM_NAME)
|
767
|
-
end
|
768
|
-
|
769
|
-
it "produces an error when $#{word} is used as a parameter in a lambda" do
|
770
|
-
source = "with() |$#{word}| {}"
|
771
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_PARAM_NAME)
|
772
|
-
end
|
773
|
-
end
|
774
|
-
end
|
775
|
-
|
776
|
-
context 'top level constructs' do
|
777
|
-
def issue(at_top)
|
778
|
-
at_top ? Puppet::Pops::Issues::NOT_ABSOLUTE_TOP_LEVEL : Puppet::Pops::Issues::NOT_TOP_LEVEL
|
779
|
-
end
|
780
|
-
|
781
|
-
# Top level. Defines the expressions that are tested inside of other things
|
782
|
-
{
|
783
|
-
'a class' => ['class x{}', false],
|
784
|
-
'a define' => ['define x{}', false],
|
785
|
-
'a node' => ['node x{}', false],
|
786
|
-
'a function' => ['function x() {}', true],
|
787
|
-
'a type alias' => ['type A = Data', true],
|
788
|
-
'a type alias for a complex type' => ['type C = Hash[String[1],Integer]', true],
|
789
|
-
'a type definition' => ['type A {}', true]
|
790
|
-
}.each_pair do |word, (decl, at_top)|
|
791
|
-
# Nesting level. Defines how each of the top level expressions are nested in
|
792
|
-
# another expression
|
793
|
-
{
|
794
|
-
'a define' => ["define y{ #{decl} }", at_top],
|
795
|
-
'a function' => ["function y() { #{decl} }", at_top],
|
796
|
-
'a type definition' => ["type A { #{decl} }", at_top],
|
797
|
-
'an if expression' => ["if true { #{decl} }", false],
|
798
|
-
'an if-else expression' => ["if false {} else { #{decl} }", false],
|
799
|
-
'an unless' => ["unless false { #{decl} }", false]
|
800
|
-
}.each_pair do |nester, (source, abs_top)|
|
801
|
-
# Tests each top level expression in each nested expression
|
802
|
-
it "produces an error when #{word} is nested in #{nester}" do
|
803
|
-
expect(validate(parse(source))).to have_issue(issue(abs_top))
|
804
|
-
end
|
805
|
-
end
|
806
|
-
|
807
|
-
# Test that the expression can exist anywhere in a top level block
|
808
|
-
|
809
|
-
it "will allow #{word} as the only statement in a top level block" do
|
810
|
-
expect(validate(parse(decl))).not_to have_issue(issue(at_top))
|
811
|
-
end
|
812
|
-
|
813
|
-
it "will allow #{word} as the last statement in a top level block" do
|
814
|
-
source = "$a = 10\n#{decl}"
|
815
|
-
expect(validate(parse(source))).not_to have_issue(issue(at_top))
|
816
|
-
end
|
817
|
-
|
818
|
-
it "will allow #{word} as the first statement in a top level block" do
|
819
|
-
source = "#{decl}\n$a = 10"
|
820
|
-
expect(validate(parse(source))).not_to have_issue(issue(at_top))
|
821
|
-
end
|
822
|
-
|
823
|
-
it "will allow #{word} in between other statements in a top level block" do
|
824
|
-
source = "$a = 10\n#{decl}\n$b = 20"
|
825
|
-
expect(validate(parse(source))).not_to have_issue(issue(at_top))
|
826
|
-
end
|
827
|
-
end
|
828
|
-
|
829
|
-
context 'that are type aliases' do
|
830
|
-
it 'raises errors when RHS is a name that is an invalid reference' do
|
831
|
-
source = 'type MyInt = integer'
|
832
|
-
expect { parse(source) }.to raise_error(/Syntax error at 'integer'/)
|
833
|
-
end
|
834
|
-
|
835
|
-
it 'raises errors when RHS is an AccessExpression with a name that is an invalid reference on LHS' do
|
836
|
-
source = 'type IntegerArray = array[Integer]'
|
837
|
-
expect { parse(source) }.to raise_error(/Syntax error at 'array'/)
|
838
|
-
end
|
839
|
-
end
|
840
|
-
|
841
|
-
context 'that are functions' do
|
842
|
-
it 'accepts typed parameters' do
|
843
|
-
source = <<-CODE
|
844
|
-
function f(Integer $a) { $a }
|
845
|
-
CODE
|
846
|
-
expect(validate(parse(source))).not_to have_any_issues
|
847
|
-
end
|
848
|
-
|
849
|
-
it 'accepts return types' do
|
850
|
-
source = <<-CODE
|
851
|
-
function f() >> Integer { 42 }
|
852
|
-
CODE
|
853
|
-
expect(validate(parse(source))).not_to have_any_issues
|
854
|
-
end
|
855
|
-
|
856
|
-
it 'accepts block with return types' do
|
857
|
-
source = <<-CODE
|
858
|
-
map([1,2]) |Integer $x| >> Integer { $x + 3 }
|
859
|
-
CODE
|
860
|
-
expect(validate(parse(source))).not_to have_any_issues
|
861
|
-
end
|
862
|
-
end
|
863
|
-
|
864
|
-
context 'that are type mappings' do
|
865
|
-
it 'accepts a valid type mapping expression' do
|
866
|
-
source = <<-CODE
|
867
|
-
type Runtime[ruby, 'MyModule::MyObject'] = MyPackage::MyObject
|
868
|
-
notice(true)
|
869
|
-
CODE
|
870
|
-
expect(validate(parse(source))).not_to have_any_issues
|
871
|
-
end
|
872
|
-
|
873
|
-
it 'accepts a valid regexp based type mapping expression' do
|
874
|
-
source = <<-CODE
|
875
|
-
type Runtime[ruby, [/^MyPackage::(\w+)$/, 'MyModule::\1']] = [/^MyModule::(\w+)$/, 'MyPackage::\1']
|
876
|
-
notice(true)
|
877
|
-
CODE
|
878
|
-
expect(validate(parse(source))).not_to have_any_issues
|
879
|
-
end
|
880
|
-
|
881
|
-
it 'raises an error when a regexp based Runtime type is paired with a Puppet Type' do
|
882
|
-
source = <<-CODE
|
883
|
-
type Runtime[ruby, [/^MyPackage::(\w+)$/, 'MyModule::\1']] = MyPackage::MyObject
|
884
|
-
notice(true)
|
885
|
-
CODE
|
886
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_REGEXP_TYPE_MAPPING)
|
887
|
-
end
|
888
|
-
|
889
|
-
it 'raises an error when a singleton Runtime type is paired with replacement pattern' do
|
890
|
-
source = <<-CODE
|
891
|
-
type Runtime[ruby, 'MyModule::MyObject'] = [/^MyModule::(\w+)$/, 'MyPackage::\1']
|
892
|
-
notice(true)
|
893
|
-
CODE
|
894
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::ILLEGAL_SINGLE_TYPE_MAPPING)
|
895
|
-
end
|
896
|
-
|
897
|
-
it 'raises errors unless LHS is Runtime type' do
|
898
|
-
source = <<-CODE
|
899
|
-
type Pattern[/^MyPackage::(\w+)$/, 'MyModule::\1'] = [/^MyModule::(\w+)$/, 'MyPackage::\1']
|
900
|
-
notice(true)
|
901
|
-
CODE
|
902
|
-
expect(validate(parse(source))).to have_issue(Puppet::Pops::Issues::UNSUPPORTED_EXPRESSION)
|
903
|
-
end
|
904
|
-
end
|
905
|
-
end
|
906
|
-
|
907
|
-
context 'top level constructs' do
|
908
|
-
{
|
909
|
-
'a class' => 'class x{}',
|
910
|
-
'a define' => 'define x{}',
|
911
|
-
'a function' => 'function x() {}',
|
912
|
-
'a type alias' => 'type A = Data',
|
913
|
-
'a type alias for a complex type' => 'type C = Hash[String[1],Integer]',
|
914
|
-
'a type definition' => 'type A {}',
|
915
|
-
}.each_pair do |word, source|
|
916
|
-
it "will not have an issue with #{word} at the top level in a module" do
|
917
|
-
with_environment(environment) do
|
918
|
-
expect(validate(parse(source, 'path/x/manifests/init.pp'))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
919
|
-
end
|
920
|
-
end
|
921
|
-
end
|
922
|
-
end
|
923
|
-
|
924
|
-
context 'non-top level constructs' do
|
925
|
-
{
|
926
|
-
'an assignment' => '$foo = 1',
|
927
|
-
'a resource' => 'notify { nope: }',
|
928
|
-
'a resource default' => "Notify { message => 'yo' }",
|
929
|
-
'a function call' => "include 'foo'",
|
930
|
-
'a node definition' => 'node default {}',
|
931
|
-
'an expression' => '1+1',
|
932
|
-
'a conditional' => 'if true {42}',
|
933
|
-
'a literal value' => '42',
|
934
|
-
'a virtual collector' => 'User <| tag == web |>',
|
935
|
-
'an exported collector' => 'Sshkey <<| |>>',
|
936
|
-
}.each_pair do |word, source|
|
937
|
-
it "will have an issue with #{word} at the top level in a module" do
|
938
|
-
with_environment(environment) do
|
939
|
-
expect(validate(parse(source, 'path/x/manifests/init.pp'))).to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
940
|
-
end
|
941
|
-
end
|
942
|
-
|
943
|
-
it "will not have an issue with #{word} at top level not in a module" do
|
944
|
-
with_environment(environment) do
|
945
|
-
expect(validate(parse(source))).not_to have_issue(Puppet::Pops::Issues::ILLEGAL_TOP_CONSTRUCT_LOCATION)
|
946
|
-
end
|
947
|
-
end
|
948
|
-
end
|
949
|
-
|
950
|
-
it "allows a reserved type name" do
|
951
|
-
source = <<-SOURCE
|
952
|
-
class foo {
|
953
|
-
define string() {}
|
954
|
-
foo::string { 'a': }
|
955
|
-
}
|
956
|
-
SOURCE
|
957
|
-
|
958
|
-
acceptor = validate(parse(source, 'path/foo/manifests/init.pp'))
|
959
|
-
expect(acceptor.error_count).to eql(0)
|
960
|
-
end
|
961
|
-
|
962
|
-
it "will give multiple errors in one file with multiple issues" do
|
963
|
-
source = <<-SOURCE
|
964
|
-
class foo {}
|
965
|
-
notify { nope: }
|
966
|
-
node bar {}
|
967
|
-
|
968
|
-
$a = 7
|
969
|
-
SOURCE
|
970
|
-
|
971
|
-
with_environment(environment) do
|
972
|
-
acceptor = validate(parse(source, 'path/foo/manifests/init.pp'))
|
973
|
-
expect(deprecation_count(acceptor)).to eql(0)
|
974
|
-
expect(acceptor.warning_count).to eql(0)
|
975
|
-
expect(acceptor.error_count).to eql(3)
|
976
|
-
|
977
|
-
expect(acceptor.errors[0].source_pos.line).to eql(2)
|
978
|
-
expect(acceptor.errors[1].source_pos.line).to eql(3)
|
979
|
-
expect(acceptor.errors[2].source_pos.line).to eql(5)
|
980
|
-
end
|
981
|
-
end
|
982
|
-
[
|
983
|
-
"application",
|
984
|
-
"consumes",
|
985
|
-
"produces",
|
986
|
-
"site",
|
987
|
-
].each do |kw|
|
988
|
-
it "allow usage of #{kw} keyword (it was reserved in puppet 6.x)" do
|
989
|
-
source = <<-SOURCE
|
990
|
-
class foo (
|
991
|
-
$#{kw},
|
992
|
-
) {
|
993
|
-
notice $#{kw}
|
994
|
-
}
|
995
|
-
|
996
|
-
class { foo:
|
997
|
-
#{kw} => 'bar'
|
998
|
-
}
|
999
|
-
SOURCE
|
1000
|
-
|
1001
|
-
acceptor = validate(parse(source, 'path/foo/manifests/init.pp'))
|
1002
|
-
expect(acceptor.error_count).to eql(0)
|
1003
|
-
end
|
1004
|
-
end
|
1005
|
-
end
|
1006
|
-
|
1007
|
-
context 'literal values' do
|
1008
|
-
it 'rejects a literal integer outside of max signed 64 bit range' do
|
1009
|
-
expect(validate(parse("0x8000000000000000"))).to have_issue(Puppet::Pops::Issues::NUMERIC_OVERFLOW)
|
1010
|
-
end
|
1011
|
-
|
1012
|
-
it 'rejects a literal integer outside of min signed 64 bit range' do
|
1013
|
-
expect(validate(parse("-0x8000000000000001"))).to have_issue(Puppet::Pops::Issues::NUMERIC_OVERFLOW)
|
1014
|
-
end
|
1015
|
-
end
|
1016
|
-
|
1017
|
-
context 'uses a var pattern that is performant' do
|
1018
|
-
it 'such that illegal VAR_NAME is not too slow' do
|
1019
|
-
t = Time.now.nsec
|
1020
|
-
result = '$hg_oais::archivematica::requirements::automation_tools::USER' =~ Puppet::Pops::Patterns::VAR_NAME
|
1021
|
-
t2 = Time.now.nsec
|
1022
|
-
expect(result).to be(nil)
|
1023
|
-
expect(t2-t).to be < 1000000 # one ms as a check for very slow operation, is in fact at ~< 10 microsecond
|
1024
|
-
end
|
1025
|
-
end
|
1026
|
-
|
1027
|
-
def parse(source, path=nil)
|
1028
|
-
Puppet::Pops::Parser::Parser.new.parse_string(source, path)
|
1029
|
-
end
|
1030
|
-
end
|