puppet-retrospec 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +35 -0
- data/.rspec +1 -0
- data/CHANGELOG.md +11 -7
- data/Gemfile +13 -5
- data/Gemfile.lock +1 -0
- data/README.md +1 -1
- data/Rakefile +4 -2
- data/VERSION +1 -1
- data/lib/retrospec/plugins/v1/plugin/generators/fact_generator.rb +1 -1
- data/lib/retrospec/plugins/v1/plugin/generators/function_generator.rb +3 -3
- data/lib/retrospec/plugins/v1/plugin/generators/provider_generator.rb +3 -1
- data/lib/retrospec/plugins/v1/plugin/generators/schema_generator.rb +7 -7
- data/lib/retrospec/plugins/v1/plugin/puppet.rb +4 -1
- data/lib/retrospec/plugins/v1/plugin/version.rb +1 -1
- data/puppet-retrospec.gemspec +10 -561
- data/spec/spec_helper.rb +18 -6
- data/spec/unit/generators/fact_generater_spec.rb +5 -1
- data/spec/unit/generators/function_generator_spec.rb +4 -0
- data/spec/unit/generators/parsers/fact_spec.rb +2 -2
- data/spec/unit/generators/provider_generator_spec.rb +4 -0
- data/spec/unit/generators/type_generator_spec.rb +6 -1
- data/spec/unit/module_spec.rb +1 -1
- data/spec/unit/puppet-retrospec_spec.rb +31 -28
- data/spec/unit/resource_spec.rb +1 -1
- metadata +27 -633
- data/.travis.yml +0 -29
- data/spec/fixtures/facts/datacenter_facts.rb +0 -15
- data/spec/fixtures/facts/facts_with_methods.rb +0 -19
- data/spec/fixtures/facts/node_role.rb +0 -8
- data/spec/fixtures/facts/oracle_controls.rb +0 -38
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/another_resource.pp +0 -29
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/inherits_params.pp +0 -8
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/one_resource_class.pp +0 -6
- data/spec/fixtures/fixture_modules/one_resource_module/manifests/params.pp +0 -19
- data/spec/fixtures/fixture_modules/required_parameters/manifests/init.pp +0 -8
- data/spec/fixtures/fixture_modules/sample_module/lib/facter/fix_installed.rb +0 -11
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/awesome_parser.rb +0 -13
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/functions/reduce.rb +0 -31
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/bad_sha1.rb +0 -6
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/defined.rb +0 -94
- data/spec/fixtures/fixture_modules/sample_module/lib/puppet/parser/functions/sha1.rb +0 -6
- data/spec/fixtures/fixture_modules/sample_module/spec/unit/facter/fix_installed_spec.rb +0 -21
- data/spec/fixtures/fixture_modules/zero_resource_module/manifests/empty_class.pp +0 -3
- data/spec/fixtures/fixture_modules/zero_resource_module/manifests/not_a_resource_defination.pp +0 -1
- data/spec/fixtures/fixture_modules/zero_resource_module/metadata.json +0 -13
- data/spec/fixtures/manifests/includes-class.pp +0 -26
- data/spec/fixtures/manifests/includes-defines.pp +0 -26
- data/spec/fixtures/modules/concat/CHANGELOG.md +0 -257
- data/spec/fixtures/modules/concat/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/concat/Gemfile +0 -50
- data/spec/fixtures/modules/concat/LICENSE +0 -14
- data/spec/fixtures/modules/concat/README.md +0 -283
- data/spec/fixtures/modules/concat/Rakefile +0 -10
- data/spec/fixtures/modules/concat/checksums.json +0 -54
- data/spec/fixtures/modules/concat/files/concatfragments.rb +0 -153
- data/spec/fixtures/modules/concat/lib/facter/concat_basedir.rb +0 -11
- data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_getparam.rb +0 -35
- data/spec/fixtures/modules/concat/lib/puppet/parser/functions/concat_is_bool.rb +0 -22
- data/spec/fixtures/modules/concat/manifests/fragment.pp +0 -133
- data/spec/fixtures/modules/concat/manifests/init.pp +0 -268
- data/spec/fixtures/modules/concat/manifests/setup.pp +0 -64
- data/spec/fixtures/modules/concat/metadata.json +0 -110
- data/spec/fixtures/modules/concat/spec/acceptance/backup_spec.rb +0 -115
- data/spec/fixtures/modules/concat/spec/acceptance/concat_spec.rb +0 -217
- data/spec/fixtures/modules/concat/spec/acceptance/deprecation_warnings_spec.rb +0 -238
- data/spec/fixtures/modules/concat/spec/acceptance/empty_spec.rb +0 -23
- data/spec/fixtures/modules/concat/spec/acceptance/fragment_source_spec.rb +0 -157
- data/spec/fixtures/modules/concat/spec/acceptance/fragments_are_always_replaced_spec.rb +0 -139
- data/spec/fixtures/modules/concat/spec/acceptance/newline_spec.rb +0 -67
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/aix-71-vcloud.yml +0 -19
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-607-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-70rc1-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/debian-73-x64.yml +0 -11
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/default.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/sles-11sp1-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
- data/spec/fixtures/modules/concat/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
- data/spec/fixtures/modules/concat/spec/acceptance/order_spec.rb +0 -123
- data/spec/fixtures/modules/concat/spec/acceptance/quoted_paths_spec.rb +0 -42
- data/spec/fixtures/modules/concat/spec/acceptance/replace_spec.rb +0 -262
- data/spec/fixtures/modules/concat/spec/acceptance/specinfra_stubs.rb +0 -19
- data/spec/fixtures/modules/concat/spec/acceptance/symbolic_name_spec.rb +0 -35
- data/spec/fixtures/modules/concat/spec/acceptance/validation_spec.rb +0 -35
- data/spec/fixtures/modules/concat/spec/acceptance/warn_spec.rb +0 -104
- data/spec/fixtures/modules/concat/spec/spec.opts +0 -6
- data/spec/fixtures/modules/concat/spec/spec_helper.rb +0 -1
- data/spec/fixtures/modules/concat/spec/spec_helper_acceptance.rb +0 -61
- data/spec/fixtures/modules/concat/spec/unit/classes/concat_setup_spec.rb +0 -98
- data/spec/fixtures/modules/concat/spec/unit/defines/concat_fragment_spec.rb +0 -330
- data/spec/fixtures/modules/concat/spec/unit/defines/concat_spec.rb +0 -415
- data/spec/fixtures/modules/concat/spec/unit/facts/concat_basedir_spec.rb +0 -18
- data/spec/fixtures/modules/concat/tests/fragment.pp +0 -19
- data/spec/fixtures/modules/concat/tests/init.pp +0 -7
- data/spec/fixtures/modules/staging/Gemfile +0 -7
- data/spec/fixtures/modules/staging/LICENSE +0 -11
- data/spec/fixtures/modules/staging/README.md +0 -70
- data/spec/fixtures/modules/staging/Rakefile +0 -1
- data/spec/fixtures/modules/staging/Vagrantfile +0 -29
- data/spec/fixtures/modules/staging/checksums.json +0 -37
- data/spec/fixtures/modules/staging/docs/deploy.html +0 -113
- data/spec/fixtures/modules/staging/docs/extract.html +0 -176
- data/spec/fixtures/modules/staging/docs/file.html +0 -178
- data/spec/fixtures/modules/staging/docs/init.html +0 -87
- data/spec/fixtures/modules/staging/files/sample +0 -1
- data/spec/fixtures/modules/staging/files/sample.tar.bz2 +0 -0
- data/spec/fixtures/modules/staging/files/sample.tar.gz +0 -0
- data/spec/fixtures/modules/staging/lib/facter/staging_http_get.rb +0 -29
- data/spec/fixtures/modules/staging/lib/facter/staging_windir.rb +0 -11
- data/spec/fixtures/modules/staging/lib/puppet/parser/functions/scope_defaults.rb +0 -17
- data/spec/fixtures/modules/staging/lib/puppet/parser/functions/staging_parse.rb +0 -36
- data/spec/fixtures/modules/staging/manifests/.init.pp.swp +0 -0
- data/spec/fixtures/modules/staging/manifests/deploy.pp +0 -42
- data/spec/fixtures/modules/staging/manifests/extract.pp +0 -109
- data/spec/fixtures/modules/staging/manifests/file.pp +0 -125
- data/spec/fixtures/modules/staging/manifests/init.pp +0 -31
- data/spec/fixtures/modules/staging/manifests/params.pp +0 -33
- data/spec/fixtures/modules/staging/metadata.json +0 -106
- data/spec/fixtures/modules/staging/spec/defines/staging_deploy_spec.rb +0 -27
- data/spec/fixtures/modules/staging/spec/defines/staging_extract_spec.rb +0 -104
- data/spec/fixtures/modules/staging/spec/defines/staging_file_spec.rb +0 -163
- data/spec/fixtures/modules/staging/spec/fixtures/hiera.yaml +0 -7
- data/spec/fixtures/modules/staging/spec/spec_helper.rb +0 -29
- data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/scope_defaults_spec.rb +0 -45
- data/spec/fixtures/modules/staging/spec/unit/puppet/parser/functions/staging_parse_spec.rb +0 -51
- data/spec/fixtures/modules/staging/tests/deploy.pp +0 -4
- data/spec/fixtures/modules/staging/tests/extract.pp +0 -25
- data/spec/fixtures/modules/staging/tests/file.pp +0 -17
- data/spec/fixtures/modules/staging/tests/init.pp +0 -1
- data/spec/fixtures/modules/staging/tests/scope_defaults.pp +0 -7
- data/spec/fixtures/modules/staging/tests/staging_parse.pp +0 -12
- data/spec/fixtures/modules/stdlib/CHANGELOG.md +0 -515
- data/spec/fixtures/modules/stdlib/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/stdlib/Gemfile +0 -51
- data/spec/fixtures/modules/stdlib/LICENSE +0 -19
- data/spec/fixtures/modules/stdlib/README.markdown +0 -1042
- data/spec/fixtures/modules/stdlib/README_DEVELOPER.markdown +0 -35
- data/spec/fixtures/modules/stdlib/README_SPECS.markdown +0 -7
- data/spec/fixtures/modules/stdlib/RELEASE_PROCESS.markdown +0 -24
- data/spec/fixtures/modules/stdlib/Rakefile +0 -18
- data/spec/fixtures/modules/stdlib/checksums.json +0 -381
- data/spec/fixtures/modules/stdlib/lib/facter/facter_dot_d.rb +0 -202
- data/spec/fixtures/modules/stdlib/lib/facter/pe_version.rb +0 -53
- data/spec/fixtures/modules/stdlib/lib/facter/puppet_vardir.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/facter/root_home.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/facter/util/puppet_settings.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/functions/type_of.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/abs.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/any2array.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/assert_private.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/base64.rb +0 -37
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/basename.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2num.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/bool2str.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/camelcase.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/capitalize.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ceiling.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chomp.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/chop.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/concat.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/count.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/deep_merge.rb +0 -44
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/defined_with_params.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_at.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_undef_values.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/delete_values.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/difference.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/dirname.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/downcase.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/empty.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_packages.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/ensure_resource.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/flatten.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/floor.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rand_string.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/fqdn_rotate.rb +0 -57
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/get_module_path.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getparam.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/getvar.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/grep.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_interface_with.rb +0 -68
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_address.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_ip_network.rb +0 -25
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/has_key.rb +0 -28
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/hash.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/intersection.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_array.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_bool.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_domain_name.rb +0 -54
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_float.rb +0 -30
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_function_available.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_hash.rb +0 -22
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_integer.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_ip_address.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_mac_address.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_numeric.rb +0 -75
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/is_string.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join.rb +0 -41
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/join_keys_to_values.rb +0 -47
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/keys.rb +0 -26
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/loadyaml.rb +0 -20
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/lstrip.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/max.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/member.rb +0 -62
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/merge.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/min.rb +0 -21
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/num2bool.rb +0 -43
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parsejson.rb +0 -24
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/parseyaml.rb +0 -24
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick.rb +0 -29
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pick_default.rb +0 -35
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/prefix.rb +0 -52
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/private.rb +0 -17
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/pw_hash.rb +0 -56
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/range.rb +0 -88
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reject.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/reverse.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/rstrip.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/shuffle.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/size.rb +0 -48
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/sort.rb +0 -27
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/squeeze.rb +0 -36
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2bool.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/str2saltedsha512.rb +0 -32
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strftime.rb +0 -107
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/strip.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/suffix.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/swapcase.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/time.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/to_bytes.rb +0 -31
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type.rb +0 -19
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/type3x.rb +0 -51
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/union.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/unique.rb +0 -50
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/upcase.rb +0 -45
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/uriescape.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_absolute_path.rb +0 -69
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_array.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_augeas.rb +0 -83
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_bool.rb +0 -34
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_cmd.rb +0 -63
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_hash.rb +0 -33
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_integer.rb +0 -131
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv4_address.rb +0 -48
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_ipv6_address.rb +0 -49
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_numeric.rb +0 -93
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_re.rb +0 -40
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_slength.rb +0 -71
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_string.rb +0 -38
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values.rb +0 -39
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/values_at.rb +0 -99
- data/spec/fixtures/modules/stdlib/lib/puppet/parser/functions/zip.rb +0 -39
- data/spec/fixtures/modules/stdlib/lib/puppet/provider/file_line/ruby.rb +0 -97
- data/spec/fixtures/modules/stdlib/lib/puppet/type/anchor.rb +0 -46
- data/spec/fixtures/modules/stdlib/lib/puppet/type/file_line.rb +0 -91
- data/spec/fixtures/modules/stdlib/manifests/init.pp +0 -20
- data/spec/fixtures/modules/stdlib/manifests/stages.pp +0 -43
- data/spec/fixtures/modules/stdlib/metadata.json +0 -113
- data/spec/fixtures/modules/stdlib/spec/acceptance/abs_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/acceptance/any2array_spec.rb +0 -49
- data/spec/fixtures/modules/stdlib/spec/acceptance/base64_spec.rb +0 -18
- data/spec/fixtures/modules/stdlib/spec/acceptance/bool2num_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/build_csv.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/acceptance/capitalize_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/ceiling_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/chomp_spec.rb +0 -21
- data/spec/fixtures/modules/stdlib/spec/acceptance/chop_spec.rb +0 -45
- data/spec/fixtures/modules/stdlib/spec/acceptance/concat_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/acceptance/count_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/acceptance/deep_merge_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/defined_with_params_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_at_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_undef_values_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/acceptance/delete_values_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/acceptance/difference_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/dirname_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/downcase_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/empty_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_packages_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/ensure_resource_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/flatten_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/floor_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rand_string_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/acceptance/fqdn_rotate_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/get_module_path_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/getparam_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/getvar_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/grep_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_interface_with_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_address_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_ip_network_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/has_key_spec.rb +0 -41
- data/spec/fixtures/modules/stdlib/spec/acceptance/hash_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/intersection_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_array_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_bool_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_domain_name_spec.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_float_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_function_available_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_hash_spec.rb +0 -63
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_integer_spec.rb +0 -95
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_ip_address_spec.rb +0 -80
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_mac_address_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_numeric_spec.rb +0 -95
- data/spec/fixtures/modules/stdlib/spec/acceptance/is_string_spec.rb +0 -102
- data/spec/fixtures/modules/stdlib/spec/acceptance/join_keys_to_values_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/join_spec.rb +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/keys_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/loadyaml_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/lstrip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/max_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/member_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/merge_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/min_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-6-vcloud.yml +0 -15
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-64-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/centos-65-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/default.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/fedora-18-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/sles-11-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-i386.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2003-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2008r2-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/nodesets/windows-2012r2-x86_64.yml +0 -26
- data/spec/fixtures/modules/stdlib/spec/acceptance/num2bool_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/acceptance/parsejson_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/parseyaml_spec.rb +0 -35
- data/spec/fixtures/modules/stdlib/spec/acceptance/pick_default_spec.rb +0 -54
- data/spec/fixtures/modules/stdlib/spec/acceptance/pick_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/acceptance/prefix_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/pw_hash_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/range_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/reject_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/reverse_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/rstrip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/shuffle_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/size_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/acceptance/sort_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/squeeze_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/str2bool_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/str2saltedsha512_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/strftime_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/strip_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/acceptance/suffix_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/acceptance/swapcase_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/acceptance/time_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/to_bytes_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/acceptance/type_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/union_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/acceptance/unique_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/unsupported_spec.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/acceptance/upcase_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/acceptance/uriescape_spec.rb +0 -23
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_absolute_path_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_array_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_augeas_spec.rb +0 -63
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_bool_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_cmd_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_hash_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv4_address_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_ipv6_address_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_re_spec.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_slength_spec.rb +0 -72
- data/spec/fixtures/modules/stdlib/spec/acceptance/validate_string_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/acceptance/values_at_spec.rb +0 -73
- data/spec/fixtures/modules/stdlib/spec/acceptance/values_spec.rb +0 -35
- data/spec/fixtures/modules/stdlib/spec/acceptance/zip_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/classes/anchor_spec.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/functions/abs_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/any2array_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/functions/assert_private_spec.rb +0 -55
- data/spec/fixtures/modules/stdlib/spec/functions/base64_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/bool2num_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/capitalize_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/ceiling_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/chomp_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/chop_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/concat_spec.rb +0 -50
- data/spec/fixtures/modules/stdlib/spec/functions/count_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/deep_merge_spec.rb +0 -105
- data/spec/fixtures/modules/stdlib/spec/functions/defined_with_params_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/functions/delete_at_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/delete_spec.rb +0 -61
- data/spec/fixtures/modules/stdlib/spec/functions/delete_undef_values_spec.rb +0 -41
- data/spec/fixtures/modules/stdlib/spec/functions/delete_values_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/functions/difference_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/dirname_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/downcase_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/empty_spec.rb +0 -32
- data/spec/fixtures/modules/stdlib/spec/functions/ensure_packages_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/functions/ensure_resource_spec.rb +0 -113
- data/spec/fixtures/modules/stdlib/spec/functions/flatten_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/floor_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rand_string_spec.rb +0 -91
- data/spec/fixtures/modules/stdlib/spec/functions/fqdn_rotate_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/get_module_path_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/functions/getparam_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/functions/getvar_spec.rb +0 -37
- data/spec/fixtures/modules/stdlib/spec/functions/grep_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/has_interface_with_spec.rb +0 -64
- data/spec/fixtures/modules/stdlib/spec/functions/has_ip_address_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/has_ip_network_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/functions/has_key_spec.rb +0 -42
- data/spec/fixtures/modules/stdlib/spec/functions/hash_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/intersection_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/is_array_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_bool_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/functions/is_domain_name_spec.rb +0 -81
- data/spec/fixtures/modules/stdlib/spec/functions/is_float_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/is_function_available.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/is_hash_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_integer_spec.rb +0 -69
- data/spec/fixtures/modules/stdlib/spec/functions/is_ip_address_spec.rb +0 -39
- data/spec/fixtures/modules/stdlib/spec/functions/is_mac_address_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/is_numeric_spec.rb +0 -119
- data/spec/fixtures/modules/stdlib/spec/functions/is_string_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/join_keys_to_values_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/functions/join_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/keys_spec.rb +0 -21
- data/spec/fixtures/modules/stdlib/spec/functions/loadyaml_spec.rb +0 -25
- data/spec/fixtures/modules/stdlib/spec/functions/lstrip_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/max_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/member_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/merge_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/functions/min_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/num2bool_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/parsejson_spec.rb +0 -22
- data/spec/fixtures/modules/stdlib/spec/functions/parseyaml_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/pick_default_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/functions/pick_spec.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/functions/prefix_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/private_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/pw_hash_spec.rb +0 -96
- data/spec/fixtures/modules/stdlib/spec/functions/range_spec.rb +0 -86
- data/spec/fixtures/modules/stdlib/spec/functions/reject_spec.rb +0 -20
- data/spec/fixtures/modules/stdlib/spec/functions/reverse_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/rstrip_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/shuffle_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/size_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/sort_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/squeeze_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/functions/str2bool_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/str2saltedsha512_spec.rb +0 -45
- data/spec/fixtures/modules/stdlib/spec/functions/strftime_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/strip_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/suffix_spec.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/functions/swapcase_spec.rb +0 -28
- data/spec/fixtures/modules/stdlib/spec/functions/time_spec.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/functions/to_bytes_spec.rb +0 -83
- data/spec/fixtures/modules/stdlib/spec/functions/type3x_spec.rb +0 -43
- data/spec/fixtures/modules/stdlib/spec/functions/type_spec.rb +0 -44
- data/spec/fixtures/modules/stdlib/spec/functions/union_spec.rb +0 -19
- data/spec/fixtures/modules/stdlib/spec/functions/unique_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/functions/upcase_spec.rb +0 -58
- data/spec/fixtures/modules/stdlib/spec/functions/uriescape_spec.rb +0 -40
- data/spec/fixtures/modules/stdlib/spec/functions/validate_absolute_path_spec.rb +0 -104
- data/spec/fixtures/modules/stdlib/spec/functions/validate_array_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/validate_augeas_spec.rb +0 -103
- data/spec/fixtures/modules/stdlib/spec/functions/validate_bool_spec.rb +0 -51
- data/spec/fixtures/modules/stdlib/spec/functions/validate_cmd_spec.rb +0 -85
- data/spec/fixtures/modules/stdlib/spec/functions/validate_hash_spec.rb +0 -43
- data/spec/fixtures/modules/stdlib/spec/functions/validate_integer_spec.rb +0 -219
- data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv4_address_spec.rb +0 -64
- data/spec/fixtures/modules/stdlib/spec/functions/validate_ipv6_address_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/validate_numeric_spec.rb +0 -217
- data/spec/fixtures/modules/stdlib/spec/functions/validate_re_spec.rb +0 -77
- data/spec/fixtures/modules/stdlib/spec/functions/validate_slength_spec.rb +0 -67
- data/spec/fixtures/modules/stdlib/spec/functions/validate_string_spec.rb +0 -60
- data/spec/fixtures/modules/stdlib/spec/functions/values_at_spec.rb +0 -38
- data/spec/fixtures/modules/stdlib/spec/functions/values_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/functions/zip_spec.rb +0 -31
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/compiler.rb +0 -47
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/database.rb +0 -30
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/files.rb +0 -61
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/fixtures.rb +0 -29
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/matchers.rb +0 -121
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/modules.rb +0 -27
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/pops.rb +0 -17
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/scope.rb +0 -15
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/settings.rb +0 -16
- data/spec/fixtures/modules/stdlib/spec/lib/puppet_spec/verbose.rb +0 -10
- data/spec/fixtures/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb +0 -9
- data/spec/fixtures/modules/stdlib/spec/monkey_patches/publicize_methods.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/spec.opts +0 -6
- data/spec/fixtures/modules/stdlib/spec/spec_helper.rb +0 -34
- data/spec/fixtures/modules/stdlib/spec/spec_helper_acceptance.rb +0 -50
- data/spec/fixtures/modules/stdlib/spec/unit/facter/facter_dot_d_spec.rb +0 -32
- data/spec/fixtures/modules/stdlib/spec/unit/facter/pe_version_spec.rb +0 -76
- data/spec/fixtures/modules/stdlib/spec/unit/facter/root_home_spec.rb +0 -52
- data/spec/fixtures/modules/stdlib/spec/unit/facter/util/puppet_settings_spec.rb +0 -36
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/functions/type_of_spec.rb +0 -33
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/basename_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/bool2str_spec.rb +0 -46
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/parser/functions/camelcase_spec.rb +0 -24
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/provider/file_line/ruby_spec.rb +0 -277
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/anchor_spec.rb +0 -11
- data/spec/fixtures/modules/stdlib/spec/unit/puppet/type/file_line_spec.rb +0 -70
- data/spec/fixtures/modules/stdlib/tests/file_line.pp +0 -9
- data/spec/fixtures/modules/stdlib/tests/has_interface_with.pp +0 -10
- data/spec/fixtures/modules/stdlib/tests/has_ip_address.pp +0 -3
- data/spec/fixtures/modules/stdlib/tests/has_ip_network.pp +0 -4
- data/spec/fixtures/modules/stdlib/tests/init.pp +0 -1
- data/spec/fixtures/modules/tomcat/.gitignore +0 -8
- data/spec/fixtures/modules/tomcat/.puppet-lint.rc +0 -8
- data/spec/fixtures/modules/tomcat/.travis.yml +0 -14
- data/spec/fixtures/modules/tomcat/CHANGELOG.md +0 -94
- data/spec/fixtures/modules/tomcat/CONTRIBUTING.md +0 -220
- data/spec/fixtures/modules/tomcat/LICENSE +0 -15
- data/spec/fixtures/modules/tomcat/README.markdown +0 -75
- data/spec/fixtures/modules/tomcat/README.md +0 -812
- data/spec/fixtures/modules/tomcat/Vagrantfile +0 -95
- data/spec/fixtures/modules/tomcat/checksums.json +0 -67
- data/spec/fixtures/modules/tomcat/examples/default_install_from_package.pp +0 -13
- data/spec/fixtures/modules/tomcat/examples/default_install_from_source.pp +0 -9
- data/spec/fixtures/modules/tomcat/examples/instance_with_context.pp +0 -20
- data/spec/fixtures/modules/tomcat/examples/instance_with_listener.pp +0 -18
- data/spec/fixtures/modules/tomcat/examples/instance_with_realm.pp +0 -20
- data/spec/fixtures/modules/tomcat/examples/instance_with_role_and_user.pp +0 -23
- data/spec/fixtures/modules/tomcat/examples/jsvc_install_from_source.pp +0 -37
- data/spec/fixtures/modules/tomcat/examples/multiple_instances.pp +0 -38
- data/spec/fixtures/modules/tomcat/files/.gitkeep +0 -0
- data/spec/fixtures/modules/tomcat/manifests/config/server.pp +0 -78
- data/spec/fixtures/modules/tomcat/manifests/config/server/connector.pp +0 -95
- data/spec/fixtures/modules/tomcat/manifests/config/server/context.pp +0 -102
- data/spec/fixtures/modules/tomcat/manifests/config/server/engine.pp +0 -109
- data/spec/fixtures/modules/tomcat/manifests/config/server/host.pp +0 -79
- data/spec/fixtures/modules/tomcat/manifests/config/server/listener.pp +0 -98
- data/spec/fixtures/modules/tomcat/manifests/config/server/realm.pp +0 -104
- data/spec/fixtures/modules/tomcat/manifests/config/server/service.pp +0 -54
- data/spec/fixtures/modules/tomcat/manifests/config/server/tomcat_users.pp +0 -97
- data/spec/fixtures/modules/tomcat/manifests/config/server/valve.pp +0 -77
- data/spec/fixtures/modules/tomcat/manifests/init.pp +0 -71
- data/spec/fixtures/modules/tomcat/manifests/instance.pp +0 -88
- data/spec/fixtures/modules/tomcat/manifests/instance/package.pp +0 -26
- data/spec/fixtures/modules/tomcat/manifests/instance/source.pp +0 -46
- data/spec/fixtures/modules/tomcat/manifests/params.pp +0 -13
- data/spec/fixtures/modules/tomcat/manifests/service.pp +0 -160
- data/spec/fixtures/modules/tomcat/manifests/setenv/entry.pp +0 -52
- data/spec/fixtures/modules/tomcat/manifests/war.pp +0 -80
- data/spec/fixtures/modules/tomcat/metadata.json +0 -74
- data/spec/fixtures/modules/tomcat/templates/.gitkeep +0 -0
- data/spec/fixtures/modules/tomcat/tests/.gitkeep +0 -0
- data/spec/fixtures/providers/bmc/ipmitool.rb +0 -188
- data/spec/fixtures/providers/bmcuser/ipmitool.rb +0 -140
- data/spec/fixtures/types/bmc.rb +0 -102
- data/spec/fixtures/types/bmcuser.rb +0 -46
- data/spec/fixtures/types/db_opatch.rb +0 -93
@@ -1,19 +0,0 @@
|
|
1
|
-
class Specinfra::Command::Windows::Base::File < Specinfra::Command::Windows::Base
|
2
|
-
class << self
|
3
|
-
def check_is_owned_by(file, owner)
|
4
|
-
Backend::PowerShell::Command.new do
|
5
|
-
exec "if((Get-Item '#{file}').GetAccessControl().Owner -match '#{owner}'
|
6
|
-
-or ((Get-Item '#{file}').GetAccessControl().Owner -match '#{owner}').Length -gt 0){ exit 0 } else { exit 1 }"
|
7
|
-
end
|
8
|
-
end
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
|
13
|
-
class Specinfra::Command::Base::File < Specinfra::Command::Base
|
14
|
-
class << self
|
15
|
-
def get_content(file)
|
16
|
-
"cat '#{file}' 2> /dev/null || echo -n"
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
require 'spec_helper_acceptance'
|
2
|
-
|
3
|
-
describe 'symbolic name' do
|
4
|
-
basedir = default.tmpdir('concat')
|
5
|
-
pp = <<-EOS
|
6
|
-
concat { 'not_abs_path':
|
7
|
-
path => '#{basedir}/file',
|
8
|
-
}
|
9
|
-
|
10
|
-
concat::fragment { '1':
|
11
|
-
target => 'not_abs_path',
|
12
|
-
content => '1',
|
13
|
-
order => '01',
|
14
|
-
}
|
15
|
-
|
16
|
-
concat::fragment { '2':
|
17
|
-
target => 'not_abs_path',
|
18
|
-
content => '2',
|
19
|
-
order => '02',
|
20
|
-
}
|
21
|
-
EOS
|
22
|
-
|
23
|
-
it 'applies the manifest twice with no stderr' do
|
24
|
-
apply_manifest(pp, :catch_failures => true)
|
25
|
-
apply_manifest(pp, :catch_changes => true)
|
26
|
-
end
|
27
|
-
|
28
|
-
describe file("#{basedir}/file") do
|
29
|
-
it { should be_file }
|
30
|
-
its(:content) {
|
31
|
-
should match '1'
|
32
|
-
should match '2'
|
33
|
-
}
|
34
|
-
end
|
35
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
require 'spec_helper_acceptance'
|
2
|
-
|
3
|
-
describe 'concat validate_cmd parameter', :unless => (fact('kernel') != 'Linux') do
|
4
|
-
basedir = default.tmpdir('concat')
|
5
|
-
context '=> "/usr/bin/test -e %"' do
|
6
|
-
before(:all) do
|
7
|
-
pp = <<-EOS
|
8
|
-
file { '#{basedir}':
|
9
|
-
ensure => directory
|
10
|
-
}
|
11
|
-
EOS
|
12
|
-
|
13
|
-
apply_manifest(pp)
|
14
|
-
end
|
15
|
-
pp = <<-EOS
|
16
|
-
concat { '#{basedir}/file':
|
17
|
-
validate_cmd => '/usr/bin/test -e %',
|
18
|
-
}
|
19
|
-
concat::fragment { 'content':
|
20
|
-
target => '#{basedir}/file',
|
21
|
-
content => 'content',
|
22
|
-
}
|
23
|
-
EOS
|
24
|
-
|
25
|
-
it 'applies the manifest twice with no stderr' do
|
26
|
-
apply_manifest(pp, :catch_failures => true)
|
27
|
-
apply_manifest(pp, :catch_changes => true)
|
28
|
-
end
|
29
|
-
|
30
|
-
describe file("#{basedir}/file") do
|
31
|
-
it { should be_file }
|
32
|
-
it { should contain 'content' }
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
@@ -1,104 +0,0 @@
|
|
1
|
-
require 'spec_helper_acceptance'
|
2
|
-
|
3
|
-
describe 'concat warn =>' do
|
4
|
-
basedir = default.tmpdir('concat')
|
5
|
-
context 'true should enable default warning message' do
|
6
|
-
pp = <<-EOS
|
7
|
-
concat { '#{basedir}/file':
|
8
|
-
warn => true,
|
9
|
-
}
|
10
|
-
|
11
|
-
concat::fragment { '1':
|
12
|
-
target => '#{basedir}/file',
|
13
|
-
content => '1',
|
14
|
-
order => '01',
|
15
|
-
}
|
16
|
-
|
17
|
-
concat::fragment { '2':
|
18
|
-
target => '#{basedir}/file',
|
19
|
-
content => '2',
|
20
|
-
order => '02',
|
21
|
-
}
|
22
|
-
EOS
|
23
|
-
|
24
|
-
it 'applies the manifest twice with no stderr' do
|
25
|
-
apply_manifest(pp, :catch_failures => true)
|
26
|
-
apply_manifest(pp, :catch_changes => true)
|
27
|
-
end
|
28
|
-
|
29
|
-
describe file("#{basedir}/file") do
|
30
|
-
it { should be_file }
|
31
|
-
its(:content) {
|
32
|
-
should match /# This file is managed by Puppet\. DO NOT EDIT\./
|
33
|
-
should match /1/
|
34
|
-
should match /2/
|
35
|
-
}
|
36
|
-
end
|
37
|
-
end
|
38
|
-
context 'false should not enable default warning message' do
|
39
|
-
pp = <<-EOS
|
40
|
-
concat { '#{basedir}/file':
|
41
|
-
warn => false,
|
42
|
-
}
|
43
|
-
|
44
|
-
concat::fragment { '1':
|
45
|
-
target => '#{basedir}/file',
|
46
|
-
content => '1',
|
47
|
-
order => '01',
|
48
|
-
}
|
49
|
-
|
50
|
-
concat::fragment { '2':
|
51
|
-
target => '#{basedir}/file',
|
52
|
-
content => '2',
|
53
|
-
order => '02',
|
54
|
-
}
|
55
|
-
EOS
|
56
|
-
|
57
|
-
it 'applies the manifest twice with no stderr' do
|
58
|
-
apply_manifest(pp, :catch_failures => true)
|
59
|
-
apply_manifest(pp, :catch_changes => true)
|
60
|
-
end
|
61
|
-
|
62
|
-
describe file("#{basedir}/file") do
|
63
|
-
it { should be_file }
|
64
|
-
its(:content) {
|
65
|
-
should_not match /# This file is managed by Puppet\. DO NOT EDIT\./
|
66
|
-
should match /1/
|
67
|
-
should match /2/
|
68
|
-
}
|
69
|
-
end
|
70
|
-
end
|
71
|
-
context '# foo should overide default warning message' do
|
72
|
-
pp = <<-EOS
|
73
|
-
concat { '#{basedir}/file':
|
74
|
-
warn => '# foo',
|
75
|
-
}
|
76
|
-
|
77
|
-
concat::fragment { '1':
|
78
|
-
target => '#{basedir}/file',
|
79
|
-
content => '1',
|
80
|
-
order => '01',
|
81
|
-
}
|
82
|
-
|
83
|
-
concat::fragment { '2':
|
84
|
-
target => '#{basedir}/file',
|
85
|
-
content => '2',
|
86
|
-
order => '02',
|
87
|
-
}
|
88
|
-
EOS
|
89
|
-
|
90
|
-
it 'applies the manifest twice with no stderr' do
|
91
|
-
apply_manifest(pp, :catch_failures => true)
|
92
|
-
apply_manifest(pp, :catch_changes => true)
|
93
|
-
end
|
94
|
-
|
95
|
-
describe file("#{basedir}/file") do
|
96
|
-
it { should be_file }
|
97
|
-
its(:content) {
|
98
|
-
should match /# foo/
|
99
|
-
should match /1/
|
100
|
-
should match /2/
|
101
|
-
}
|
102
|
-
end
|
103
|
-
end
|
104
|
-
end
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'puppetlabs_spec_helper/module_spec_helper'
|
@@ -1,61 +0,0 @@
|
|
1
|
-
require 'beaker-rspec/spec_helper'
|
2
|
-
require 'beaker-rspec/helpers/serverspec'
|
3
|
-
require 'acceptance/specinfra_stubs'
|
4
|
-
|
5
|
-
unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
|
6
|
-
# This will install the latest available package on el and deb based
|
7
|
-
# systems fail on windows and osx, and install via gem on other *nixes
|
8
|
-
foss_opts = {:default_action => 'gem_install'}
|
9
|
-
|
10
|
-
if default.is_pe?; then
|
11
|
-
install_pe;
|
12
|
-
else
|
13
|
-
install_puppet(foss_opts);
|
14
|
-
end
|
15
|
-
|
16
|
-
hosts.each do |host|
|
17
|
-
on hosts, "mkdir -p #{host['distmoduledir']}"
|
18
|
-
if host['platform'] =~ /sles-1/i || host['platform'] =~ /solaris-1/i
|
19
|
-
get_stdlib = <<-EOS
|
20
|
-
package{'wget':}
|
21
|
-
exec{'download':
|
22
|
-
command => "wget -P /root/ https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.5.1.tar.gz --no-check-certificate",
|
23
|
-
path => ['/opt/csw/bin/','/usr/bin/']
|
24
|
-
}
|
25
|
-
EOS
|
26
|
-
apply_manifest_on(host, get_stdlib)
|
27
|
-
# have to use force otherwise it checks ssl cert even though it is a local file
|
28
|
-
on host, puppet('module install /root/puppetlabs-stdlib-4.5.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
|
29
|
-
elsif host['platform'] =~ /windows/i
|
30
|
-
on host, shell('curl -k -o c:/puppetlabs-stdlib-4.5.1.tar.gz https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.5.1.tar.gz')
|
31
|
-
on host, puppet('module install c:/puppetlabs-stdlib-4.5.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
|
32
|
-
else
|
33
|
-
on host, puppet('module install puppetlabs-stdlib'), {:acceptable_exit_codes => [0, 1]}
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
RSpec.configure do |c|
|
39
|
-
# Project root
|
40
|
-
proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
|
41
|
-
|
42
|
-
# Readable test descriptions
|
43
|
-
c.formatter = :documentation
|
44
|
-
|
45
|
-
# Configure all nodes in nodeset
|
46
|
-
c.before :suite do
|
47
|
-
hosts.each do |host|
|
48
|
-
copy_module_to(host, :source => proj_root, :module_name => 'concat')
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
c.before(:all) do
|
53
|
-
shell('mkdir -p /tmp/concat')
|
54
|
-
end
|
55
|
-
c.after(:all) do
|
56
|
-
shell('rm -rf /tmp/concat /var/lib/puppet/concat')
|
57
|
-
end
|
58
|
-
|
59
|
-
c.treat_symbols_as_metadata_keys_with_true_values = true
|
60
|
-
end
|
61
|
-
|
@@ -1,98 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe 'concat::setup', :type => :class do
|
4
|
-
|
5
|
-
shared_examples 'setup' do |concatdir|
|
6
|
-
concatdir = '/foo' if concatdir.nil?
|
7
|
-
|
8
|
-
let(:facts) do
|
9
|
-
{
|
10
|
-
:concat_basedir => concatdir,
|
11
|
-
:caller_module_name => 'Test',
|
12
|
-
:osfamily => 'Debian',
|
13
|
-
:id => 'root',
|
14
|
-
:is_pe => false,
|
15
|
-
}
|
16
|
-
end
|
17
|
-
|
18
|
-
it do
|
19
|
-
should contain_file("#{concatdir}/bin/concatfragments.rb").with({
|
20
|
-
:mode => '0755',
|
21
|
-
:owner => 'root',
|
22
|
-
:group => 0,
|
23
|
-
:source => 'puppet:///modules/concat/concatfragments.rb',
|
24
|
-
})
|
25
|
-
end
|
26
|
-
|
27
|
-
[concatdir, "#{concatdir}/bin"].each do |file|
|
28
|
-
it do
|
29
|
-
should contain_file(file).with({
|
30
|
-
:ensure => 'directory',
|
31
|
-
:mode => '0755',
|
32
|
-
:owner => 'root',
|
33
|
-
:group => 0,
|
34
|
-
})
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
context 'facts' do
|
40
|
-
context 'concat_basedir =>' do
|
41
|
-
context '/foo' do
|
42
|
-
it_behaves_like 'setup', '/foo'
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end # facts
|
46
|
-
|
47
|
-
context 'deprecated as a public class' do
|
48
|
-
it 'should create a warning' do
|
49
|
-
skip('rspec-puppet support for testing warning()')
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
context "on osfamily Solaris" do
|
54
|
-
concatdir = '/foo'
|
55
|
-
let(:facts) do
|
56
|
-
{
|
57
|
-
:concat_basedir => concatdir,
|
58
|
-
:caller_module_name => 'Test',
|
59
|
-
:osfamily => 'Solaris',
|
60
|
-
:id => 'root',
|
61
|
-
:is_pe => false,
|
62
|
-
}
|
63
|
-
end
|
64
|
-
|
65
|
-
it do
|
66
|
-
should contain_file("#{concatdir}/bin/concatfragments.rb").with({
|
67
|
-
:ensure => 'file',
|
68
|
-
:owner => 'root',
|
69
|
-
:group => 0,
|
70
|
-
:mode => '0755',
|
71
|
-
:source => 'puppet:///modules/concat/concatfragments.rb',
|
72
|
-
})
|
73
|
-
end
|
74
|
-
end # on osfamily Solaris
|
75
|
-
|
76
|
-
context "on osfamily windows" do
|
77
|
-
concatdir = '/foo'
|
78
|
-
let(:facts) do
|
79
|
-
{
|
80
|
-
:concat_basedir => concatdir,
|
81
|
-
:caller_module_name => 'Test',
|
82
|
-
:osfamily => 'windows',
|
83
|
-
:id => 'batman',
|
84
|
-
:is_pe => false,
|
85
|
-
}
|
86
|
-
end
|
87
|
-
|
88
|
-
it do
|
89
|
-
should contain_file("#{concatdir}/bin/concatfragments.rb").with({
|
90
|
-
:ensure => 'file',
|
91
|
-
:owner => nil,
|
92
|
-
:group => nil,
|
93
|
-
:mode => nil,
|
94
|
-
:source => 'puppet:///modules/concat/concatfragments.rb',
|
95
|
-
})
|
96
|
-
end
|
97
|
-
end # on osfamily windows
|
98
|
-
end
|
@@ -1,330 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe 'concat::fragment', :type => :define do
|
4
|
-
|
5
|
-
shared_examples 'fragment' do |title, params|
|
6
|
-
params = {} if params.nil?
|
7
|
-
|
8
|
-
p = {
|
9
|
-
:content => nil,
|
10
|
-
:source => nil,
|
11
|
-
:order => 10,
|
12
|
-
:ensure => 'present',
|
13
|
-
}.merge(params)
|
14
|
-
|
15
|
-
safe_name = title.gsub(/[\/\n]/, '_')
|
16
|
-
safe_target_name = p[:target].gsub(/[\/\n]/, '_')
|
17
|
-
concatdir = '/var/lib/puppet/concat'
|
18
|
-
fragdir = "#{concatdir}/#{safe_target_name}"
|
19
|
-
id = 'root'
|
20
|
-
gid = 'root'
|
21
|
-
if p[:ensure] == 'absent'
|
22
|
-
safe_ensure = p[:ensure]
|
23
|
-
else
|
24
|
-
safe_ensure = 'file'
|
25
|
-
end
|
26
|
-
|
27
|
-
let(:title) { title }
|
28
|
-
let(:facts) do
|
29
|
-
{
|
30
|
-
:concat_basedir => concatdir,
|
31
|
-
:id => id,
|
32
|
-
:gid => gid,
|
33
|
-
:osfamily => 'Debian',
|
34
|
-
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
|
35
|
-
:is_pe => false,
|
36
|
-
}
|
37
|
-
end
|
38
|
-
let(:params) { params }
|
39
|
-
let(:pre_condition) do
|
40
|
-
"concat{ '#{p[:target]}': }"
|
41
|
-
end
|
42
|
-
|
43
|
-
it do
|
44
|
-
should contain_class('concat::setup')
|
45
|
-
should contain_concat(p[:target])
|
46
|
-
should contain_file("#{fragdir}/fragments/#{p[:order]}_#{safe_name}").with({
|
47
|
-
:ensure => safe_ensure,
|
48
|
-
:owner => id,
|
49
|
-
:group => gid,
|
50
|
-
:mode => '0640',
|
51
|
-
:source => p[:source],
|
52
|
-
:content => p[:content],
|
53
|
-
:alias => "concat_fragment_#{title}",
|
54
|
-
:backup => 'puppet',
|
55
|
-
})
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
context 'title' do
|
60
|
-
['0', '1', 'a', 'z'].each do |title|
|
61
|
-
it_behaves_like 'fragment', title, {
|
62
|
-
:target => '/etc/motd',
|
63
|
-
}
|
64
|
-
end
|
65
|
-
end # title
|
66
|
-
|
67
|
-
context 'target =>' do
|
68
|
-
['./etc/motd', 'etc/motd', 'motd_header'].each do |target|
|
69
|
-
context target do
|
70
|
-
it_behaves_like 'fragment', target, {
|
71
|
-
:target => '/etc/motd',
|
72
|
-
}
|
73
|
-
end
|
74
|
-
end
|
75
|
-
|
76
|
-
context 'false' do
|
77
|
-
let(:title) { 'motd_header' }
|
78
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
79
|
-
let(:params) {{ :target => false }}
|
80
|
-
|
81
|
-
it 'should fail' do
|
82
|
-
expect { should }.to raise_error(Puppet::Error, /is not a string/)
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end # target =>
|
86
|
-
|
87
|
-
context 'ensure =>' do
|
88
|
-
['present', 'absent'].each do |ens|
|
89
|
-
context ens do
|
90
|
-
it_behaves_like 'fragment', 'motd_header', {
|
91
|
-
:ensure => ens,
|
92
|
-
:target => '/etc/motd',
|
93
|
-
}
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
context 'any value other than \'present\' or \'absent\'' do
|
98
|
-
let(:title) { 'motd_header' }
|
99
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
100
|
-
let(:params) {{ :ensure => 'invalid', :target => '/etc/motd' }}
|
101
|
-
|
102
|
-
it 'should create a warning' do
|
103
|
-
skip('rspec-puppet support for testing warning()')
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end # ensure =>
|
107
|
-
|
108
|
-
context 'content =>' do
|
109
|
-
['', 'ashp is our hero'].each do |content|
|
110
|
-
context content do
|
111
|
-
it_behaves_like 'fragment', 'motd_header', {
|
112
|
-
:content => content,
|
113
|
-
:target => '/etc/motd',
|
114
|
-
}
|
115
|
-
end
|
116
|
-
end
|
117
|
-
|
118
|
-
context 'false' do
|
119
|
-
let(:title) { 'motd_header' }
|
120
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
121
|
-
let(:params) {{ :content => false, :target => '/etc/motd' }}
|
122
|
-
|
123
|
-
it 'should fail' do
|
124
|
-
expect { should }.to raise_error(Puppet::Error, /is not a string/)
|
125
|
-
end
|
126
|
-
end
|
127
|
-
end # content =>
|
128
|
-
|
129
|
-
context 'source =>' do
|
130
|
-
['', '/foo/bar', ['/foo/bar', '/foo/baz']].each do |source|
|
131
|
-
context source do
|
132
|
-
it_behaves_like 'fragment', 'motd_header', {
|
133
|
-
:source => source,
|
134
|
-
:target => '/etc/motd',
|
135
|
-
}
|
136
|
-
end
|
137
|
-
end
|
138
|
-
|
139
|
-
context 'false' do
|
140
|
-
let(:title) { 'motd_header' }
|
141
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
142
|
-
let(:params) {{ :source => false, :target => '/etc/motd' }}
|
143
|
-
|
144
|
-
it 'should fail' do
|
145
|
-
expect { should }.to raise_error(Puppet::Error, /is not a string or an Array/)
|
146
|
-
end
|
147
|
-
end
|
148
|
-
end # source =>
|
149
|
-
|
150
|
-
context 'order =>' do
|
151
|
-
['', '42', 'a', 'z'].each do |order|
|
152
|
-
context '\'\'' do
|
153
|
-
it_behaves_like 'fragment', 'motd_header', {
|
154
|
-
:order => order,
|
155
|
-
:target => '/etc/motd',
|
156
|
-
}
|
157
|
-
end
|
158
|
-
end
|
159
|
-
|
160
|
-
context 'false' do
|
161
|
-
let(:title) { 'motd_header' }
|
162
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
163
|
-
let(:params) {{ :order => false, :target => '/etc/motd' }}
|
164
|
-
|
165
|
-
it 'should fail' do
|
166
|
-
expect { should }.to raise_error(Puppet::Error, /is not a string or integer/)
|
167
|
-
end
|
168
|
-
end
|
169
|
-
|
170
|
-
context '123:456' do
|
171
|
-
let(:title) { 'motd_header' }
|
172
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
173
|
-
let(:params) {{ :order => '123:456', :target => '/etc/motd' }}
|
174
|
-
|
175
|
-
it 'should fail' do
|
176
|
-
expect { should }.to raise_error(Puppet::Error, /cannot contain/)
|
177
|
-
end
|
178
|
-
end
|
179
|
-
context '123/456' do
|
180
|
-
let(:title) { 'motd_header' }
|
181
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
182
|
-
let(:params) {{ :order => '123/456', :target => '/etc/motd' }}
|
183
|
-
|
184
|
-
it 'should fail' do
|
185
|
-
expect { should }.to raise_error(Puppet::Error, /cannot contain/)
|
186
|
-
end
|
187
|
-
end
|
188
|
-
context '123\n456' do
|
189
|
-
let(:title) { 'motd_header' }
|
190
|
-
let(:facts) {{ :concat_basedir => '/tmp', :is_pe => false }}
|
191
|
-
let(:params) {{ :order => "123\n456", :target => '/etc/motd' }}
|
192
|
-
|
193
|
-
it 'should fail' do
|
194
|
-
expect { should }.to raise_error(Puppet::Error, /cannot contain/)
|
195
|
-
end
|
196
|
-
end
|
197
|
-
end # order =>
|
198
|
-
|
199
|
-
context 'more than one content source' do
|
200
|
-
error_msg = 'You cannot specify more than one of $content, $source, $ensure => /target'
|
201
|
-
|
202
|
-
context 'ensure => target and source' do
|
203
|
-
let(:title) { 'motd_header' }
|
204
|
-
let(:facts) do
|
205
|
-
{
|
206
|
-
:concat_basedir => '/tmp',
|
207
|
-
:osfamily => 'Debian',
|
208
|
-
:id => 'root',
|
209
|
-
:is_pe => false,
|
210
|
-
:gid => 'root',
|
211
|
-
}
|
212
|
-
end
|
213
|
-
let(:params) do
|
214
|
-
{
|
215
|
-
:target => '/etc/motd',
|
216
|
-
:ensure => '/foo',
|
217
|
-
:source => '/bar',
|
218
|
-
}
|
219
|
-
end
|
220
|
-
|
221
|
-
it 'should fail' do
|
222
|
-
expect { should }.to raise_error(Puppet::Error, /#{Regexp.escape(error_msg)}/m)
|
223
|
-
end
|
224
|
-
end
|
225
|
-
|
226
|
-
context 'ensure => target and content' do
|
227
|
-
let(:title) { 'motd_header' }
|
228
|
-
let(:facts) do
|
229
|
-
{
|
230
|
-
:concat_basedir => '/tmp',
|
231
|
-
:osfamily => 'Debian',
|
232
|
-
:id => 'root',
|
233
|
-
:is_pe => false,
|
234
|
-
:gid => 'root',
|
235
|
-
}
|
236
|
-
end
|
237
|
-
let(:params) do
|
238
|
-
{
|
239
|
-
:target => '/etc/motd',
|
240
|
-
:ensure => '/foo',
|
241
|
-
:content => 'bar',
|
242
|
-
}
|
243
|
-
end
|
244
|
-
|
245
|
-
it 'should fail' do
|
246
|
-
expect { should }.to raise_error(Puppet::Error, /#{Regexp.escape(error_msg)}/m)
|
247
|
-
end
|
248
|
-
end
|
249
|
-
|
250
|
-
context 'source and content' do
|
251
|
-
let(:title) { 'motd_header' }
|
252
|
-
let(:facts) do
|
253
|
-
{
|
254
|
-
:concat_basedir => '/tmp',
|
255
|
-
:osfamily => 'Debian',
|
256
|
-
:id => 'root',
|
257
|
-
:is_pe => false,
|
258
|
-
:gid => 'root',
|
259
|
-
}
|
260
|
-
end
|
261
|
-
let(:params) do
|
262
|
-
{
|
263
|
-
:target => '/etc/motd',
|
264
|
-
:source => '/foo',
|
265
|
-
:content => 'bar',
|
266
|
-
}
|
267
|
-
end
|
268
|
-
|
269
|
-
it 'should fail' do
|
270
|
-
expect { should }.to raise_error(Puppet::Error, /#{Regexp.escape(error_msg)}/m)
|
271
|
-
end
|
272
|
-
end
|
273
|
-
|
274
|
-
end # more than one content source
|
275
|
-
|
276
|
-
describe 'deprecated parameter' do
|
277
|
-
context 'mode =>' do
|
278
|
-
context '1755' do
|
279
|
-
it_behaves_like 'fragment', 'motd_header', {
|
280
|
-
:mode => '1755',
|
281
|
-
:target => '/etc/motd',
|
282
|
-
}
|
283
|
-
|
284
|
-
it 'should create a warning' do
|
285
|
-
skip('rspec-puppet support for testing warning()')
|
286
|
-
end
|
287
|
-
end
|
288
|
-
end # mode =>
|
289
|
-
|
290
|
-
context 'owner =>' do
|
291
|
-
context 'apenny' do
|
292
|
-
it_behaves_like 'fragment', 'motd_header', {
|
293
|
-
:owner => 'apenny',
|
294
|
-
:target => '/etc/motd',
|
295
|
-
}
|
296
|
-
|
297
|
-
it 'should create a warning' do
|
298
|
-
skip('rspec-puppet support for testing warning()')
|
299
|
-
end
|
300
|
-
end
|
301
|
-
end # owner =>
|
302
|
-
|
303
|
-
context 'group =>' do
|
304
|
-
context 'apenny' do
|
305
|
-
it_behaves_like 'fragment', 'motd_header', {
|
306
|
-
:group => 'apenny',
|
307
|
-
:target => '/etc/motd',
|
308
|
-
}
|
309
|
-
|
310
|
-
it 'should create a warning' do
|
311
|
-
skip('rspec-puppet support for testing warning()')
|
312
|
-
end
|
313
|
-
end
|
314
|
-
end # group =>
|
315
|
-
|
316
|
-
context 'backup =>' do
|
317
|
-
context 'foo' do
|
318
|
-
it_behaves_like 'fragment', 'motd_header', {
|
319
|
-
:backup => 'foo',
|
320
|
-
:target => '/etc/motd',
|
321
|
-
}
|
322
|
-
|
323
|
-
it 'should create a warning' do
|
324
|
-
skip('rspec-puppet support for testing warning()')
|
325
|
-
end
|
326
|
-
end
|
327
|
-
end # backup =>
|
328
|
-
end # deprecated params
|
329
|
-
|
330
|
-
end
|