PSARC 2013/221 Puppet 3.2.2
authorDrew Fisher <drew.fisher@oracle.com>
Mon, 01 Jul 2013 13:42:18 -0600
changeset 1377 abacfa47fabf
parent 1376 4d3c056d2447
child 1378 6c901b6d9116
PSARC 2013/221 Puppet 3.2.2 16979537 problem in UTILITY/PUPPET 16979551 Update Puppet to 3.2.2
components/puppet/Makefile
components/puppet/puppet.p5m
--- a/components/puppet/Makefile	Tue Jun 18 10:30:50 2013 +0200
+++ b/components/puppet/Makefile	Mon Jul 01 13:42:18 2013 -0600
@@ -23,12 +23,12 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		puppet
-COMPONENT_VERSION=	3.1.1
+COMPONENT_VERSION=	3.2.2
 COMPONENT_PROJECT_URL=	http://puppetlabs.com/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:4401f6388bb96b1301a107f247af6fa558127d78467bb5cef1a1e0ff66b4463d
+    sha256:c47745aa73912b2cb1a20b07e8741b8af37a920b9bc8dc8afb14b23d8df7d13d
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)downloads/puppet/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/puppet
 
@@ -52,7 +52,7 @@
 install:	../facter/build/$(MACH32)/.installed $(INSTALL_32)
 
 # puppet requires the installation of the following rubygems to run
-# the unittests:  rspec rspec-expectations mocha rake rack hiera
+# the unittests:  rspec rspec-expectations mocha rake rack hiera rgen
 # Disable the tests until these rubygems are available.
 test:		$(NO_TESTS)
 
--- a/components/puppet/puppet.p5m	Tue Jun 18 10:30:50 2013 +0200
+++ b/components/puppet/puppet.p5m	Mon Jul 01 13:42:18 2013 -0600
@@ -33,12 +33,12 @@
     value='Puppet is a flexible, customizable framework designed to help system administrators automate the many repetitive tasks they regularly perform. As a declarative, model-based approach to IT automation, it lets you define the desired state - or the "what" - of your infrastructure using the Puppet configuration language. Once these configurations are deployed, Puppet automatically installs the necessary packages and starts the related services, and then regularly enforces the desired state.'
 set name=com.oracle.info.description \
     value="Puppet, a configuration management toolkit"
-set name=com.oracle.info.tpno value=12890
+set name=com.oracle.info.tpno value=13858
 set name=info.classification \
     value="org.opensolaris.category.2008:System/Administration and Configuration"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid value=PSARC/2013/005
+set name=org.opensolaris.arc-caseid value=PSARC/2013/005 value=PSARC/2013/221
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 dir  path=etc/puppet owner=puppet group=puppet mode=0755
 file path=etc/puppet/auth.conf owner=puppet group=bin mode=0444
@@ -156,6 +156,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/status.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/base.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/eventlog.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/libuser.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/pson.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/rack.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/rails.rb
@@ -337,6 +338,10 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/tar.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/tar/gnu.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/tar/mini.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/tar/solaris.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/auth_config_parser.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/authconfig.rb
@@ -376,6 +381,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/arithmetic_operator.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/astarray.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/asthash.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/block_expression.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/boolean_operator.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/branch.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/caseopt.rb
@@ -389,8 +395,10 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/hostclass.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/ifstatement.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/in_operator.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/lambda.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/leaf.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/match_operator.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/method_call.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/minus.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/node.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/nop.rb
@@ -408,13 +416,17 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/vardef.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/collector.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/compiler.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/e_parser_adapter.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/files.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/collect.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/create_resources.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/defined.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/each.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/extlookup.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/fail.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/file.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/foreach.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/fqdn_rand.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/generate.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/hiera.rb
@@ -425,11 +437,15 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/inline_template.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/md5.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/realize.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/reduce.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/regsubst.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/reject.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/require.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/search.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/select.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/sha1.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/shellquote.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/slice.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/split.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/sprintf.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/tag.rb
@@ -437,7 +453,9 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/template.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/versioncmp.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/lexer.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/methods.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/parser.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/parser_factory.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/parser_support.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/relationship.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/resource.rb
@@ -446,6 +464,29 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/templatewrapper.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/type_loader.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/yaml_trimmer.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/adaptable.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/adapters.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/containment.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/issues.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/label_provider.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/ast_transformer.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/ast_tree_dumper.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/factory.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/model.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/model_label_provider.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/model_tree_dumper.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/model/tree_dumper.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/parser/eparser.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/parser/lexer.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/parser/parser_support.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/patterns.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/utils.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/validation.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/validation/checker3_1.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/validation/validator_factory_3_1.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/visitable.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/pops/visitor.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property/ensure.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property/keyvalue.rb
@@ -510,6 +551,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/msi.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/nim.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/openbsd.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/opkg.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pacman.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pip.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pkg.rb
@@ -546,6 +588,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/init.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/launchd.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/openrc.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/openwrt.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/redhat.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/runit.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/service.rb
@@ -608,6 +651,11 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource/type_collection.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource/type_collection_helper.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/run.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/scheduler.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/scheduler/job.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/scheduler/scheduler.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/scheduler/splay_job.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/scheduler/timer.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/base_setting.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/boolean_setting.rb
@@ -635,6 +683,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/host.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/inventory.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/key.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/validator.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/status.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/test/test_helper.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction.rb
@@ -742,6 +791,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ldap/connection.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ldap/generator.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ldap/manager.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/libuser.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/loadedfile.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/lockfile.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log.rb
@@ -773,6 +823,11 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/platform.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/plugins.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/posix.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/profiler.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/profiler/logging.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/profiler/none.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/profiler/object_counts.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/profiler/wall_clock.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/provider_features.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/pson.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/queue.rb
@@ -791,6 +846,7 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rubygems.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/run_mode.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/selinux.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ssl.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/storage.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/subclass_loader.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/suidmanager.rb
@@ -804,10 +860,47 @@
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/file.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/process.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/registry.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/root_certs.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/security.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/sid.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/user.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/zaml.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/load_safe_yaml.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/require_vendored.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/deep.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/parse/date.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/parse/hexadecimal.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/parse/sexagesimal.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/psych_handler.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/psych_resolver.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/resolver.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/safe_to_ruby_visitor.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/syck_hack.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/syck_node_monkeypatch.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/syck_resolver.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_boolean.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_date.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_float.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_integer.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_nil.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_symbol.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/transform/transformation_map.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/lib/safe_yaml/version.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/psych_resolver_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/resolver_specs.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/safe_yaml_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/spec_helper.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/support/exploitable_back_door.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/syck_resolver_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/transform/base64_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/transform/to_date_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/transform/to_float_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/transform/to_integer_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml/spec/transform/to_symbol_spec.rb
+file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/vendor/safe_yaml_patches.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/version.rb
 file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/semver.rb
 file path=usr/sbin/extlookup2hiera