components/ruby/puppet-modules/puppetlabs-stdlib/puppetlabs-stdlib.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file dir -> default owner puppet>
       
    27 <transform file dir -> default group puppet>
       
    28 set name=pkg.fmri \
       
    29     value=pkg:/system/management/puppet/puppetlabs-stdlib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Stdlib Puppet Module"
       
    31 set name=pkg.description \
       
    32     value="The stdlib module provides a standard library of resources for the development of Puppet modules."
       
    33 set name=com.oracle.info.description value="Stdlib Puppet Module"
       
    34 set name=com.oracle.info.tpno value=$(TPNO)
       
    35 set name=info.classification \
       
    36     value="org.opensolaris.category.2008:System/Administration and Configuration"
       
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    38 set name=info.upstream \
       
    39     value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
       
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    41 set name=org.opensolaris.arc-caseid value=PSARC/2015/368 value=PSARC/2016/016
       
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    43 #
       
    44 file path=etc/puppet/modules/stdlib/CHANGELOG.md
       
    45 file path=etc/puppet/modules/stdlib/CONTRIBUTING.md
       
    46 file path=etc/puppet/modules/stdlib/Gemfile
       
    47 file path=etc/puppet/modules/stdlib/LICENSE
       
    48 file path=etc/puppet/modules/stdlib/README.markdown
       
    49 file path=etc/puppet/modules/stdlib/README_DEVELOPER.markdown
       
    50 file path=etc/puppet/modules/stdlib/README_SPECS.markdown
       
    51 file path=etc/puppet/modules/stdlib/RELEASE_PROCESS.markdown
       
    52 file path=etc/puppet/modules/stdlib/Rakefile
       
    53 file path=etc/puppet/modules/stdlib/checksums.json
       
    54 file path=etc/puppet/modules/stdlib/examples/file_line.pp
       
    55 file path=etc/puppet/modules/stdlib/examples/has_interface_with.pp
       
    56 file path=etc/puppet/modules/stdlib/examples/has_ip_address.pp
       
    57 file path=etc/puppet/modules/stdlib/examples/has_ip_network.pp
       
    58 file path=etc/puppet/modules/stdlib/examples/init.pp
       
    59 file path=etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
       
    60 file path=etc/puppet/modules/stdlib/lib/facter/package_provider.rb
       
    61 file path=etc/puppet/modules/stdlib/lib/facter/pe_version.rb
       
    62 file path=etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
       
    63 file path=etc/puppet/modules/stdlib/lib/facter/root_home.rb
       
    64 file path=etc/puppet/modules/stdlib/lib/facter/service_provider.rb
       
    65 file path=etc/puppet/modules/stdlib/lib/facter/util/puppet_settings.rb
       
    66 file path=etc/puppet/modules/stdlib/lib/puppet/functions/is_a.rb
       
    67 file path=etc/puppet/modules/stdlib/lib/puppet/functions/type_of.rb
       
    68 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/abs.rb
       
    69 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/any2array.rb
       
    70 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/assert_private.rb
       
    71 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/base64.rb
       
    72 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/basename.rb
       
    73 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/bool2num.rb
       
    74 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/bool2str.rb
       
    75 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/camelcase.rb
       
    76 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/capitalize.rb
       
    77 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/ceiling.rb
       
    78 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/chomp.rb
       
    79 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/chop.rb
       
    80 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/concat.rb
       
    81 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/convert_base.rb
       
    82 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/count.rb
       
    83 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/deep_merge.rb
       
    84 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/defined_with_params.rb
       
    85 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/delete.rb
       
    86 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/delete_at.rb
       
    87 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/delete_undef_values.rb
       
    88 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/delete_values.rb
       
    89 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/difference.rb
       
    90 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/dirname.rb
       
    91 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/dos2unix.rb
       
    92 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/downcase.rb
       
    93 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/empty.rb
       
    94 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/ensure_packages.rb
       
    95 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/ensure_resource.rb
       
    96 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/flatten.rb
       
    97 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/floor.rb
       
    98 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/fqdn_rand_string.rb
       
    99 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/fqdn_rotate.rb
       
   100 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/get_module_path.rb
       
   101 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/getparam.rb
       
   102 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/getvar.rb
       
   103 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/grep.rb
       
   104 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/has_interface_with.rb
       
   105 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/has_ip_address.rb
       
   106 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/has_ip_network.rb
       
   107 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/has_key.rb
       
   108 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/hash.rb
       
   109 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/intersection.rb
       
   110 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_absolute_path.rb
       
   111 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_array.rb
       
   112 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_bool.rb
       
   113 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_domain_name.rb
       
   114 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_float.rb
       
   115 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_function_available.rb
       
   116 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_hash.rb
       
   117 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_integer.rb
       
   118 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_ip_address.rb
       
   119 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_mac_address.rb
       
   120 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_numeric.rb
       
   121 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/is_string.rb
       
   122 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/join.rb
       
   123 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/join_keys_to_values.rb
       
   124 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/keys.rb
       
   125 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/load_module_metadata.rb
       
   126 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/loadyaml.rb
       
   127 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/lstrip.rb
       
   128 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/max.rb
       
   129 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/member.rb
       
   130 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/merge.rb
       
   131 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/min.rb
       
   132 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/num2bool.rb
       
   133 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/parsejson.rb
       
   134 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/parseyaml.rb
       
   135 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/pick.rb
       
   136 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/pick_default.rb
       
   137 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/prefix.rb
       
   138 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/private.rb
       
   139 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/pw_hash.rb
       
   140 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/range.rb
       
   141 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/reject.rb
       
   142 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/reverse.rb
       
   143 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/rstrip.rb
       
   144 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/seeded_rand.rb
       
   145 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/shuffle.rb
       
   146 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/size.rb
       
   147 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/sort.rb
       
   148 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/squeeze.rb
       
   149 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/str2bool.rb
       
   150 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/str2saltedsha512.rb
       
   151 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/strftime.rb
       
   152 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/strip.rb
       
   153 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/suffix.rb
       
   154 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/swapcase.rb
       
   155 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/time.rb
       
   156 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/to_bytes.rb
       
   157 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/try_get_value.rb
       
   158 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/type.rb
       
   159 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/type3x.rb
       
   160 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/union.rb
       
   161 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/unique.rb
       
   162 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/unix2dos.rb
       
   163 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/upcase.rb
       
   164 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/uriescape.rb
       
   165 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_absolute_path.rb
       
   166 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_array.rb
       
   167 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_augeas.rb
       
   168 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_bool.rb
       
   169 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_cmd.rb
       
   170 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_hash.rb
       
   171 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_integer.rb
       
   172 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_ip_address.rb
       
   173 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_ipv4_address.rb
       
   174 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_ipv6_address.rb
       
   175 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_numeric.rb
       
   176 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_re.rb
       
   177 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_slength.rb
       
   178 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/validate_string.rb
       
   179 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/values.rb
       
   180 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/values_at.rb
       
   181 file path=etc/puppet/modules/stdlib/lib/puppet/parser/functions/zip.rb
       
   182 file path=etc/puppet/modules/stdlib/lib/puppet/provider/file_line/ruby.rb
       
   183 file path=etc/puppet/modules/stdlib/lib/puppet/type/anchor.rb
       
   184 file path=etc/puppet/modules/stdlib/lib/puppet/type/file_line.rb
       
   185 file path=etc/puppet/modules/stdlib/manifests/init.pp
       
   186 file path=etc/puppet/modules/stdlib/manifests/stages.pp
       
   187 file path=etc/puppet/modules/stdlib/metadata.json
       
   188 file path=etc/puppet/modules/stdlib/spec/acceptance/abs_spec.rb
       
   189 file path=etc/puppet/modules/stdlib/spec/acceptance/anchor_spec.rb
       
   190 file path=etc/puppet/modules/stdlib/spec/acceptance/any2array_spec.rb
       
   191 file path=etc/puppet/modules/stdlib/spec/acceptance/base64_spec.rb
       
   192 file path=etc/puppet/modules/stdlib/spec/acceptance/bool2num_spec.rb
       
   193 file path=etc/puppet/modules/stdlib/spec/acceptance/build_csv.rb
       
   194 file path=etc/puppet/modules/stdlib/spec/acceptance/capitalize_spec.rb
       
   195 file path=etc/puppet/modules/stdlib/spec/acceptance/ceiling_spec.rb
       
   196 file path=etc/puppet/modules/stdlib/spec/acceptance/chomp_spec.rb
       
   197 file path=etc/puppet/modules/stdlib/spec/acceptance/chop_spec.rb
       
   198 file path=etc/puppet/modules/stdlib/spec/acceptance/concat_spec.rb
       
   199 file path=etc/puppet/modules/stdlib/spec/acceptance/count_spec.rb
       
   200 file path=etc/puppet/modules/stdlib/spec/acceptance/deep_merge_spec.rb
       
   201 file path=etc/puppet/modules/stdlib/spec/acceptance/defined_with_params_spec.rb
       
   202 file path=etc/puppet/modules/stdlib/spec/acceptance/delete_at_spec.rb
       
   203 file path=etc/puppet/modules/stdlib/spec/acceptance/delete_spec.rb
       
   204 file path=etc/puppet/modules/stdlib/spec/acceptance/delete_undef_values_spec.rb
       
   205 file path=etc/puppet/modules/stdlib/spec/acceptance/delete_values_spec.rb
       
   206 file path=etc/puppet/modules/stdlib/spec/acceptance/difference_spec.rb
       
   207 file path=etc/puppet/modules/stdlib/spec/acceptance/dirname_spec.rb
       
   208 file path=etc/puppet/modules/stdlib/spec/acceptance/downcase_spec.rb
       
   209 file path=etc/puppet/modules/stdlib/spec/acceptance/empty_spec.rb
       
   210 file path=etc/puppet/modules/stdlib/spec/acceptance/ensure_resource_spec.rb
       
   211 file path=etc/puppet/modules/stdlib/spec/acceptance/flatten_spec.rb
       
   212 file path=etc/puppet/modules/stdlib/spec/acceptance/floor_spec.rb
       
   213 file path=etc/puppet/modules/stdlib/spec/acceptance/fqdn_rand_string_spec.rb
       
   214 file path=etc/puppet/modules/stdlib/spec/acceptance/fqdn_rotate_spec.rb
       
   215 file path=etc/puppet/modules/stdlib/spec/acceptance/get_module_path_spec.rb
       
   216 file path=etc/puppet/modules/stdlib/spec/acceptance/getparam_spec.rb
       
   217 file path=etc/puppet/modules/stdlib/spec/acceptance/getvar_spec.rb
       
   218 file path=etc/puppet/modules/stdlib/spec/acceptance/grep_spec.rb
       
   219 file path=etc/puppet/modules/stdlib/spec/acceptance/has_interface_with_spec.rb
       
   220 file path=etc/puppet/modules/stdlib/spec/acceptance/has_ip_address_spec.rb
       
   221 file path=etc/puppet/modules/stdlib/spec/acceptance/has_ip_network_spec.rb
       
   222 file path=etc/puppet/modules/stdlib/spec/acceptance/has_key_spec.rb
       
   223 file path=etc/puppet/modules/stdlib/spec/acceptance/hash_spec.rb
       
   224 file path=etc/puppet/modules/stdlib/spec/acceptance/intersection_spec.rb
       
   225 file path=etc/puppet/modules/stdlib/spec/acceptance/is_a_spec.rb
       
   226 file path=etc/puppet/modules/stdlib/spec/acceptance/is_array_spec.rb
       
   227 file path=etc/puppet/modules/stdlib/spec/acceptance/is_bool_spec.rb
       
   228 file path=etc/puppet/modules/stdlib/spec/acceptance/is_domain_name_spec.rb
       
   229 file path=etc/puppet/modules/stdlib/spec/acceptance/is_float_spec.rb
       
   230 file path=etc/puppet/modules/stdlib/spec/acceptance/is_function_available_spec.rb
       
   231 file path=etc/puppet/modules/stdlib/spec/acceptance/is_hash_spec.rb
       
   232 file path=etc/puppet/modules/stdlib/spec/acceptance/is_integer_spec.rb
       
   233 file path=etc/puppet/modules/stdlib/spec/acceptance/is_ip_address_spec.rb
       
   234 file path=etc/puppet/modules/stdlib/spec/acceptance/is_mac_address_spec.rb
       
   235 file path=etc/puppet/modules/stdlib/spec/acceptance/is_numeric_spec.rb
       
   236 file path=etc/puppet/modules/stdlib/spec/acceptance/is_string_spec.rb
       
   237 file path=etc/puppet/modules/stdlib/spec/acceptance/join_keys_to_values_spec.rb
       
   238 file path=etc/puppet/modules/stdlib/spec/acceptance/join_spec.rb
       
   239 file path=etc/puppet/modules/stdlib/spec/acceptance/keys_spec.rb
       
   240 file path=etc/puppet/modules/stdlib/spec/acceptance/loadyaml_spec.rb
       
   241 file path=etc/puppet/modules/stdlib/spec/acceptance/lstrip_spec.rb
       
   242 file path=etc/puppet/modules/stdlib/spec/acceptance/max_spec.rb
       
   243 file path=etc/puppet/modules/stdlib/spec/acceptance/member_spec.rb
       
   244 file path=etc/puppet/modules/stdlib/spec/acceptance/merge_spec.rb
       
   245 file path=etc/puppet/modules/stdlib/spec/acceptance/min_spec.rb
       
   246 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/centos-59-x64.yml
       
   247 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/centos-6-vcloud.yml
       
   248 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/centos-64-x64-pe.yml
       
   249 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/centos-64-x64.yml
       
   250 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/centos-65-x64.yml
       
   251 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/default.yml
       
   252 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/fedora-18-x64.yml
       
   253 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/sles-11-x64.yml
       
   254 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
       
   255 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
       
   256 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
       
   257 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2003-i386.yml
       
   258 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2003-x86_64.yml
       
   259 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2008-x86_64.yml
       
   260 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2008r2-x86_64.yml
       
   261 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2012-x86_64.yml
       
   262 file path=etc/puppet/modules/stdlib/spec/acceptance/nodesets/windows-2012r2-x86_64.yml
       
   263 file path=etc/puppet/modules/stdlib/spec/acceptance/num2bool_spec.rb
       
   264 file path=etc/puppet/modules/stdlib/spec/acceptance/parsejson_spec.rb
       
   265 file path=etc/puppet/modules/stdlib/spec/acceptance/parseyaml_spec.rb
       
   266 file path=etc/puppet/modules/stdlib/spec/acceptance/pick_default_spec.rb
       
   267 file path=etc/puppet/modules/stdlib/spec/acceptance/pick_spec.rb
       
   268 file path=etc/puppet/modules/stdlib/spec/acceptance/prefix_spec.rb
       
   269 file path=etc/puppet/modules/stdlib/spec/acceptance/pw_hash_spec.rb
       
   270 file path=etc/puppet/modules/stdlib/spec/acceptance/range_spec.rb
       
   271 file path=etc/puppet/modules/stdlib/spec/acceptance/reject_spec.rb
       
   272 file path=etc/puppet/modules/stdlib/spec/acceptance/reverse_spec.rb
       
   273 file path=etc/puppet/modules/stdlib/spec/acceptance/rstrip_spec.rb
       
   274 file path=etc/puppet/modules/stdlib/spec/acceptance/shuffle_spec.rb
       
   275 file path=etc/puppet/modules/stdlib/spec/acceptance/size_spec.rb
       
   276 file path=etc/puppet/modules/stdlib/spec/acceptance/sort_spec.rb
       
   277 file path=etc/puppet/modules/stdlib/spec/acceptance/squeeze_spec.rb
       
   278 file path=etc/puppet/modules/stdlib/spec/acceptance/str2bool_spec.rb
       
   279 file path=etc/puppet/modules/stdlib/spec/acceptance/str2saltedsha512_spec.rb
       
   280 file path=etc/puppet/modules/stdlib/spec/acceptance/strftime_spec.rb
       
   281 file path=etc/puppet/modules/stdlib/spec/acceptance/strip_spec.rb
       
   282 file path=etc/puppet/modules/stdlib/spec/acceptance/suffix_spec.rb
       
   283 file path=etc/puppet/modules/stdlib/spec/acceptance/swapcase_spec.rb
       
   284 file path=etc/puppet/modules/stdlib/spec/acceptance/time_spec.rb
       
   285 file path=etc/puppet/modules/stdlib/spec/acceptance/to_bytes_spec.rb
       
   286 file path=etc/puppet/modules/stdlib/spec/acceptance/try_get_value_spec.rb
       
   287 file path=etc/puppet/modules/stdlib/spec/acceptance/type_spec.rb
       
   288 file path=etc/puppet/modules/stdlib/spec/acceptance/union_spec.rb
       
   289 file path=etc/puppet/modules/stdlib/spec/acceptance/unique_spec.rb
       
   290 file path=etc/puppet/modules/stdlib/spec/acceptance/unsupported_spec.rb
       
   291 file path=etc/puppet/modules/stdlib/spec/acceptance/upcase_spec.rb
       
   292 file path=etc/puppet/modules/stdlib/spec/acceptance/uriescape_spec.rb
       
   293 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_absolute_path_spec.rb
       
   294 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_array_spec.rb
       
   295 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_augeas_spec.rb
       
   296 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_bool_spec.rb
       
   297 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_cmd_spec.rb
       
   298 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_hash_spec.rb
       
   299 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_ipv4_address_spec.rb
       
   300 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_ipv6_address_spec.rb
       
   301 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_re_spec.rb
       
   302 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_slength_spec.rb
       
   303 file path=etc/puppet/modules/stdlib/spec/acceptance/validate_string_spec.rb
       
   304 file path=etc/puppet/modules/stdlib/spec/acceptance/values_at_spec.rb
       
   305 file path=etc/puppet/modules/stdlib/spec/acceptance/values_spec.rb
       
   306 file path=etc/puppet/modules/stdlib/spec/acceptance/zip_spec.rb
       
   307 file path=etc/puppet/modules/stdlib/spec/fixtures/dscacheutil/root
       
   308 file path=etc/puppet/modules/stdlib/spec/fixtures/lsuser/root
       
   309 file path=etc/puppet/modules/stdlib/spec/functions/abs_spec.rb
       
   310 file path=etc/puppet/modules/stdlib/spec/functions/any2array_spec.rb
       
   311 file path=etc/puppet/modules/stdlib/spec/functions/assert_private_spec.rb
       
   312 file path=etc/puppet/modules/stdlib/spec/functions/base64_spec.rb
       
   313 file path=etc/puppet/modules/stdlib/spec/functions/basename_spec.rb
       
   314 file path=etc/puppet/modules/stdlib/spec/functions/bool2num_spec.rb
       
   315 file path=etc/puppet/modules/stdlib/spec/functions/bool2str_spec.rb
       
   316 file path=etc/puppet/modules/stdlib/spec/functions/camelcase_spec.rb
       
   317 file path=etc/puppet/modules/stdlib/spec/functions/capitalize_spec.rb
       
   318 file path=etc/puppet/modules/stdlib/spec/functions/ceiling_spec.rb
       
   319 file path=etc/puppet/modules/stdlib/spec/functions/chomp_spec.rb
       
   320 file path=etc/puppet/modules/stdlib/spec/functions/chop_spec.rb
       
   321 file path=etc/puppet/modules/stdlib/spec/functions/concat_spec.rb
       
   322 file path=etc/puppet/modules/stdlib/spec/functions/convert_base_spec.rb
       
   323 file path=etc/puppet/modules/stdlib/spec/functions/count_spec.rb
       
   324 file path=etc/puppet/modules/stdlib/spec/functions/deep_merge_spec.rb
       
   325 file path=etc/puppet/modules/stdlib/spec/functions/defined_with_params_spec.rb
       
   326 file path=etc/puppet/modules/stdlib/spec/functions/delete_at_spec.rb
       
   327 file path=etc/puppet/modules/stdlib/spec/functions/delete_spec.rb
       
   328 file path=etc/puppet/modules/stdlib/spec/functions/delete_undef_values_spec.rb
       
   329 file path=etc/puppet/modules/stdlib/spec/functions/delete_values_spec.rb
       
   330 file path=etc/puppet/modules/stdlib/spec/functions/difference_spec.rb
       
   331 file path=etc/puppet/modules/stdlib/spec/functions/dirname_spec.rb
       
   332 file path=etc/puppet/modules/stdlib/spec/functions/dos2unix_spec.rb
       
   333 file path=etc/puppet/modules/stdlib/spec/functions/downcase_spec.rb
       
   334 file path=etc/puppet/modules/stdlib/spec/functions/empty_spec.rb
       
   335 file path=etc/puppet/modules/stdlib/spec/functions/ensure_packages_spec.rb
       
   336 file path=etc/puppet/modules/stdlib/spec/functions/ensure_resource_spec.rb
       
   337 file path=etc/puppet/modules/stdlib/spec/functions/flatten_spec.rb
       
   338 file path=etc/puppet/modules/stdlib/spec/functions/floor_spec.rb
       
   339 file path=etc/puppet/modules/stdlib/spec/functions/fqdn_rand_string_spec.rb
       
   340 file path=etc/puppet/modules/stdlib/spec/functions/fqdn_rotate_spec.rb
       
   341 file path=etc/puppet/modules/stdlib/spec/functions/get_module_path_spec.rb
       
   342 file path=etc/puppet/modules/stdlib/spec/functions/getparam_spec.rb
       
   343 file path=etc/puppet/modules/stdlib/spec/functions/getvar_spec.rb
       
   344 file path=etc/puppet/modules/stdlib/spec/functions/grep_spec.rb
       
   345 file path=etc/puppet/modules/stdlib/spec/functions/has_interface_with_spec.rb
       
   346 file path=etc/puppet/modules/stdlib/spec/functions/has_ip_address_spec.rb
       
   347 file path=etc/puppet/modules/stdlib/spec/functions/has_ip_network_spec.rb
       
   348 file path=etc/puppet/modules/stdlib/spec/functions/has_key_spec.rb
       
   349 file path=etc/puppet/modules/stdlib/spec/functions/hash_spec.rb
       
   350 file path=etc/puppet/modules/stdlib/spec/functions/intersection_spec.rb
       
   351 file path=etc/puppet/modules/stdlib/spec/functions/is_a_spec.rb
       
   352 file path=etc/puppet/modules/stdlib/spec/functions/is_array_spec.rb
       
   353 file path=etc/puppet/modules/stdlib/spec/functions/is_bool_spec.rb
       
   354 file path=etc/puppet/modules/stdlib/spec/functions/is_domain_name_spec.rb
       
   355 file path=etc/puppet/modules/stdlib/spec/functions/is_float_spec.rb
       
   356 file path=etc/puppet/modules/stdlib/spec/functions/is_function_available.rb
       
   357 file path=etc/puppet/modules/stdlib/spec/functions/is_hash_spec.rb
       
   358 file path=etc/puppet/modules/stdlib/spec/functions/is_integer_spec.rb
       
   359 file path=etc/puppet/modules/stdlib/spec/functions/is_ip_address_spec.rb
       
   360 file path=etc/puppet/modules/stdlib/spec/functions/is_mac_address_spec.rb
       
   361 file path=etc/puppet/modules/stdlib/spec/functions/is_numeric_spec.rb
       
   362 file path=etc/puppet/modules/stdlib/spec/functions/is_string_spec.rb
       
   363 file path=etc/puppet/modules/stdlib/spec/functions/join_keys_to_values_spec.rb
       
   364 file path=etc/puppet/modules/stdlib/spec/functions/join_spec.rb
       
   365 file path=etc/puppet/modules/stdlib/spec/functions/keys_spec.rb
       
   366 file path=etc/puppet/modules/stdlib/spec/functions/load_module_metadata_spec.rb
       
   367 file path=etc/puppet/modules/stdlib/spec/functions/loadyaml_spec.rb
       
   368 file path=etc/puppet/modules/stdlib/spec/functions/lstrip_spec.rb
       
   369 file path=etc/puppet/modules/stdlib/spec/functions/max_spec.rb
       
   370 file path=etc/puppet/modules/stdlib/spec/functions/member_spec.rb
       
   371 file path=etc/puppet/modules/stdlib/spec/functions/merge_spec.rb
       
   372 file path=etc/puppet/modules/stdlib/spec/functions/min_spec.rb
       
   373 file path=etc/puppet/modules/stdlib/spec/functions/num2bool_spec.rb
       
   374 file path=etc/puppet/modules/stdlib/spec/functions/parsejson_spec.rb
       
   375 file path=etc/puppet/modules/stdlib/spec/functions/parseyaml_spec.rb
       
   376 file path=etc/puppet/modules/stdlib/spec/functions/pick_default_spec.rb
       
   377 file path=etc/puppet/modules/stdlib/spec/functions/pick_spec.rb
       
   378 file path=etc/puppet/modules/stdlib/spec/functions/prefix_spec.rb
       
   379 file path=etc/puppet/modules/stdlib/spec/functions/private_spec.rb
       
   380 file path=etc/puppet/modules/stdlib/spec/functions/pw_hash_spec.rb
       
   381 file path=etc/puppet/modules/stdlib/spec/functions/range_spec.rb
       
   382 file path=etc/puppet/modules/stdlib/spec/functions/reject_spec.rb
       
   383 file path=etc/puppet/modules/stdlib/spec/functions/reverse_spec.rb
       
   384 file path=etc/puppet/modules/stdlib/spec/functions/rstrip_spec.rb
       
   385 file path=etc/puppet/modules/stdlib/spec/functions/seeded_rand_spec.rb
       
   386 file path=etc/puppet/modules/stdlib/spec/functions/shuffle_spec.rb
       
   387 file path=etc/puppet/modules/stdlib/spec/functions/size_spec.rb
       
   388 file path=etc/puppet/modules/stdlib/spec/functions/sort_spec.rb
       
   389 file path=etc/puppet/modules/stdlib/spec/functions/squeeze_spec.rb
       
   390 file path=etc/puppet/modules/stdlib/spec/functions/str2bool_spec.rb
       
   391 file path=etc/puppet/modules/stdlib/spec/functions/str2saltedsha512_spec.rb
       
   392 file path=etc/puppet/modules/stdlib/spec/functions/strftime_spec.rb
       
   393 file path=etc/puppet/modules/stdlib/spec/functions/strip_spec.rb
       
   394 file path=etc/puppet/modules/stdlib/spec/functions/suffix_spec.rb
       
   395 file path=etc/puppet/modules/stdlib/spec/functions/swapcase_spec.rb
       
   396 file path=etc/puppet/modules/stdlib/spec/functions/time_spec.rb
       
   397 file path=etc/puppet/modules/stdlib/spec/functions/to_bytes_spec.rb
       
   398 file path=etc/puppet/modules/stdlib/spec/functions/try_get_value_spec.rb
       
   399 file path=etc/puppet/modules/stdlib/spec/functions/type3x_spec.rb
       
   400 file path=etc/puppet/modules/stdlib/spec/functions/type_of_spec.rb
       
   401 file path=etc/puppet/modules/stdlib/spec/functions/type_spec.rb
       
   402 file path=etc/puppet/modules/stdlib/spec/functions/union_spec.rb
       
   403 file path=etc/puppet/modules/stdlib/spec/functions/unique_spec.rb
       
   404 file path=etc/puppet/modules/stdlib/spec/functions/unix2dos_spec.rb
       
   405 file path=etc/puppet/modules/stdlib/spec/functions/upcase_spec.rb
       
   406 file path=etc/puppet/modules/stdlib/spec/functions/uriescape_spec.rb
       
   407 file path=etc/puppet/modules/stdlib/spec/functions/validate_absolute_path_spec.rb
       
   408 file path=etc/puppet/modules/stdlib/spec/functions/validate_array_spec.rb
       
   409 file path=etc/puppet/modules/stdlib/spec/functions/validate_augeas_spec.rb
       
   410 file path=etc/puppet/modules/stdlib/spec/functions/validate_bool_spec.rb
       
   411 file path=etc/puppet/modules/stdlib/spec/functions/validate_cmd_spec.rb
       
   412 file path=etc/puppet/modules/stdlib/spec/functions/validate_hash_spec.rb
       
   413 file path=etc/puppet/modules/stdlib/spec/functions/validate_integer_spec.rb
       
   414 file path=etc/puppet/modules/stdlib/spec/functions/validate_ip_address_spec.rb
       
   415 file path=etc/puppet/modules/stdlib/spec/functions/validate_ipv4_address_spec.rb
       
   416 file path=etc/puppet/modules/stdlib/spec/functions/validate_ipv6_address_spec.rb
       
   417 file path=etc/puppet/modules/stdlib/spec/functions/validate_numeric_spec.rb
       
   418 file path=etc/puppet/modules/stdlib/spec/functions/validate_re_spec.rb
       
   419 file path=etc/puppet/modules/stdlib/spec/functions/validate_slength_spec.rb
       
   420 file path=etc/puppet/modules/stdlib/spec/functions/validate_string_spec.rb
       
   421 file path=etc/puppet/modules/stdlib/spec/functions/values_at_spec.rb
       
   422 file path=etc/puppet/modules/stdlib/spec/functions/values_spec.rb
       
   423 file path=etc/puppet/modules/stdlib/spec/functions/zip_spec.rb
       
   424 file path=etc/puppet/modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
       
   425 file path=etc/puppet/modules/stdlib/spec/monkey_patches/publicize_methods.rb
       
   426 file path=etc/puppet/modules/stdlib/spec/puppetlabs_spec_helper_clone.rb
       
   427 file path=etc/puppet/modules/stdlib/spec/spec.opts
       
   428 file path=etc/puppet/modules/stdlib/spec/spec_helper.rb
       
   429 file path=etc/puppet/modules/stdlib/spec/spec_helper_acceptance.rb
       
   430 file path=etc/puppet/modules/stdlib/spec/unit/facter/facter_dot_d_spec.rb
       
   431 file path=etc/puppet/modules/stdlib/spec/unit/facter/package_provider_spec.rb
       
   432 file path=etc/puppet/modules/stdlib/spec/unit/facter/pe_version_spec.rb
       
   433 file path=etc/puppet/modules/stdlib/spec/unit/facter/root_home_spec.rb
       
   434 file path=etc/puppet/modules/stdlib/spec/unit/facter/service_provider_spec.rb
       
   435 file path=etc/puppet/modules/stdlib/spec/unit/facter/util/puppet_settings_spec.rb
       
   436 file path=etc/puppet/modules/stdlib/spec/unit/puppet/parser/functions/is_absolute_path_spec.rb
       
   437 file path=etc/puppet/modules/stdlib/spec/unit/puppet/provider/file_line/ruby_spec.rb
       
   438 file path=etc/puppet/modules/stdlib/spec/unit/puppet/type/anchor_spec.rb
       
   439 file path=etc/puppet/modules/stdlib/spec/unit/puppet/type/file_line_spec.rb
       
   440 #
       
   441 license LICENSE license="Apache v2.0"
       
   442 
       
   443 depend type=require fmri=system/management/puppet