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,29 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
require 'puppetlabs_spec_helper/module_spec_helper'
|
3
|
-
|
4
|
-
RSpec.configure do |c|
|
5
|
-
c.include PuppetlabsSpec::Files
|
6
|
-
|
7
|
-
c.before :each do
|
8
|
-
# Ensure that we don't accidentally cache facts and environment
|
9
|
-
# between test cases.
|
10
|
-
Facter::Util::Loader.any_instance.stubs(:load_all)
|
11
|
-
Facter.clear
|
12
|
-
Facter.clear_messages
|
13
|
-
|
14
|
-
# Store any environment variables away to be restored later
|
15
|
-
@old_env = {}
|
16
|
-
ENV.each_key {|k| @old_env[k] = ENV[k]}
|
17
|
-
|
18
|
-
if Gem::Version.new(`puppet --version`) >= Gem::Version.new('3.5')
|
19
|
-
Puppet.settings[:strict_variables]=true
|
20
|
-
end
|
21
|
-
if ENV['PARSER']
|
22
|
-
Puppet.settings[:parser]=ENV['PARSER']
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
c.after :each do
|
27
|
-
PuppetlabsSpec::Files.cleanup
|
28
|
-
end
|
29
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
#!/usr/bin/env rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the scope_defaults function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
Puppet::Parser::Functions.function("scope_defaults").should == "function_scope_defaults"
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there is less than 2 arguments" do
|
12
|
-
expect{ scope.function_scope_defaults([]) }.
|
13
|
-
to raise_error(Puppet::ParseError)
|
14
|
-
end
|
15
|
-
|
16
|
-
it "should raise a ParseError if there is more than 2 arguments" do
|
17
|
-
expect{ scope.function_scope_defaults(['exec', 'path', 'error']) }.
|
18
|
-
to raise_error(Puppet::ParseError)
|
19
|
-
end
|
20
|
-
|
21
|
-
it "should return false for invalid resource" do
|
22
|
-
result = scope.function_scope_defaults(['foo', 'path'])
|
23
|
-
result.should(eq(false))
|
24
|
-
end
|
25
|
-
|
26
|
-
it "should return false for resource without default attributes" do
|
27
|
-
if scope.respond_to? :define_settings
|
28
|
-
scope.define_settings('Exec', Puppet::Parser::Resource::Param.new(:name => :path, :value => "/bin"))
|
29
|
-
else
|
30
|
-
scope.setdefaults('Exec', Puppet::Parser::Resource::Param.new(:name => :path, :value => "/bin"))
|
31
|
-
end
|
32
|
-
result = scope.function_scope_defaults(['Exec', 'foo'])
|
33
|
-
result.should(eq(false))
|
34
|
-
end
|
35
|
-
|
36
|
-
it "should return true for resource with default attributes" do
|
37
|
-
if scope.respond_to? :define_settings
|
38
|
-
scope.define_settings('Exec', Puppet::Parser::Resource::Param.new(:name => :path, :value => "/bin"))
|
39
|
-
else
|
40
|
-
scope.setdefaults('Exec', Puppet::Parser::Resource::Param.new(:name => :path, :value => "/bin"))
|
41
|
-
end
|
42
|
-
result = scope.function_scope_defaults(['Exec', 'path'])
|
43
|
-
result.should(eq(true))
|
44
|
-
end
|
45
|
-
end
|
@@ -1,51 +0,0 @@
|
|
1
|
-
#!/usr/bin/env rspec
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe "the staging parser function" do
|
5
|
-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
|
6
|
-
|
7
|
-
it "should exist" do
|
8
|
-
Puppet::Parser::Functions.function("staging_parse").should == "function_staging_parse"
|
9
|
-
end
|
10
|
-
|
11
|
-
it "should raise a ParseError if there is less than 1 arguments" do
|
12
|
-
lambda { scope.function_staging_parse([]) }.should( raise_error(Puppet::ParseError))
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should raise a ParseError if there is more than 3 arguments" do
|
16
|
-
lambda { scope.function_staging_parse(['/etc', 'filename', '.zip', 'error']) }.should( raise_error(Puppet::ParseError))
|
17
|
-
end
|
18
|
-
|
19
|
-
it "should raise a ParseError if there is an invalid info request" do
|
20
|
-
lambda { scope.function_staging_parse(['/etc', 'sheep', '.zip']) }.should( raise_error(Puppet::ParseError))
|
21
|
-
end
|
22
|
-
|
23
|
-
it "should raise a ParseError if 'source' doesn't have a URI path component" do
|
24
|
-
lambda { scope.function_staging_parse(['uri:without-path']) }.should( raise_error(Puppet::ParseError, /has no URI 'path' component/))
|
25
|
-
end
|
26
|
-
|
27
|
-
it "should return the filename by default" do
|
28
|
-
result = scope.function_staging_parse(["/etc/puppet/sample.tar.gz"])
|
29
|
-
result.should(eq('sample.tar.gz'))
|
30
|
-
end
|
31
|
-
|
32
|
-
it "should return the file basename" do
|
33
|
-
result = scope.function_staging_parse(["/etc/puppet/sample.tar.gz", "basename"])
|
34
|
-
result.should(eq('sample.tar'))
|
35
|
-
end
|
36
|
-
|
37
|
-
it "should return the file basename with custom extensions" do
|
38
|
-
result = scope.function_staging_parse(["/etc/puppet/sample.tar.gz", "basename", ".tar.gz"])
|
39
|
-
result.should(eq('sample'))
|
40
|
-
end
|
41
|
-
|
42
|
-
it "should return the file extname" do
|
43
|
-
result = scope.function_staging_parse(["/etc/puppet/sample.tar.gz", "extname"])
|
44
|
-
result.should(eq('.gz'))
|
45
|
-
end
|
46
|
-
|
47
|
-
it "should return the file parent" do
|
48
|
-
result = scope.function_staging_parse(["/etc/puppet/sample.tar.gz", "parent"])
|
49
|
-
result.should(eq('/etc/puppet'))
|
50
|
-
end
|
51
|
-
end
|
@@ -1,25 +0,0 @@
|
|
1
|
-
$caller_module_name = 'demo'
|
2
|
-
|
3
|
-
class { 'staging':
|
4
|
-
path => '/tmp/staging',
|
5
|
-
}
|
6
|
-
|
7
|
-
staging::file { 'sample.tar.gz':
|
8
|
-
source => 'puppet:///modules/staging/sample.tar.gz'
|
9
|
-
}
|
10
|
-
|
11
|
-
staging::extract { 'sample.tar.gz':
|
12
|
-
target => '/tmp/staging',
|
13
|
-
creates => '/tmp/staging/sample',
|
14
|
-
require => Staging::File['sample.tar.gz'],
|
15
|
-
}
|
16
|
-
|
17
|
-
staging::file { 'sample.tar.bz2':
|
18
|
-
source => 'puppet:///modules/staging/sample.tar.bz2'
|
19
|
-
}
|
20
|
-
|
21
|
-
staging::extract { 'sample.tar.bz2':
|
22
|
-
target => '/tmp/staging',
|
23
|
-
creates => '/tmp/staging/sample-tar-bz2',
|
24
|
-
require => Staging::File['sample.tar.bz2'],
|
25
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
$caller_module_name = 'demo'
|
2
|
-
|
3
|
-
class { 'staging':
|
4
|
-
path => '/tmp/staging',
|
5
|
-
}
|
6
|
-
|
7
|
-
staging::file { 'sample':
|
8
|
-
source => 'puppet:///modules/staging/sample',
|
9
|
-
}
|
10
|
-
|
11
|
-
staging::file { 'passwd':
|
12
|
-
source => '/etc/passwd',
|
13
|
-
}
|
14
|
-
|
15
|
-
staging::file { 'manpage.html':
|
16
|
-
source => 'http://curl.haxx.se/docs/manpage.html',
|
17
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
include staging
|
@@ -1,12 +0,0 @@
|
|
1
|
-
$file = '/etc/puppetlabs/foo.bar.tar.gz'
|
2
|
-
$filename = staging_parse($file)
|
3
|
-
$basename = staging_parse($file, 'basename')
|
4
|
-
$extname = staging_parse($file, 'extname')
|
5
|
-
$parent = staging_parse($file, 'parent')
|
6
|
-
$rbasename = staging_parse($file, 'basename', '.tar.gz')
|
7
|
-
|
8
|
-
notice($filename)
|
9
|
-
notice($basename)
|
10
|
-
notice($extname)
|
11
|
-
notice($parent)
|
12
|
-
notice($rbasename)
|
@@ -1,515 +0,0 @@
|
|
1
|
-
##2015-04-14 - Supported Release 4.6.0
|
2
|
-
###Summary
|
3
|
-
|
4
|
-
Adds functions and function argument abilities, and improves compatibility with the new puppet parser
|
5
|
-
|
6
|
-
####Features
|
7
|
-
- MODULES-444: `concat()` can now take more than two arrays
|
8
|
-
- `basename()` added to have Ruby File.basename functionality
|
9
|
-
- `delete()` can now take an array of items to remove
|
10
|
-
- `prefix()` can now take a hash
|
11
|
-
- `upcase()` can now take a hash or array of upcaseable things
|
12
|
-
- `validate_absolute_path()` can now take an array
|
13
|
-
- `validate_cmd()` can now use % in the command to embed the validation file argument in the string
|
14
|
-
- MODULES-1473: deprecate `type()` function in favor of `type3x()`
|
15
|
-
- MODULES-1473: Add `type_of()` to give better time information on future parser
|
16
|
-
- Deprecate `private()` for `assert_private()` due to future parser
|
17
|
-
- Adds `ceiling()` to take the ceiling of a number
|
18
|
-
- Adds `fqdn_rand_string()` to generate random string based on fqdn
|
19
|
-
- Adds `pw_hash()` to generate password hashes
|
20
|
-
- Adds `validate_integer()`
|
21
|
-
- Adds `validate_numeric()` (like `validate_integer()` but also accepts floats)
|
22
|
-
|
23
|
-
####Bugfixes
|
24
|
-
- Fix seeding of `fqdn_rotate()`
|
25
|
-
- `ensure_resource()` is more verbose on debug mode
|
26
|
-
- Stricter argument checking for `dirname()`
|
27
|
-
- Fix `is_domain_name()` to better match RFC
|
28
|
-
- Fix `uriescape()` when called with array
|
29
|
-
- Fix `file_line` resource when using the `after` attribute with `match`
|
30
|
-
|
31
|
-
##2015-01-14 - Supported Release 4.5.1
|
32
|
-
###Summary
|
33
|
-
|
34
|
-
This release changes the temporary facter_dot_d cache locations outside of the /tmp directory due to a possible security vunerability. CVE-2015-1029
|
35
|
-
|
36
|
-
####Bugfixes
|
37
|
-
- Facter_dot_d cache will now be stored in puppet libdir instead of tmp
|
38
|
-
|
39
|
-
##2014-12-15 - Supported Release 4.5.0
|
40
|
-
###Summary
|
41
|
-
|
42
|
-
This release improves functionality of the member function and adds improved future parser support.
|
43
|
-
|
44
|
-
####Features
|
45
|
-
- MODULES-1329: Update member() to allow the variable to be an array.
|
46
|
-
- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
|
47
|
-
|
48
|
-
####Bugfixes
|
49
|
-
- Fix range() to work with numeric ranges with the future parser
|
50
|
-
- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
|
51
|
-
- Don't require `line` to match the `match` parameter
|
52
|
-
|
53
|
-
##2014-11-10 - Supported Release 4.4.0
|
54
|
-
###Summary
|
55
|
-
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.
|
56
|
-
|
57
|
-
####Features
|
58
|
-
- All new shiny README
|
59
|
-
- New `private()` function for making private manifests (yay!)
|
60
|
-
|
61
|
-
####Bugfixes
|
62
|
-
- Code reuse in `bool2num()` and `zip()`
|
63
|
-
- Fix many functions to handle `generate()` no longer returning a string on new puppets
|
64
|
-
- `concat()` no longer modifies the first argument (whoops)
|
65
|
-
- strict variable support for `getvar()`, `member()`, `values_at`, and `has_interface_with()`
|
66
|
-
- `to_bytes()` handles PB and EB now
|
67
|
-
- Fix `tempfile` ruby requirement for `validate_augeas()` and `validate_cmd()`
|
68
|
-
- Fix `validate_cmd()` for windows
|
69
|
-
- Correct `validate_string()` docs to reflect non-handling of `undef`
|
70
|
-
- Fix `file_line` matching on older rubies
|
71
|
-
|
72
|
-
|
73
|
-
##2014-07-15 - Supported Release 4.3.2
|
74
|
-
###Summary
|
75
|
-
|
76
|
-
This release merely updates metadata.json so the module can be uninstalled and
|
77
|
-
upgraded via the puppet module command.
|
78
|
-
|
79
|
-
##2014-07-14 - Supported Release 4.3.1
|
80
|
-
### Summary
|
81
|
-
This supported release updates the metadata.json to work around upgrade behavior of the PMT.
|
82
|
-
|
83
|
-
#### Bugfixes
|
84
|
-
- Synchronize metadata.json with PMT-generated metadata to pass checksums
|
85
|
-
|
86
|
-
##2014-06-27 - Supported Release 4.3.0
|
87
|
-
### Summary
|
88
|
-
This release is the first supported release of the stdlib 4 series. It remains
|
89
|
-
backwards-compatible with the stdlib 3 series. It adds two new functions, one bugfix, and many testing updates.
|
90
|
-
|
91
|
-
#### Features
|
92
|
-
- New `bool2str()` function
|
93
|
-
- New `camalcase()` function
|
94
|
-
|
95
|
-
#### Bugfixes
|
96
|
-
- Fix `has_interface_with()` when interfaces fact is nil
|
97
|
-
|
98
|
-
##2014-06-04 - Release 4.2.2
|
99
|
-
### Summary
|
100
|
-
|
101
|
-
This release adds PE3.3 support in the metadata and fixes a few tests.
|
102
|
-
|
103
|
-
## 2014-05-08 - Release - 4.2.1
|
104
|
-
### Summary
|
105
|
-
This release moves a stray symlink that can cause problems.
|
106
|
-
|
107
|
-
## 2014-05-08 - Release - 4.2.0
|
108
|
-
### Summary
|
109
|
-
This release adds many new functions and fixes, and continues to be backwards compatible with stdlib 3.x
|
110
|
-
|
111
|
-
#### Features
|
112
|
-
- New `base64()` function
|
113
|
-
- New `deep_merge()` function
|
114
|
-
- New `delete_undef_values()` function
|
115
|
-
- New `delete_values()` function
|
116
|
-
- New `difference()` function
|
117
|
-
- New `intersection()` function
|
118
|
-
- New `is_bool()` function
|
119
|
-
- New `pick_default()` function
|
120
|
-
- New `union()` function
|
121
|
-
- New `validate_ipv4_address` function
|
122
|
-
- New `validate_ipv6_address` function
|
123
|
-
- Update `ensure_packages()` to take an option hash as a second parameter.
|
124
|
-
- Update `range()` to take an optional third argument for range step
|
125
|
-
- Update `validate_slength()` to take an optional third argument for minimum length
|
126
|
-
- Update `file_line` resource to take `after` and `multiple` attributes
|
127
|
-
|
128
|
-
#### Bugfixes
|
129
|
-
- Correct `is_string`, `is_domain_name`, `is_array`, `is_float`, and `is_function_available` for parsing odd types such as bools and hashes.
|
130
|
-
- Allow facts.d facts to contain `=` in the value
|
131
|
-
- Fix `root_home` fact on darwin systems
|
132
|
-
- Fix `concat()` to work with a second non-array argument
|
133
|
-
- Fix `floor()` to work with integer strings
|
134
|
-
- Fix `is_integer()` to return true if passed integer strings
|
135
|
-
- Fix `is_numeric()` to return true if passed integer strings
|
136
|
-
- Fix `merge()` to work with empty strings
|
137
|
-
- Fix `pick()` to raise the correct error type
|
138
|
-
- Fix `uriescape()` to use the default URI.escape list
|
139
|
-
- Add/update unit & acceptance tests.
|
140
|
-
|
141
|
-
|
142
|
-
##2014-03-04 - Supported Release - 3.2.1
|
143
|
-
###Summary
|
144
|
-
This is a supported release
|
145
|
-
|
146
|
-
####Bugfixes
|
147
|
-
- Fixed `is_integer`/`is_float`/`is_numeric` for checking the value of arithmatic expressions.
|
148
|
-
|
149
|
-
####Known bugs
|
150
|
-
* No known bugs
|
151
|
-
|
152
|
-
---
|
153
|
-
|
154
|
-
##### 2013-05-06 - Jeff McCune <jeff@puppetlabs.com> - 4.1.0
|
155
|
-
|
156
|
-
* (#20582) Restore facter\_dot\_d to stdlib for PE users (3b887c8)
|
157
|
-
* (maint) Update Gemfile with GEM\_FACTER\_VERSION (f44d535)
|
158
|
-
|
159
|
-
##### 2013-05-06 - Alex Cline <acline@us.ibm.com> - 4.1.0
|
160
|
-
|
161
|
-
* Terser method of string to array conversion courtesy of ethooz. (d38bce0)
|
162
|
-
|
163
|
-
##### 2013-05-06 - Alex Cline <acline@us.ibm.com> 4.1.0
|
164
|
-
|
165
|
-
* Refactor ensure\_resource expectations (b33cc24)
|
166
|
-
|
167
|
-
##### 2013-05-06 - Alex Cline <acline@us.ibm.com> 4.1.0
|
168
|
-
|
169
|
-
* Changed str-to-array conversion and removed abbreviation. (de253db)
|
170
|
-
|
171
|
-
##### 2013-05-03 - Alex Cline <acline@us.ibm.com> 4.1.0
|
172
|
-
|
173
|
-
* (#20548) Allow an array of resource titles to be passed into the ensure\_resource function (e08734a)
|
174
|
-
|
175
|
-
##### 2013-05-02 - Raphaël Pinson <raphael.pinson@camptocamp.com> - 4.1.0
|
176
|
-
|
177
|
-
* Add a dirname function (2ba9e47)
|
178
|
-
|
179
|
-
##### 2013-04-29 - Mark Smith-Guerrero <msmithgu@gmail.com> - 4.1.0
|
180
|
-
|
181
|
-
* (maint) Fix a small typo in hash() description (928036a)
|
182
|
-
|
183
|
-
##### 2013-04-12 - Jeff McCune <jeff@puppetlabs.com> - 4.0.2
|
184
|
-
|
185
|
-
* Update user information in gemspec to make the intent of the Gem clear.
|
186
|
-
|
187
|
-
##### 2013-04-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.1
|
188
|
-
|
189
|
-
* Fix README function documentation (ab3e30c)
|
190
|
-
|
191
|
-
##### 2013-04-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
192
|
-
|
193
|
-
* stdlib 4.0 drops support with Puppet 2.7
|
194
|
-
* stdlib 4.0 preserves support with Puppet 3
|
195
|
-
|
196
|
-
##### 2013-04-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
197
|
-
|
198
|
-
* Add ability to use puppet from git via bundler (9c5805f)
|
199
|
-
|
200
|
-
##### 2013-04-10 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
201
|
-
|
202
|
-
* (maint) Make stdlib usable as a Ruby GEM (e81a45e)
|
203
|
-
|
204
|
-
##### 2013-04-10 - Erik Dalén <dalen@spotify.com> - 4.0.0
|
205
|
-
|
206
|
-
* Add a count function (f28550e)
|
207
|
-
|
208
|
-
##### 2013-03-31 - Amos Shapira <ashapira@atlassian.com> - 4.0.0
|
209
|
-
|
210
|
-
* (#19998) Implement any2array (7a2fb80)
|
211
|
-
|
212
|
-
##### 2013-03-29 - Steve Huff <shuff@vecna.org> - 4.0.0
|
213
|
-
|
214
|
-
* (19864) num2bool match fix (8d217f0)
|
215
|
-
|
216
|
-
##### 2013-03-20 - Erik Dalén <dalen@spotify.com> - 4.0.0
|
217
|
-
|
218
|
-
* Allow comparisons of Numeric and number as String (ff5dd5d)
|
219
|
-
|
220
|
-
##### 2013-03-26 - Richard Soderberg <rsoderberg@mozilla.com> - 4.0.0
|
221
|
-
|
222
|
-
* add suffix function to accompany the prefix function (88a93ac)
|
223
|
-
|
224
|
-
##### 2013-03-19 - Kristof Willaert <kristof.willaert@gmail.com> - 4.0.0
|
225
|
-
|
226
|
-
* Add floor function implementation and unit tests (0527341)
|
227
|
-
|
228
|
-
##### 2012-04-03 - Eric Shamow <eric@puppetlabs.com> - 4.0.0
|
229
|
-
|
230
|
-
* (#13610) Add is\_function\_available to stdlib (961dcab)
|
231
|
-
|
232
|
-
##### 2012-12-17 - Justin Lambert <jlambert@eml.cc> - 4.0.0
|
233
|
-
|
234
|
-
* str2bool should return a boolean if called with a boolean (5d5a4d4)
|
235
|
-
|
236
|
-
##### 2012-10-23 - Uwe Stuehler <ustuehler@team.mobile.de> - 4.0.0
|
237
|
-
|
238
|
-
* Fix number of arguments check in flatten() (e80207b)
|
239
|
-
|
240
|
-
##### 2013-03-11 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
241
|
-
|
242
|
-
* Add contributing document (96e19d0)
|
243
|
-
|
244
|
-
##### 2013-03-04 - Raphaël Pinson <raphael.pinson@camptocamp.com> - 4.0.0
|
245
|
-
|
246
|
-
* Add missing documentation for validate\_augeas and validate\_cmd to README.markdown (a1510a1)
|
247
|
-
|
248
|
-
##### 2013-02-14 - Joshua Hoblitt <jhoblitt@cpan.org> - 4.0.0
|
249
|
-
|
250
|
-
* (#19272) Add has\_element() function (95cf3fe)
|
251
|
-
|
252
|
-
##### 2013-02-07 - Raphaël Pinson <raphael.pinson@camptocamp.com> - 4.0.0
|
253
|
-
|
254
|
-
* validate\_cmd(): Use Puppet::Util::Execution.execute when available (69248df)
|
255
|
-
|
256
|
-
##### 2012-12-06 - Raphaël Pinson <raphink@gmail.com> - 4.0.0
|
257
|
-
|
258
|
-
* Add validate\_augeas function (3a97c23)
|
259
|
-
|
260
|
-
##### 2012-12-06 - Raphaël Pinson <raphink@gmail.com> - 4.0.0
|
261
|
-
|
262
|
-
* Add validate\_cmd function (6902cc5)
|
263
|
-
|
264
|
-
##### 2013-01-14 - David Schmitt <david@dasz.at> - 4.0.0
|
265
|
-
|
266
|
-
* Add geppetto project definition (b3fc0a3)
|
267
|
-
|
268
|
-
##### 2013-01-02 - Jaka Hudoklin <jakahudoklin@gmail.com> - 4.0.0
|
269
|
-
|
270
|
-
* Add getparam function to get defined resource parameters (20e0e07)
|
271
|
-
|
272
|
-
##### 2013-01-05 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
273
|
-
|
274
|
-
* (maint) Add Travis CI Support (d082046)
|
275
|
-
|
276
|
-
##### 2012-12-04 - Jeff McCune <jeff@puppetlabs.com> - 4.0.0
|
277
|
-
|
278
|
-
* Clarify that stdlib 3 supports Puppet 3 (3a6085f)
|
279
|
-
|
280
|
-
##### 2012-11-30 - Erik Dalén <dalen@spotify.com> - 4.0.0
|
281
|
-
|
282
|
-
* maint: style guideline fixes (7742e5f)
|
283
|
-
|
284
|
-
##### 2012-11-09 - James Fryman <james@frymanet.com> - 4.0.0
|
285
|
-
|
286
|
-
* puppet-lint cleanup (88acc52)
|
287
|
-
|
288
|
-
##### 2012-11-06 - Joe Julian <me@joejulian.name> - 4.0.0
|
289
|
-
|
290
|
-
* Add function, uriescape, to URI.escape strings. Redmine #17459 (fd52b8d)
|
291
|
-
|
292
|
-
##### 2012-09-18 - Chad Metcalf <chad@wibidata.com> - 3.2.0
|
293
|
-
|
294
|
-
* Add an ensure\_packages function. (8a8c09e)
|
295
|
-
|
296
|
-
##### 2012-11-23 - Erik Dalén <dalen@spotify.com> - 3.2.0
|
297
|
-
|
298
|
-
* (#17797) min() and max() functions (9954133)
|
299
|
-
|
300
|
-
##### 2012-05-23 - Peter Meier <peter.meier@immerda.ch> - 3.2.0
|
301
|
-
|
302
|
-
* (#14670) autorequire a file\_line resource's path (dfcee63)
|
303
|
-
|
304
|
-
##### 2012-11-19 - Joshua Harlan Lifton <lifton@puppetlabs.com> - 3.2.0
|
305
|
-
|
306
|
-
* Add join\_keys\_to\_values function (ee0f2b3)
|
307
|
-
|
308
|
-
##### 2012-11-17 - Joshua Harlan Lifton <lifton@puppetlabs.com> - 3.2.0
|
309
|
-
|
310
|
-
* Extend delete function for strings and hashes (7322e4d)
|
311
|
-
|
312
|
-
##### 2012-08-03 - Gary Larizza <gary@puppetlabs.com> - 3.2.0
|
313
|
-
|
314
|
-
* Add the pick() function (ba6dd13)
|
315
|
-
|
316
|
-
##### 2012-03-20 - Wil Cooley <wcooley@pdx.edu> - 3.2.0
|
317
|
-
|
318
|
-
* (#13974) Add predicate functions for interface facts (f819417)
|
319
|
-
|
320
|
-
##### 2012-11-06 - Joe Julian <me@joejulian.name> - 3.2.0
|
321
|
-
|
322
|
-
* Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e)
|
323
|
-
|
324
|
-
##### 2012-10-25 - Jeff McCune <jeff@puppetlabs.com> - 3.1.1
|
325
|
-
|
326
|
-
* (maint) Fix spec failures resulting from Facter API changes (97f836f)
|
327
|
-
|
328
|
-
##### 2012-10-23 - Matthaus Owens <matthaus@puppetlabs.com> - 3.1.0
|
329
|
-
|
330
|
-
* Add PE facts to stdlib (cdf3b05)
|
331
|
-
|
332
|
-
##### 2012-08-16 - Jeff McCune <jeff@puppetlabs.com> - 3.0.1
|
333
|
-
|
334
|
-
* Fix accidental removal of facts\_dot\_d.rb in 3.0.0 release
|
335
|
-
|
336
|
-
##### 2012-08-16 - Jeff McCune <jeff@puppetlabs.com> - 3.0.0
|
337
|
-
|
338
|
-
* stdlib 3.0 drops support with Puppet 2.6
|
339
|
-
* stdlib 3.0 preserves support with Puppet 2.7
|
340
|
-
|
341
|
-
##### 2012-08-07 - Dan Bode <dan@puppetlabs.com> - 3.0.0
|
342
|
-
|
343
|
-
* Add function ensure\_resource and defined\_with\_params (ba789de)
|
344
|
-
|
345
|
-
##### 2012-07-10 - Hailee Kenney <hailee@puppetlabs.com> - 3.0.0
|
346
|
-
|
347
|
-
* (#2157) Remove facter\_dot\_d for compatibility with external facts (f92574f)
|
348
|
-
|
349
|
-
##### 2012-04-10 - Chris Price <chris@puppetlabs.com> - 3.0.0
|
350
|
-
|
351
|
-
* (#13693) moving logic from local spec\_helper to puppetlabs\_spec\_helper (85f96df)
|
352
|
-
|
353
|
-
##### 2012-10-25 - Jeff McCune <jeff@puppetlabs.com> - 2.5.1
|
354
|
-
|
355
|
-
* (maint) Fix spec failures resulting from Facter API changes (97f836f)
|
356
|
-
|
357
|
-
##### 2012-10-23 - Matthaus Owens <matthaus@puppetlabs.com> - 2.5.0
|
358
|
-
|
359
|
-
* Add PE facts to stdlib (cdf3b05)
|
360
|
-
|
361
|
-
##### 2012-08-15 - Dan Bode <dan@puppetlabs.com> - 2.5.0
|
362
|
-
|
363
|
-
* Explicitly load functions used by ensure\_resource (9fc3063)
|
364
|
-
|
365
|
-
##### 2012-08-13 - Dan Bode <dan@puppetlabs.com> - 2.5.0
|
366
|
-
|
367
|
-
* Add better docs about duplicate resource failures (97d327a)
|
368
|
-
|
369
|
-
##### 2012-08-13 - Dan Bode <dan@puppetlabs.com> - 2.5.0
|
370
|
-
|
371
|
-
* Handle undef for parameter argument (4f8b133)
|
372
|
-
|
373
|
-
##### 2012-08-07 - Dan Bode <dan@puppetlabs.com> - 2.5.0
|
374
|
-
|
375
|
-
* Add function ensure\_resource and defined\_with\_params (a0cb8cd)
|
376
|
-
|
377
|
-
##### 2012-08-20 - Jeff McCune <jeff@puppetlabs.com> - 2.5.0
|
378
|
-
|
379
|
-
* Disable tests that fail on 2.6.x due to #15912 (c81496e)
|
380
|
-
|
381
|
-
##### 2012-08-20 - Jeff McCune <jeff@puppetlabs.com> - 2.5.0
|
382
|
-
|
383
|
-
* (Maint) Fix mis-use of rvalue functions as statements (4492913)
|
384
|
-
|
385
|
-
##### 2012-08-20 - Jeff McCune <jeff@puppetlabs.com> - 2.5.0
|
386
|
-
|
387
|
-
* Add .rspec file to repo root (88789e8)
|
388
|
-
|
389
|
-
##### 2012-06-07 - Chris Price <chris@puppetlabs.com> - 2.4.0
|
390
|
-
|
391
|
-
* Add support for a 'match' parameter to file\_line (a06c0d8)
|
392
|
-
|
393
|
-
##### 2012-08-07 - Erik Dalén <dalen@spotify.com> - 2.4.0
|
394
|
-
|
395
|
-
* (#15872) Add to\_bytes function (247b69c)
|
396
|
-
|
397
|
-
##### 2012-07-19 - Jeff McCune <jeff@puppetlabs.com> - 2.4.0
|
398
|
-
|
399
|
-
* (Maint) use PuppetlabsSpec::PuppetInternals.scope (master) (deafe88)
|
400
|
-
|
401
|
-
##### 2012-07-10 - Hailee Kenney <hailee@puppetlabs.com> - 2.4.0
|
402
|
-
|
403
|
-
* (#2157) Make facts\_dot\_d compatible with external facts (5fb0ddc)
|
404
|
-
|
405
|
-
##### 2012-03-16 - Steve Traylen <steve.traylen@cern.ch> - 2.4.0
|
406
|
-
|
407
|
-
* (#13205) Rotate array/string randomley based on fqdn, fqdn\_rotate() (fef247b)
|
408
|
-
|
409
|
-
##### 2012-05-22 - Peter Meier <peter.meier@immerda.ch> - 2.3.3
|
410
|
-
|
411
|
-
* fix regression in #11017 properly (f0a62c7)
|
412
|
-
|
413
|
-
##### 2012-05-10 - Jeff McCune <jeff@puppetlabs.com> - 2.3.3
|
414
|
-
|
415
|
-
* Fix spec tests using the new spec\_helper (7d34333)
|
416
|
-
|
417
|
-
##### 2012-05-10 - Puppet Labs <support@puppetlabs.com> - 2.3.2
|
418
|
-
|
419
|
-
* Make file\_line default to ensure => present (1373e70)
|
420
|
-
* Memoize file\_line spec instance variables (20aacc5)
|
421
|
-
* Fix spec tests using the new spec\_helper (1ebfa5d)
|
422
|
-
* (#13595) initialize\_everything\_for\_tests couples modules Puppet ver (3222f35)
|
423
|
-
* (#13439) Fix MRI 1.9 issue with spec\_helper (15c5fd1)
|
424
|
-
* (#13439) Fix test failures with Puppet 2.6.x (665610b)
|
425
|
-
* (#13439) refactor spec helper for compatibility with both puppet 2.7 and master (82194ca)
|
426
|
-
* (#13494) Specify the behavior of zero padded strings (61891bb)
|
427
|
-
|
428
|
-
##### 2012-03-29 Puppet Labs <support@puppetlabs.com> - 2.1.3
|
429
|
-
|
430
|
-
* (#11607) Add Rakefile to enable spec testing
|
431
|
-
* (#12377) Avoid infinite loop when retrying require json
|
432
|
-
|
433
|
-
##### 2012-03-13 Puppet Labs <support@puppetlabs.com> - 2.3.1
|
434
|
-
|
435
|
-
* (#13091) Fix LoadError bug with puppet apply and puppet\_vardir fact
|
436
|
-
|
437
|
-
##### 2012-03-12 Puppet Labs <support@puppetlabs.com> - 2.3.0
|
438
|
-
|
439
|
-
* Add a large number of new Puppet functions
|
440
|
-
* Backwards compatibility preserved with 2.2.x
|
441
|
-
|
442
|
-
##### 2011-12-30 Puppet Labs <support@puppetlabs.com> - 2.2.1
|
443
|
-
|
444
|
-
* Documentation only release for the Forge
|
445
|
-
|
446
|
-
##### 2011-12-30 Puppet Labs <support@puppetlabs.com> - 2.1.2
|
447
|
-
|
448
|
-
* Documentation only release for PE 2.0.x
|
449
|
-
|
450
|
-
##### 2011-11-08 Puppet Labs <support@puppetlabs.com> - 2.2.0
|
451
|
-
|
452
|
-
* #10285 - Refactor json to use pson instead.
|
453
|
-
* Maint - Add watchr autotest script
|
454
|
-
* Maint - Make rspec tests work with Puppet 2.6.4
|
455
|
-
* #9859 - Add root\_home fact and tests
|
456
|
-
|
457
|
-
##### 2011-08-18 Puppet Labs <support@puppetlabs.com> - 2.1.1
|
458
|
-
|
459
|
-
* Change facts.d paths to match Facter 2.0 paths.
|
460
|
-
* /etc/facter/facts.d
|
461
|
-
* /etc/puppetlabs/facter/facts.d
|
462
|
-
|
463
|
-
##### 2011-08-17 Puppet Labs <support@puppetlabs.com> - 2.1.0
|
464
|
-
|
465
|
-
* Add R.I. Pienaar's facts.d custom facter fact
|
466
|
-
* facts defined in /etc/facts.d and /etc/puppetlabs/facts.d are
|
467
|
-
automatically loaded now.
|
468
|
-
|
469
|
-
##### 2011-08-04 Puppet Labs <support@puppetlabs.com> - 2.0.0
|
470
|
-
|
471
|
-
* Rename whole\_line to file\_line
|
472
|
-
* This is an API change and as such motivating a 2.0.0 release according to semver.org.
|
473
|
-
|
474
|
-
##### 2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.1.0
|
475
|
-
|
476
|
-
* Rename append\_line to whole\_line
|
477
|
-
* This is an API change and as such motivating a 1.1.0 release.
|
478
|
-
|
479
|
-
##### 2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.0.0
|
480
|
-
|
481
|
-
* Initial stable release
|
482
|
-
* Add validate\_array and validate\_string functions
|
483
|
-
* Make merge() function work with Ruby 1.8.5
|
484
|
-
* Add hash merging function
|
485
|
-
* Add has\_key function
|
486
|
-
* Add loadyaml() function
|
487
|
-
* Add append\_line native
|
488
|
-
|
489
|
-
##### 2011-06-21 Jeff McCune <jeff@puppetlabs.com> - 0.1.7
|
490
|
-
|
491
|
-
* Add validate\_hash() and getvar() functions
|
492
|
-
|
493
|
-
##### 2011-06-15 Jeff McCune <jeff@puppetlabs.com> - 0.1.6
|
494
|
-
|
495
|
-
* Add anchor resource type to provide containment for composite classes
|
496
|
-
|
497
|
-
##### 2011-06-03 Jeff McCune <jeff@puppetlabs.com> - 0.1.5
|
498
|
-
|
499
|
-
* Add validate\_bool() function to stdlib
|
500
|
-
|
501
|
-
##### 0.1.4 2011-05-26 Jeff McCune <jeff@puppetlabs.com>
|
502
|
-
|
503
|
-
* Move most stages after main
|
504
|
-
|
505
|
-
##### 0.1.3 2011-05-25 Jeff McCune <jeff@puppetlabs.com>
|
506
|
-
|
507
|
-
* Add validate\_re() function
|
508
|
-
|
509
|
-
##### 0.1.2 2011-05-24 Jeff McCune <jeff@puppetlabs.com>
|
510
|
-
|
511
|
-
* Update to add annotated tag
|
512
|
-
|
513
|
-
##### 0.1.1 2011-05-24 Jeff McCune <jeff@puppetlabs.com>
|
514
|
-
|
515
|
-
* Add stdlib::stages class with a standard set of stages
|