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,20 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
|
3
|
-
newfunction(:loadyaml, :type => :rvalue, :doc => <<-'ENDHEREDOC') do |args|
|
4
|
-
Load a YAML file containing an array, string, or hash, and return the data
|
5
|
-
in the corresponding native data type.
|
6
|
-
|
7
|
-
For example:
|
8
|
-
|
9
|
-
$myhash = loadyaml('/etc/puppet/data/myhash.yaml')
|
10
|
-
ENDHEREDOC
|
11
|
-
|
12
|
-
unless args.length == 1
|
13
|
-
raise Puppet::ParseError, ("loadyaml(): wrong number of arguments (#{args.length}; must be 1)")
|
14
|
-
end
|
15
|
-
|
16
|
-
YAML.load_file(args[0])
|
17
|
-
|
18
|
-
end
|
19
|
-
|
20
|
-
end
|
@@ -1,32 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# lstrip.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:lstrip, :type => :rvalue, :doc => <<-EOS
|
7
|
-
Strips leading spaces to the left of a string.
|
8
|
-
EOS
|
9
|
-
) do |arguments|
|
10
|
-
|
11
|
-
raise(Puppet::ParseError, "lstrip(): Wrong number of arguments " +
|
12
|
-
"given (#{arguments.size} for 1)") if arguments.size < 1
|
13
|
-
|
14
|
-
value = arguments[0]
|
15
|
-
|
16
|
-
unless value.is_a?(Array) || value.is_a?(String)
|
17
|
-
raise(Puppet::ParseError, 'lstrip(): Requires either ' +
|
18
|
-
'array or string to work with')
|
19
|
-
end
|
20
|
-
|
21
|
-
if value.is_a?(Array)
|
22
|
-
# Numbers in Puppet are often string-encoded which is troublesome ...
|
23
|
-
result = value.collect { |i| i.is_a?(String) ? i.lstrip : i }
|
24
|
-
else
|
25
|
-
result = value.lstrip
|
26
|
-
end
|
27
|
-
|
28
|
-
return result
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,21 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
newfunction(:max, :type => :rvalue, :doc => <<-EOS
|
3
|
-
Returns the highest value of all arguments.
|
4
|
-
Requires at least one argument.
|
5
|
-
EOS
|
6
|
-
) do |args|
|
7
|
-
|
8
|
-
raise(Puppet::ParseError, "max(): Wrong number of arguments " +
|
9
|
-
"need at least one") if args.size == 0
|
10
|
-
|
11
|
-
# Sometimes we get numbers as numerics and sometimes as strings.
|
12
|
-
# We try to compare them as numbers when possible
|
13
|
-
return args.max do |a,b|
|
14
|
-
if a.to_s =~ /\A-?\d+(.\d+)?\z/ and b.to_s =~ /\A-?\d+(.\d+)?\z/ then
|
15
|
-
a.to_f <=> b.to_f
|
16
|
-
else
|
17
|
-
a.to_s <=> b.to_s
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,62 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# member.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
# TODO(Krzysztof Wilczynski): We need to add support for regular expression ...
|
6
|
-
# TODO(Krzysztof Wilczynski): Support for strings and hashes too ...
|
7
|
-
|
8
|
-
module Puppet::Parser::Functions
|
9
|
-
newfunction(:member, :type => :rvalue, :doc => <<-EOS
|
10
|
-
This function determines if a variable is a member of an array.
|
11
|
-
The variable can be a string, fixnum, or array.
|
12
|
-
|
13
|
-
*Examples:*
|
14
|
-
|
15
|
-
member(['a','b'], 'b')
|
16
|
-
|
17
|
-
Would return: true
|
18
|
-
|
19
|
-
member(['a', 'b', 'c'], ['a', 'b'])
|
20
|
-
|
21
|
-
would return: true
|
22
|
-
|
23
|
-
member(['a','b'], 'c')
|
24
|
-
|
25
|
-
Would return: false
|
26
|
-
|
27
|
-
member(['a', 'b', 'c'], ['d', 'b'])
|
28
|
-
|
29
|
-
would return: false
|
30
|
-
EOS
|
31
|
-
) do |arguments|
|
32
|
-
|
33
|
-
raise(Puppet::ParseError, "member(): Wrong number of arguments " +
|
34
|
-
"given (#{arguments.size} for 2)") if arguments.size < 2
|
35
|
-
|
36
|
-
array = arguments[0]
|
37
|
-
|
38
|
-
unless array.is_a?(Array)
|
39
|
-
raise(Puppet::ParseError, 'member(): Requires array to work with')
|
40
|
-
end
|
41
|
-
|
42
|
-
unless arguments[1].is_a? String or arguments[1].is_a? Fixnum or arguments[1].is_a? Array
|
43
|
-
raise(Puppet::ParseError, 'member(): Item to search for must be a string, fixnum, or array')
|
44
|
-
end
|
45
|
-
|
46
|
-
if arguments[1].is_a? String or arguments[1].is_a? Fixnum
|
47
|
-
item = Array(arguments[1])
|
48
|
-
else
|
49
|
-
item = arguments[1]
|
50
|
-
end
|
51
|
-
|
52
|
-
|
53
|
-
raise(Puppet::ParseError, 'member(): You must provide item ' +
|
54
|
-
'to search for within array given') if item.respond_to?('empty?') && item.empty?
|
55
|
-
|
56
|
-
result = (item - array).empty?
|
57
|
-
|
58
|
-
return result
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,34 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
newfunction(:merge, :type => :rvalue, :doc => <<-'ENDHEREDOC') do |args|
|
3
|
-
Merges two or more hashes together and returns the resulting hash.
|
4
|
-
|
5
|
-
For example:
|
6
|
-
|
7
|
-
$hash1 = {'one' => 1, 'two', => 2}
|
8
|
-
$hash2 = {'two' => 'dos', 'three', => 'tres'}
|
9
|
-
$merged_hash = merge($hash1, $hash2)
|
10
|
-
# The resulting hash is equivalent to:
|
11
|
-
# $merged_hash = {'one' => 1, 'two' => 'dos', 'three' => 'tres'}
|
12
|
-
|
13
|
-
When there is a duplicate key, the key in the rightmost hash will "win."
|
14
|
-
|
15
|
-
ENDHEREDOC
|
16
|
-
|
17
|
-
if args.length < 2
|
18
|
-
raise Puppet::ParseError, ("merge(): wrong number of arguments (#{args.length}; must be at least 2)")
|
19
|
-
end
|
20
|
-
|
21
|
-
# The hash we accumulate into
|
22
|
-
accumulator = Hash.new
|
23
|
-
# Merge into the accumulator hash
|
24
|
-
args.each do |arg|
|
25
|
-
next if arg.is_a? String and arg.empty? # empty string is synonym for puppet's undef
|
26
|
-
unless arg.is_a?(Hash)
|
27
|
-
raise Puppet::ParseError, "merge: unexpected argument type #{arg.class}, only expects hash arguments"
|
28
|
-
end
|
29
|
-
accumulator.merge!(arg)
|
30
|
-
end
|
31
|
-
# Return the fully merged hash
|
32
|
-
accumulator
|
33
|
-
end
|
34
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
newfunction(:min, :type => :rvalue, :doc => <<-EOS
|
3
|
-
Returns the lowest value of all arguments.
|
4
|
-
Requires at least one argument.
|
5
|
-
EOS
|
6
|
-
) do |args|
|
7
|
-
|
8
|
-
raise(Puppet::ParseError, "min(): Wrong number of arguments " +
|
9
|
-
"need at least one") if args.size == 0
|
10
|
-
|
11
|
-
# Sometimes we get numbers as numerics and sometimes as strings.
|
12
|
-
# We try to compare them as numbers when possible
|
13
|
-
return args.min do |a,b|
|
14
|
-
if a.to_s =~ /\A^-?\d+(.\d+)?\z/ and b.to_s =~ /\A-?\d+(.\d+)?\z/ then
|
15
|
-
a.to_f <=> b.to_f
|
16
|
-
else
|
17
|
-
a.to_s <=> b.to_s
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,43 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# num2bool.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:num2bool, :type => :rvalue, :doc => <<-EOS
|
7
|
-
This function converts a number or a string representation of a number into a
|
8
|
-
true boolean. Zero or anything non-numeric becomes false. Numbers higher then 0
|
9
|
-
become true.
|
10
|
-
EOS
|
11
|
-
) do |arguments|
|
12
|
-
|
13
|
-
raise(Puppet::ParseError, "num2bool(): Wrong number of arguments " +
|
14
|
-
"given (#{arguments.size} for 1)") if arguments.size != 1
|
15
|
-
|
16
|
-
number = arguments[0]
|
17
|
-
|
18
|
-
case number
|
19
|
-
when Numeric
|
20
|
-
# Yay, it's a number
|
21
|
-
when String
|
22
|
-
begin
|
23
|
-
number = Float(number)
|
24
|
-
rescue ArgumentError => ex
|
25
|
-
raise(Puppet::ParseError, "num2bool(): '#{number}' does not look like a number: #{ex.message}")
|
26
|
-
end
|
27
|
-
else
|
28
|
-
begin
|
29
|
-
number = number.to_s
|
30
|
-
rescue NoMethodError => ex
|
31
|
-
raise(Puppet::ParseError, "num2bool(): Unable to parse argument: #{ex.message}")
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
# Truncate Floats
|
36
|
-
number = number.to_i
|
37
|
-
|
38
|
-
# Return true for any positive number and false otherwise
|
39
|
-
return number > 0
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,24 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# parsejson.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:parsejson, :type => :rvalue, :doc => <<-EOS
|
7
|
-
This function accepts JSON as a string and converts into the correct Puppet
|
8
|
-
structure.
|
9
|
-
EOS
|
10
|
-
) do |arguments|
|
11
|
-
|
12
|
-
if (arguments.size != 1) then
|
13
|
-
raise(Puppet::ParseError, "parsejson(): Wrong number of arguments "+
|
14
|
-
"given #{arguments.size} for 1")
|
15
|
-
end
|
16
|
-
|
17
|
-
json = arguments[0]
|
18
|
-
|
19
|
-
# PSON is natively available in puppet
|
20
|
-
PSON.load(json)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,24 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# parseyaml.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:parseyaml, :type => :rvalue, :doc => <<-EOS
|
7
|
-
This function accepts YAML as a string and converts it into the correct
|
8
|
-
Puppet structure.
|
9
|
-
EOS
|
10
|
-
) do |arguments|
|
11
|
-
|
12
|
-
if (arguments.size != 1) then
|
13
|
-
raise(Puppet::ParseError, "parseyaml(): Wrong number of arguments "+
|
14
|
-
"given #{arguments.size} for 1")
|
15
|
-
end
|
16
|
-
|
17
|
-
require 'yaml'
|
18
|
-
|
19
|
-
YAML::load(arguments[0])
|
20
|
-
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,29 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
newfunction(:pick, :type => :rvalue, :doc => <<-EOS
|
3
|
-
|
4
|
-
This function is similar to a coalesce function in SQL in that it will return
|
5
|
-
the first value in a list of values that is not undefined or an empty string
|
6
|
-
(two things in Puppet that will return a boolean false value). Typically,
|
7
|
-
this function is used to check for a value in the Puppet Dashboard/Enterprise
|
8
|
-
Console, and failover to a default value like the following:
|
9
|
-
|
10
|
-
$real_jenkins_version = pick($::jenkins_version, '1.449')
|
11
|
-
|
12
|
-
The value of $real_jenkins_version will first look for a top-scope variable
|
13
|
-
called 'jenkins_version' (note that parameters set in the Puppet Dashboard/
|
14
|
-
Enterprise Console are brought into Puppet as top-scope variables), and,
|
15
|
-
failing that, will use a default value of 1.449.
|
16
|
-
|
17
|
-
EOS
|
18
|
-
) do |args|
|
19
|
-
args = args.compact
|
20
|
-
args.delete(:undef)
|
21
|
-
args.delete(:undefined)
|
22
|
-
args.delete("")
|
23
|
-
if args[0].to_s.empty? then
|
24
|
-
fail Puppet::ParseError, "pick(): must receive at least one non empty value"
|
25
|
-
else
|
26
|
-
return args[0]
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
module Puppet::Parser::Functions
|
2
|
-
newfunction(:pick_default, :type => :rvalue, :doc => <<-EOS
|
3
|
-
|
4
|
-
This function is similar to a coalesce function in SQL in that it will return
|
5
|
-
the first value in a list of values that is not undefined or an empty string
|
6
|
-
(two things in Puppet that will return a boolean false value). If no value is
|
7
|
-
found, it will return the last argument.
|
8
|
-
|
9
|
-
Typically, this function is used to check for a value in the Puppet
|
10
|
-
Dashboard/Enterprise Console, and failover to a default value like the
|
11
|
-
following:
|
12
|
-
|
13
|
-
$real_jenkins_version = pick_default($::jenkins_version, '1.449')
|
14
|
-
|
15
|
-
The value of $real_jenkins_version will first look for a top-scope variable
|
16
|
-
called 'jenkins_version' (note that parameters set in the Puppet Dashboard/
|
17
|
-
Enterprise Console are brought into Puppet as top-scope variables), and,
|
18
|
-
failing that, will use a default value of 1.449.
|
19
|
-
|
20
|
-
Note that, contrary to the pick() function, the pick_default does not fail if
|
21
|
-
all arguments are empty. This allows pick_default to use an empty value as
|
22
|
-
default.
|
23
|
-
|
24
|
-
EOS
|
25
|
-
) do |args|
|
26
|
-
fail "Must receive at least one argument." if args.empty?
|
27
|
-
default = args.last
|
28
|
-
args = args[0..-2].compact
|
29
|
-
args.delete(:undef)
|
30
|
-
args.delete(:undefined)
|
31
|
-
args.delete("")
|
32
|
-
args << default
|
33
|
-
return args[0]
|
34
|
-
end
|
35
|
-
end
|
@@ -1,52 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# prefix.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:prefix, :type => :rvalue, :doc => <<-EOS
|
7
|
-
This function applies a prefix to all elements in an array or a hash.
|
8
|
-
|
9
|
-
*Examples:*
|
10
|
-
|
11
|
-
prefix(['a','b','c'], 'p')
|
12
|
-
|
13
|
-
Will return: ['pa','pb','pc']
|
14
|
-
EOS
|
15
|
-
) do |arguments|
|
16
|
-
|
17
|
-
# Technically we support two arguments but only first is mandatory ...
|
18
|
-
raise(Puppet::ParseError, "prefix(): Wrong number of arguments " +
|
19
|
-
"given (#{arguments.size} for 1)") if arguments.size < 1
|
20
|
-
|
21
|
-
enumerable = arguments[0]
|
22
|
-
|
23
|
-
unless enumerable.is_a?(Array) or enumerable.is_a?(Hash)
|
24
|
-
raise Puppet::ParseError, "prefix(): expected first argument to be an Array or a Hash, got #{enumerable.inspect}"
|
25
|
-
end
|
26
|
-
|
27
|
-
prefix = arguments[1] if arguments[1]
|
28
|
-
|
29
|
-
if prefix
|
30
|
-
unless prefix.is_a?(String)
|
31
|
-
raise Puppet::ParseError, "prefix(): expected second argument to be a String, got #{prefix.inspect}"
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
if enumerable.is_a?(Array)
|
36
|
-
# Turn everything into string same as join would do ...
|
37
|
-
result = enumerable.collect do |i|
|
38
|
-
i = i.to_s
|
39
|
-
prefix ? prefix + i : i
|
40
|
-
end
|
41
|
-
else
|
42
|
-
result = Hash[enumerable.map do |k,v|
|
43
|
-
k = k.to_s
|
44
|
-
[ prefix ? prefix + k : k, v ]
|
45
|
-
end]
|
46
|
-
end
|
47
|
-
|
48
|
-
return result
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
# vim: set ts=2 sw=2 et :
|
@@ -1,17 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# private.rb
|
3
|
-
#
|
4
|
-
|
5
|
-
module Puppet::Parser::Functions
|
6
|
-
newfunction(:private, :doc => <<-'EOS'
|
7
|
-
DEPRECATED: Sets the current class or definition as private.
|
8
|
-
Calling the class or definition from outside the current module will fail.
|
9
|
-
EOS
|
10
|
-
) do |args|
|
11
|
-
warning("private() DEPRECATED: This function will cease to function on Puppet 4; please use assert_private() before upgrading to puppet 4 for backwards-compatibility, or migrate to the new parser's typing system.")
|
12
|
-
if !Puppet::Parser::Functions.autoloader.loaded?(:assert_private)
|
13
|
-
Puppet::Parser::Functions.autoloader.load(:assert_private)
|
14
|
-
end
|
15
|
-
function_assert_private([(args[0] unless args.size < 1)])
|
16
|
-
end
|
17
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
Puppet::Parser::Functions::newfunction(
|
2
|
-
:pw_hash,
|
3
|
-
:type => :rvalue,
|
4
|
-
:arity => 3,
|
5
|
-
:doc => "Hashes a password using the crypt function. Provides a hash
|
6
|
-
usable on most POSIX systems.
|
7
|
-
|
8
|
-
The first argument to this function is the password to hash. If it is
|
9
|
-
undef or an empty string, this function returns undef.
|
10
|
-
|
11
|
-
The second argument to this function is which type of hash to use. It
|
12
|
-
will be converted into the appropriate crypt(3) hash specifier. Valid
|
13
|
-
hash types are:
|
14
|
-
|
15
|
-
|Hash type |Specifier|
|
16
|
-
|---------------------|---------|
|
17
|
-
|MD5 |1 |
|
18
|
-
|SHA-256 |5 |
|
19
|
-
|SHA-512 (recommended)|6 |
|
20
|
-
|
21
|
-
The third argument to this function is the salt to use.
|
22
|
-
|
23
|
-
Note: this uses the Puppet Master's implementation of crypt(3). If your
|
24
|
-
environment contains several different operating systems, ensure that they
|
25
|
-
are compatible before using this function.") do |args|
|
26
|
-
raise ArgumentError, "pw_hash(): wrong number of arguments (#{args.size} for 3)" if args.size != 3
|
27
|
-
raise ArgumentError, "pw_hash(): first argument must be a string" unless args[0].is_a? String or args[0].nil?
|
28
|
-
raise ArgumentError, "pw_hash(): second argument must be a string" unless args[1].is_a? String
|
29
|
-
hashes = { 'md5' => '1',
|
30
|
-
'sha-256' => '5',
|
31
|
-
'sha-512' => '6' }
|
32
|
-
hash_type = hashes[args[1].downcase]
|
33
|
-
raise ArgumentError, "pw_hash(): #{args[1]} is not a valid hash type" if hash_type.nil?
|
34
|
-
raise ArgumentError, "pw_hash(): third argument must be a string" unless args[2].is_a? String
|
35
|
-
raise ArgumentError, "pw_hash(): third argument must not be empty" if args[2].empty?
|
36
|
-
raise ArgumentError, "pw_hash(): characters in salt must be in the set [a-zA-Z0-9./]" unless args[2].match(/\A[a-zA-Z0-9.\/]+\z/)
|
37
|
-
|
38
|
-
password = args[0]
|
39
|
-
return nil if password.nil? or password.empty?
|
40
|
-
|
41
|
-
# handle weak implementations of String#crypt
|
42
|
-
if 'test'.crypt('$1$1') != '$1$1$Bp8CU9Oujr9SSEw53WV6G.'
|
43
|
-
# JRuby < 1.7.17
|
44
|
-
if RUBY_PLATFORM == 'java'
|
45
|
-
# override String#crypt for password variable
|
46
|
-
def password.crypt(salt)
|
47
|
-
# puppetserver bundles Apache Commons Codec
|
48
|
-
org.apache.commons.codec.digest.Crypt.crypt(self.to_java_bytes, salt)
|
49
|
-
end
|
50
|
-
else
|
51
|
-
# MS Windows and other systems that don't support enhanced salts
|
52
|
-
raise Puppet::ParseError, 'system does not support enhanced salts'
|
53
|
-
end
|
54
|
-
end
|
55
|
-
password.crypt("$#{hash_type}$#{args[2]}")
|
56
|
-
end
|