Drew Fisher
2013-03-06 00a72078d0d94b5a4e2e4c65ea6a0f477e5f9a39
PSARC/2013/005 Puppet 3.0.1
15846284 Integrate the Puppet CM
19 files added
1 files modified
2366 ■■■■■ changed files
components/facter/Makefile 51 ●●●●● patch | view | raw | blame | history
components/facter/facter.license 234 ●●●●● patch | view | raw | blame | history
components/facter/facter.p5m 133 ●●●●● patch | view | raw | blame | history
components/facter/patches/facter-00-installrb-nogzip-manpage.patch 15 ●●●●● patch | view | raw | blame | history
components/puppet/Makefile 61 ●●●●● patch | view | raw | blame | history
components/puppet/depend.mk 1 ●●●● patch | view | raw | blame | history
components/puppet/files/auth_attr 2 ●●●●● patch | view | raw | blame | history
components/puppet/files/prof_attr 1 ●●●● patch | view | raw | blame | history
components/puppet/files/puppet-agent.xml 109 ●●●●● patch | view | raw | blame | history
components/puppet/files/puppet-master.xml 109 ●●●●● patch | view | raw | blame | history
components/puppet/files/puppet_agent 64 ●●●●● patch | view | raw | blame | history
components/puppet/files/puppet_master 63 ●●●●● patch | view | raw | blame | history
components/puppet/patches/puppet-00-s12pkg.patch 13 ●●●●● patch | view | raw | blame | history
components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch 15 ●●●●● patch | view | raw | blame | history
components/puppet/patches/puppet-02-zoneprovider.patch 137 ●●●●● patch | view | raw | blame | history
components/puppet/patches/puppet-03-zonetype.patch 78 ●●●●● patch | view | raw | blame | history
components/puppet/puppet.license 237 ●●●●● patch | view | raw | blame | history
components/puppet/puppet.p5m 992 ●●●●● patch | view | raw | blame | history
make-rules/install.rb.mk 48 ●●●●● patch | view | raw | blame | history
make-rules/shared-macros.mk 3 ●●●●● patch | view | raw | blame | history
components/facter/Makefile
New file
@@ -0,0 +1,51 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
COMPONENT_NAME=        facter
COMPONENT_VERSION=    1.6.16
COMPONENT_PROJECT_URL=    http://puppetlabs.com/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:fcac57ea59e004e131a2c66be030109465c89c1b30d91c26d1b5cdcf10379125
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)downloads/facter/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=    utility/puppet
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/install.rb.mk
include $(WS_TOP)/make-rules/ips.mk
# common targets
build:        $(BUILD_32)
install:    $(INSTALL_32)
# facter requires the installation of the following rubygems to run
# the unittests:  rspec rspec-expectations mocha rake rack hiera
# Disable the tests until these rubygems are available.
test:    $(NO_TESTS)
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk
components/facter/facter.license
New file
@@ -0,0 +1,234 @@
-----------------
- Facter 1.6.16 -
-----------------
Oracle Internal Tracking Number 11613
Facter - Host Fact Detection and Reporting
Copyright 2011 Puppet Labs Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The following applies to all products licensed under the Apache 2.0 License:
You may not use the identified files except in compliance with the Apache License, Version 2.0 (the "License.")
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.  A copy of the license is also reproduced below.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
                         Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1. Definitions.
      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.
      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.
      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.
      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.
      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.
      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.
      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).
      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.
      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."
      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.
   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.
   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.
   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and
      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.
      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.
   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.
   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.
   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.
   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.
   END OF TERMS AND CONDITIONS
   APPENDIX: How to apply the Apache License to your work.
      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.
   Copyright [yyyy] [name of copyright owner]
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
components/facter/facter.p5m
New file
@@ -0,0 +1,133 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
set name=pkg.fmri \
    value=pkg:/system/management/facter@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Facter - collect and display facts about the system"
set name=pkg.description \
    value="The facter(8) command collects and displays facts about the current system. The library behind Facter is easy to expand, making Facter an easy way to collect information about a system from within the shell or within Ruby."
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.consolidation value=$(CONSOLIDATION)
dir  path=usr
dir  path=usr/bin
file path=usr/bin/facter
dir  path=usr/ruby
dir  path=usr/ruby/1.8
dir  path=usr/ruby/1.8/lib
dir  path=usr/ruby/1.8/lib/ruby
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/Cfkey.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/application.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/architecture.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/arp.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/augeasversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/domain.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/ec2.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/facterversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/fqdn.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/hardwareisa.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/hardwaremodel.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/hostname.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/id.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/interfaces.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/ipaddress.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/ipaddress6.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/iphostnumber.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/kernel.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/kernelmajversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/kernelrelease.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/kernelversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbdistcodename.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbdistdescription.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbdistid.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbdistrelease.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbmajdistrelease.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/lsbrelease.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/macaddress.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/macosx.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/manufacturer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/memory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/netmask.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/network.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/operatingsystem.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/operatingsystemrelease.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/osfamily.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/path.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/physicalprocessorcount.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/processor.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/ps.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/puppetversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/rubysitedir.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/rubyversion.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/selinux.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/ssh.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/timezone.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/uniqueid.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/uptime.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/uptime_days.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/uptime_hours.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/uptime_seconds.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/collection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/config.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/confine.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/ec2.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/fact.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/ip.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/loader.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/macaddress.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/macosx.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/manufacturer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/memory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/monkey_patches.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/netmask.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/plist
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/plist.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/plist/generator.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/plist/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/processor.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/registry.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/resolution.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/uptime.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/values.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/virtual.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/vlans.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/wmi.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/util/xendomains.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/version.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/virtual.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/vlans.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/facter/xendomains.rb
dir  path=usr/share
dir  path=usr/share/man
dir  path=usr/share/man/man8
file path=usr/share/man/man8/facter.8
license facter.license license="Apache v2.0"
components/facter/patches/facter-00-installrb-nogzip-manpage.patch
New file
@@ -0,0 +1,15 @@
Prevent facter's build script from gzipping the manpages.  Our version
of man doesn't understand manpages with a .gz extension
--- facter-1.6.16/install.rb.orig    2013-01-04 14:11:28.431143114 -0700
+++ facter-1.6.16/install.rb    2013-01-04 14:11:35.402916848 -0700
@@ -107,9 +107,6 @@
     FileUtils.makedirs(om, {:mode => 0755, :verbose => true})
     FileUtils.chmod(0755, om)
     FileUtils.install(mf, omf, {:mode => 0644, :preserve => true, :verbose => true})
-    gzip = %x{which gzip}
-    gzip.chomp!
-    %x{#{gzip} -f #{omf}}
   end
   else
   puts "Skipping Man Page Generation"
components/puppet/Makefile
New file
@@ -0,0 +1,61 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
COMPONENT_NAME=        puppet
COMPONENT_VERSION=    3.0.1
COMPONENT_PROJECT_URL=    http://puppetlabs.com/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:5e4d0cfdd6989faf4f6c5c76c0d3bcfa0364e380549be1a2f7c3abd22b0b562b
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)downloads/puppet/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=    utility/puppet
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/install.rb.mk
include $(WS_TOP)/make-rules/ips.mk
# puppet requires facter to build
COMPONENT_INSTALL_ENV    += RUBYLIB="$(COMPONENT_DIR)/../facter/build/prototype/$(MACH)$(VENDOR_RUBY)"
../facter/build/%/.installed:
    (cd ../facter ; $(GMAKE) install)
# set the bindir to /usr/sbin
INSTALL_RB_BINDIR =    $(USRSBINDIR)
# common targets
build:        $(BUILD_32)
# make sure facter is installed first
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
# Disable the tests until these rubygems are available.
test:        $(NO_TESTS)
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk
components/puppet/depend.mk
New file
@@ -0,0 +1 @@
puppet:        facter
components/puppet/files/auth_attr
New file
@@ -0,0 +1,2 @@
solaris.smf.manage.puppet:::Manage puppet master states::
solaris.smf.value.puppet:::Change puppet master properties::
components/puppet/files/prof_attr
New file
@@ -0,0 +1 @@
Puppet Management:RO::Manage the puppet master service:auths=solaris.smf.manage.puppet,solaris.smf.value.puppet
components/puppet/files/puppet-agent.xml
New file
@@ -0,0 +1,109 @@
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 CDDL HEADER START
 The contents of this file are subject to the terms of the
 Common Development and Distribution License (the "License").
 You may not use this file except in compliance with the License.
 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 or http://www.opensolaris.org/os/licensing.
 See the License for the specific language governing permissions
 and limitations under the License.
 When distributing Covered Code, include this CDDL HEADER in each
 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 If applicable, add the following below this CDDL HEADER, with the
 fields enclosed by brackets "[]" replaced with your own identifying
 information: Portions Copyright [yyyy] [name of copyright owner]
 CDDL HEADER END
 Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
 NOTE:  This service manifest is not editable; its contents will
 be overwritten by package or patch operations, including
 operating system upgrade.  Make customizations in a different
 file.
-->
<service_bundle type='manifest' name='puppetagent'>
<service
    name='application/puppet/agent'
    type='service'
    version='1'>
    <dependency
        name='filesystem'
        grouping='require_all'
        restart_on='error'
        type='service'>
            <service_fmri value='svc:/system/filesystem/minimal' />
    </dependency>
    <exec_method
        type='method'
        name='start'
        exec='/lib/svc/method/puppet_agent %m'
        timeout_seconds='600'>
    </exec_method>
    <exec_method
        type='method'
        name='stop'
        exec=':kill'
        timeout_seconds='60' >
    </exec_method>
    <property_group name='general' type='framework'>
        <!-- to start stop puppet -->
        <propval name='action_authorization' type='astring'
        value='solaris.smf.manage.puppet' />
        <!-- to change puppet properties -->
        <propval name='value_authorization' type='astring'
        value='solaris.smf.value.puppet' />
    </property_group>
    <instance name='default' enabled='false'>
        <property_group name='config' type='application'>
            <propval name='logdest' type='astring'
                value='/var/log/puppet/puppet-agent.log'/>
            <propval name='server' type='host' value=''/>
        </property_group>
    </instance>
    <stability value='Unstable' />
    <template>
        <common_name>
            <loctext xml:lang='C'>
            Puppet agent version 3.0.1
            </loctext>
        </common_name>
        <documentation>
            <manpage title='puppet-agent' section='8' manpath='/usr/share/man' />
        </documentation>
        <pg_pattern name='config' type='application' required='false'>
            <prop_pattern name='server' type='host'
                required='false'>
                <common_name>
                    <loctext xml:lang='C'>
                    Server name or IP address of puppet master
                    </loctext>
                </common_name>
            </prop_pattern>
            <prop_pattern name='logdest' type='astring'
                required='false'>
                <common_name>
                    <loctext xml:lang='C'>
                    Logfile destination
                    </loctext>
                </common_name>
            </prop_pattern>
        </pg_pattern>
    </template>
</service>
</service_bundle>
components/puppet/files/puppet-master.xml
New file
@@ -0,0 +1,109 @@
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 CDDL HEADER START
 The contents of this file are subject to the terms of the
 Common Development and Distribution License (the "License").
 You may not use this file except in compliance with the License.
 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 or http://www.opensolaris.org/os/licensing.
 See the License for the specific language governing permissions
 and limitations under the License.
 When distributing Covered Code, include this CDDL HEADER in each
 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 If applicable, add the following below this CDDL HEADER, with the
 fields enclosed by brackets "[]" replaced with your own identifying
 information: Portions Copyright [yyyy] [name of copyright owner]
 CDDL HEADER END
 Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
 NOTE:  This service manifest is not editable; its contents will
 be overwritten by package or patch operations, including
 operating system upgrade.  Make customizations in a different
 file.
-->
<service_bundle type='manifest' name='puppetmaster'>
<service
    name='application/puppet/master'
    type='service'
    version='1'>
    <dependency
        name='filesystem'
        grouping='require_all'
        restart_on='error'
        type='service'>
            <service_fmri value='svc:/system/filesystem/minimal' />
    </dependency>
    <exec_method
        type='method'
        name='start'
        exec='/lib/svc/method/puppet_master %m'
        timeout_seconds='600' >
    </exec_method>
    <exec_method
        type='method'
        name='stop'
        exec=':kill'
        timeout_seconds='60' >
    </exec_method>
    <property_group name='general' type='framework'>
        <!-- to start stop puppet -->
        <propval name='action_authorization' type='astring'
        value='solaris.smf.manage.puppet' />
        <!-- to change puppet properties -->
        <propval name='value_authorization' type='astring'
        value='solaris.smf.value.puppet' />
    </property_group>
    <instance name='default' enabled='false'>
        <property_group name='config' type='application'>
            <propval name='logdest' type='astring'
                value='/var/log/puppet/puppet-master.log'/>
            <propval name='server' type='host' value=''/>
        </property_group>
    </instance>
    <stability value='Unstable' />
    <template>
        <common_name>
            <loctext xml:lang='C'>
            Puppet master version 3.0.1
            </loctext>
        </common_name>
        <documentation>
            <manpage title='puppet-master' section='8' manpath='/usr/share/man' />
        </documentation>
        <pg_pattern name='config' type='application' required='false'>
            <prop_pattern name='server' type='host'
                required='false'>
                <common_name>
                    <loctext xml:lang='C'>
                    Server name or IP address of puppet master
                    </loctext>
                </common_name>
            </prop_pattern>
            <prop_pattern name='logdest' type='astring'
                required='false'>
                <common_name>
                    <loctext xml:lang='C'>
                    Logfile destination
                    </loctext>
                </common_name>
            </prop_pattern>
        </pg_pattern>
    </template>
</service>
</service_bundle>
components/puppet/files/puppet_agent
New file
@@ -0,0 +1,64 @@
#!/usr/bin/ksh -p
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
# Load SMF constants and functions
. /lib/svc/share/smf_include.sh
# Establish PATH for non-built in commands
export PATH=/usr/bin:/usr/sbin
case "$1" in
'start')
    # handles startup of puppet agent
    flags=""
    #
    # retrieve the server property.  If the variable is left
    # empty, do not add the --server flag to the CLI
    #
    server=$(svcprop -p config/server $SMF_FMRI)
    if [[ $? -eq 0 ]] && [[ "$server" != '' ]]; then
        flags+=" --server $server"
    fi
    # retrieve the logfile property.
    logdest=$(svcprop -p config/logdest $SMF_FMRI)
    if [[ "$logdest" != '' ]]; then
        flags+=" --logdest $logdest"
    fi
    cmd="puppet agent ${flags}"
    exec $cmd
    ;;
*)
    echo "Usage: $0 { start }"
    exit $SMF_EXIT_ERR_CONFIG
    ;;
esac
exit $SMF_EXIT_OK
components/puppet/files/puppet_master
New file
@@ -0,0 +1,63 @@
#!/usr/bin/ksh -p
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
# Load SMF constants and functions
. /lib/svc/share/smf_include.sh
# Establish PATH for non-built in commands
export PATH=/usr/bin:/usr/sbin
case "$1" in
'start')
    # handles startup of puppet master
    flags=""
    #
    # retrieve the server property.  If the variable is left
    # empty, do not add the --server flag to the CLI
    #
    server=$(svcprop -p config/server $SMF_FMRI)
    if [[ $? -eq 0 ]] && [[ "$server" != '' ]]; then
        flags+=" --server $server"
    fi
    # retrieve the logfile property.
    logdest=$(svcprop -p config/logdest $SMF_FMRI)
    if [[ "$logdest" != '' ]]; then
        flags+=" --logdest $logdest"
    fi
    cmd="puppet master ${flags}"
    exec $cmd
    ;;
*)
    echo "Usage: $0 { start }"
    exit $SMF_EXIT_ERR_CONFIG
    ;;
esac
exit $SMF_EXIT_OK
components/puppet/patches/puppet-00-s12pkg.patch
New file
@@ -0,0 +1,13 @@
Add Solaris 12 to the pkg(5) pkg provider
--- puppet-3.0.1/lib/puppet/provider/package/pkg.rb.orig    2012-10-19 22:57:51.000000000 -0600
+++ puppet-3.0.1/lib/puppet/provider/package/pkg.rb    2012-10-24 15:55:23.203830708 -0600
@@ -23,7 +23,7 @@
   confine :osfamily => :solaris
-  defaultfor :osfamily => :solaris, :kernelrelease => '5.11'
+  defaultfor :osfamily => :solaris, :kernelrelease => ['5.11', '5.12']
   def self.instances
     pkg(:list, '-H').split("\n").map{|l| new(parse_line(l))}
components/puppet/patches/puppet-01-installrb-nogzip-manpage.patch
New file
@@ -0,0 +1,15 @@
Prevent puppet's build script from gzipping the manpages.  Our version
of man doesn't understand manpages with a .gz extension
--- puppet-3.0.1/install.rb.orig    2013-01-04 14:05:09.892870020 -0700
+++ puppet-3.0.1/install.rb    2013-01-04 14:05:40.466062888 -0700
@@ -146,9 +146,6 @@
       FileUtils.chmod(0755, om)
       FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
     end
-    gzip = %x{which gzip}
-    gzip.chomp!
-    %x{#{gzip} -f #{omf}}
   end
 end
components/puppet/patches/puppet-02-zoneprovider.patch
New file
@@ -0,0 +1,137 @@
Enables puppet provider basic functionality with Solaris 11 zones. Also fixes a bug that
was introduced with the putback of 15886 into the puppet gate that prevented
zones networking from being created.
--- puppet-3.0.1/lib/puppet/provider/zone/solaris.rb.orig    2013-02-15 15:00:38.925896083 -0700
+++ puppet-3.0.1/lib/puppet/provider/zone/solaris.rb    2013-02-15 15:00:48.805231725 -0700
@@ -31,7 +31,7 @@
   def multi_conf(name, should, &action)
     has = properties[name]
-    has = [] if has == :absent
+    has = [] if has == :absent or has.nil?
     rms = has - should
     adds = should - has
     (rms.map{|o| action.call(:rm,o)} + adds.map{|o| action.call(:add,o)}).join("\n")
@@ -60,12 +60,36 @@
     end
   end
+  def self.def_net_prop(var, &conf)
+     define_method(var.to_s) do |v|
+        o = properties[var]
+        return '' if o.nil? or o == :absent
+        o.join(' ')
+     end
+     define_method('%s_conf'% var.to_s) do |v|
+        multi_conf(var, v, &conf)
+     end
+  end
+
   def_prop :iptype, "set ip-type=%s"
   def_prop :autoboot, "set autoboot=%s"
   def_prop :path, "set zonepath=%s"
   def_prop :pool, "set pool=%s"
   def_prop :shares, "add rctl\nset name=zone.cpu-shares\nadd value (priv=privileged,limit=%s,action=none)\nend"
+  if ['5.11', '5.12'].include? Facter.value(:kernelrelease)
+    def_net_prop :net_resource do |action, str|
+       case action
+        when :add
+          cmd = [" add anet"]
+      cmd << "end"
+      cmd.join("\n")
+        when :rm
+          " remove anet"
+        end
+     end
+  end
+
   def_multiprop :ip do |action, str|
     interface, ip, defrouter = str.split(':')
     case action
@@ -96,20 +120,27 @@
     end
   end
-  def_multiprop :inherit do |action, str|
-    case action
-    when :add; ['add inherit-pkg-dir', "set dir=#{str}",'end'].join("\n")
-    when :rm; "remove inherit-pkg-dir dir=#{str}"
-    else self.fail action
+  if ['5.10'].include? Facter.value(:kernelrelease)
+    def_multiprop :inherit do |action, str|
+      case action
+        when :add; ['add inherit-pkg-dir', "set dir=#{str}",'end'].join("\n")
+        when :rm; "remove inherit-pkg-dir dir=#{str}"
+      else self.fail action
+      end
     end
   end
   def my_properties
-    [:path, :iptype, :autoboot, :pool, :shares, :ip, :dataset, :inherit]
+    if ['5.11', '5.12'].include? Facter.value(:kernelrelease)
+       [:path, :iptype, :autoboot, :pool, :shares, :ip, :dataset, :net_resource]
+    elsif ['5.10'].include? Facter.value(:kernelrelease)
+       [:path, :iptype, :autoboot, :pool, :shares, :ip, :dataset, :inherit]
+    end
   end
   # Perform all of our configuration steps.
   def configure
+
     self.fail "Path is required" unless @resource[:path]
     arr = ["create -b #{@resource[:create_args]}"]
@@ -161,6 +192,14 @@
   end
   def install(dummy_argument=:work_arround_for_ruby_GC_bug)
+    if ['5.11', '5.12'].include? Facter.value(:kernelrelease)
+       if !@resource[:install_args] and @resource[:config_profile]
+           @resource[:install_args] = "-c " + @resource[:config_profile]
+       else
+      @resource[:install_args] << "-c " + @resource[:config_profile]
+       end
+    end
+
     if @resource[:clone] # TODO: add support for "-s snapshot"
       zoneadm :clone, @resource[:clone]
     elsif @resource[:install_args]
@@ -183,6 +222,7 @@
       end
     end
     @property_hash.dup
+
   end
   # We need a way to test whether a zone is in process.  Our 'ensure'
@@ -253,6 +293,7 @@
   def start
     # Check the sysidcfg stuff
+   if ['5.10'].include? Facter.value(:kernelrelease)
     if cfg = @resource[:sysidcfg]
       self.fail "Path is required" unless @resource[:path]
       zoneetc = File.join(@resource[:path], "root", "etc")
@@ -273,6 +314,7 @@
         end
       end
     end
+   end
     zoneadm :boot
   end
@@ -300,7 +342,11 @@
   end
   def stop
-    zoneadm :halt
+   if ['5.10'].include? Facter.value(:kernelrelease)
+     execute_zoneadm :halt
+   elsif ['5.11', '5.12'].include? Facter.value(:kernelrelease)
+    zoneadm :shutdown
+   end
   end
   def unconfigure
components/puppet/patches/puppet-03-zonetype.patch
New file
@@ -0,0 +1,78 @@
The puppet zone type changes that enable basic functionality with Solaris 11
zones. Includes the type changes to fix a bug introduced by the putback of
15886 into the puppet gate that prevented zones networking from being created.
--- puppet-3.0.1/lib/puppet/type/zone.rb.orig    2013-02-15 16:08:16.530618507 -0700
+++ puppet-3.0.1/lib/puppet/type/zone.rb    2013-02-15 08:24:18.530373776 -0700
@@ -133,6 +133,12 @@
     isnamevar
   end
+  newparam(:config_profile) do
+    desc "Path to the config_profile to use for installation of a solaris zone.
+          This is set when providing a sysconfig profile instead of running the
+      sysconfig SCI tool on first boot of the zone."
+  end
+
   newparam(:id) do
     desc "The numerical ID of the zone.  This number is autogenerated
       and cannot be changed."
@@ -161,19 +167,44 @@
     # overridden so that we match with self.should
     def insync?(is)
-      return true unless is
-      is = [] if is == :absent
+      is = [] if is == :absent or is.nil?
       is.sort == self.should.sort
     end
   end
   newproperty(:iptype) do
-    desc "The IP stack type of the zone."
-    defaultto :shared
+    desc "The IP stack type of the zone. The default is to exclusive."
+    if ['5.11', '5.12'].include? Facter.value(:kernelrelease)
+       defaultto :exclusive
+    else
+       defaultto :shared
+    end
     newvalue :shared
     newvalue :exclusive
   end
+  newproperty(:net_resource, :parent => Puppet::Property::List) do
+    desc "The net resource assigned network resource to a zone. The net
+          resource represents the assignment of a physical network resource
+       to a zone. The anet resource represents the automatic creation of a
+       network resource for an exclusive-IP zone. This property only needs
+          to be set if additional network resources are desired. By default
+          an anet resource is created for the zone. To add additional net
+          or anet services"
+    newvalue :anet
+    newvalue :net
+
+    def should
+      @should
+    end
+
+    # overridden so that we match with self.should
+    def insync?(is)
+      is = [] if is == :absent or is.nil?
+      is.sort == self.should.sort
+    end
+  end
+
   newproperty(:autoboot, :boolean => true) do
     desc "Whether the zone should automatically boot."
     defaultto true
@@ -218,8 +249,7 @@
     # overridden so that we match with self.should
     def insync?(is)
-      return true unless is
-      is = [] if is == :absent
+      is = [] if is == :absent or is.nil?
       is.sort == self.should.sort
     end
components/puppet/puppet.license
New file
@@ -0,0 +1,237 @@
----------------
- Puppet 3.0.1 -
----------------
Oracle Internal Tracking Number 11612
   Puppet - Automating Configuration Management.
   Copyright (C) 2005-2012 Puppet Labs Inc
   Puppet Labs can be contacted at: info@puppetlabs.com
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
The following applies to all products licensed under the Apache 2.0 License:
You may not use the identified files except in compliance with the Apache License, Version 2.0 (the "License.")
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.  A copy of the license is also reproduced below.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
                         Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1. Definitions.
      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.
      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.
      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.
      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.
      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.
      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.
      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).
      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.
      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."
      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.
   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.
   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.
   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and
      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.
      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.
   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.
   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.
   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.
   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.
   END OF TERMS AND CONDITIONS
   APPENDIX: How to apply the Apache License to your work.
      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.
   Copyright [yyyy] [name of copyright owner]
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
components/puppet/puppet.p5m
New file
@@ -0,0 +1,992 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
# do not look for .pyc files as the install.rb script does not compile
# .py files as it installs
<transform file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/.*\.py$ -> default pkg.tmp.autopyc false>
set name=pkg.fmri \
    value=pkg:/system/management/puppet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Puppet - configuration management toolkit"
set name=pkg.description \
    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=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.consolidation value=$(CONSOLIDATION)
dir  path=etc
dir  path=etc/puppet owner=puppet group=puppet mode=0755
file path=etc/puppet/auth.conf owner=puppet group=bin mode=0444
file files/auth_attr path=etc/security/auth_attr.d/puppet
file files/prof_attr path=etc/security/prof_attr.d/puppet
file files/puppet-agent.xml path=lib/svc/manifest/application/puppet-agent.xml
file files/puppet-master.xml path=lib/svc/manifest/application/puppet-master.xml
file files/puppet_agent path=lib/svc/method/puppet_agent mode=0555
file files/puppet_master path=lib/svc/method/puppet_master mode=0555
dir  path=usr
dir  path=usr/ruby
dir  path=usr/ruby/1.8
dir  path=usr/ruby/1.8/lib
dir  path=usr/ruby/1.8/lib/ruby
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/hiera
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/hiera/backend
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/hiera/backend/puppet_backend.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/hiera/scope.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/hiera_puppet.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/agent
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/agent.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/agent/disabler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/agent/locker.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/agent.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/apply.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/catalog.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/cert.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/certificate.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/certificate_request.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/certificate_revocation_list.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/config.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/describe.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/device.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/doc.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/face_base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/facts.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/filebucket.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/help.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/indirection_base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/inspect.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/instrumentation_data.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/instrumentation_listener.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/instrumentation_probe.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/key.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/kick.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/man.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/master.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/module.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/node.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/plugin.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/queue.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/report.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/resource_type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/secret_agent.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/application/status.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/configurer
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/configurer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/configurer/downloader.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/configurer/fact_handler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/configurer/plugin_handler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/daemon.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/data_binding.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/defaults.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/dsl
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/dsl.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/dsl/resource_api.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/dsl/resource_type_api.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/error.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/base64.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/dot.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/lock.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/nagios
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/nagios.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/nagios/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/nagios/parser.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/common.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/pure
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/pure.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/pure/generator.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/pure/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/external/pson/version.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/ca.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/catalog
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/catalog.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/catalog/select.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/certificate.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/certificate_request.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/certificate_revocation_list.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/config.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/facts.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/file
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/file/download.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/file/store.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help/action.erb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help/face.erb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help/global.erb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/help/man.erb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/instrumentation_data.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/instrumentation_listener.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/instrumentation_probe.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/key.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/man.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/build.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/changes.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/generate.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/install.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/list.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/search.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/uninstall.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/module/upgrade.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/node
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/node.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/node/clean.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/plugin.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/report.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/resource_type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/secret_agent.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/face/status.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature
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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/rdoc1.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/rubygems.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/selinux.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/ssh.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/stomp.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/feature/zlib.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_bucket
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_bucket.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_bucket/dipper.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_bucket/file.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_collection
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_collection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_collection/lookup.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/base.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/configuration
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/configuration.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/configuration/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/content.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/fileset.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/metadata.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/mount
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/mount.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/mount/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/mount/modules.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/mount/plugins.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/terminus_helper.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/file_serving/terminus_selector.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/forge
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/forge.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/forge/cache.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/forge/errors.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/forge/repository.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/active_record.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/active_record.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/compiler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/json.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/queue.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/static_compiler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/store_configs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/catalog/yaml.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate/ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate/disabled_ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_request
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_request/ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_request/disabled_ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_request/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_request/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_revocation_list
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_revocation_list/ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_revocation_list/disabled_ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_revocation_list/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_revocation_list/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_status
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_status.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_status/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/certificate_status/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/code.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/couch.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/data_binding
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/data_binding/hiera.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/data_binding/none.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/direct_file_server.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/envelope.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/exec.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/face.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/active_record.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/couch.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/facter.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/inventory_active_record.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/inventory_service.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/memory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/network_device.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/store_configs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/facts/yaml.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_bucket_file
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_bucket_file/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_bucket_file/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_bucket_file/selector.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content/file_server.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_content/selector.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata/file_server.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_metadata/selector.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/file_server.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/hiera.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/indirection.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_data
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_data.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_data/local.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_data/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_listener
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_listener.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_listener/local.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_listener/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_probe
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_probe.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_probe/local.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/instrumentation_probe/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/json.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/key
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/key/ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/key/disabled_ca.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/key/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/ldap.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/memory.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/active_record.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/exec.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/ldap.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/memory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/plain.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/store_configs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/node/yaml.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/none.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/plain.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/queue.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/report
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/report/processor.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/report/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/report/yaml.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/request.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource/active_record.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource/ral.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource/store_configs.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource_type
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource_type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource_type/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/resource_type/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/run
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/run/local.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/run/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/ssl_file.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/status
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/status.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/status/local.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/status/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/store_configs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/terminus.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/indirector/yaml.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/action.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/action_builder.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/action_manager.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/documentation.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/face_collection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/option.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/option_builder.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/interface/option_manager.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/metatype
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/metatype/manager.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/application.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/builder.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/checksummer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/generator.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/installer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/searcher.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/uninstaller.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/unpacker.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/applications/upgrader.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/checksums.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/contents_description.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/dependency.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors/installer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors/shared.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors/uninstaller.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/errors/upgrader.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/install_directory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/metadata.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/modulefile.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/shared_behaviors.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/Modulefile.erb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/README.erb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network
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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/authentication.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/authorization.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/authstore.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/client_request.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/format.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/format_handler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/formats.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/api
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/api.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/api/v1.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/compression.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/connection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/handler.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/rack
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/rack.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/rack/httphandler.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/rack/rest.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/webrick
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/webrick.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http/webrick/rest.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/http_pool.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/resolver.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/rest_controller.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/rights.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/network/server.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/node
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/node.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/node/environment.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/node/facts.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter/package_options.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter/path.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter/value.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parameter/value_collection.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast.rb
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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/casestatement.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/collection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/collexpr.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/comparison_operator.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/definition.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/else.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/function.rb
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/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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/not.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/relationship.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resource_defaults.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resource_instance.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resource_override.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resource_reference.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/resourceparam.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/selector.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/tag.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/ast/top_level_construct.rb
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/files.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions
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/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/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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/hiera_array.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/hiera_hash.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/hiera_include.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/include.rb
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/regsubst.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/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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/functions/tagged.rb
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/parser.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
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/resource
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/resource/param.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/parser/scope.rb
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
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property
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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property/list.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/property/ordered_list.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/aixobject.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/augeas
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/augeas/augeas.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/cisco.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/command.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/computer
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/computer/computer.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine/exists.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine/false.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine/feature.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine/true.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine/variable.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confine_collection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/confiner.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/cron
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/cron/crontab.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/exec
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/exec.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/exec/posix.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/exec/shell.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/exec/windows.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/file
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/file/posix.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/file/windows.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/aix.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/directoryservice.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/groupadd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/ldap.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/pw.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/group/windows_adsi.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/host
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/host/parsed.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/interface
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/interface/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/interface/cisco.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/ldap.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/macauthorization
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/macauthorization/macauthorization.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mailalias
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mailalias/aliases.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/maillist
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/maillist/mailman.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mcx
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mcx/mcxcontent.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mount
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mount.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/mount/parsed.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/naginator.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/nameservice
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/nameservice.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/nameservice/directoryservice.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/nameservice/objectadd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/nameservice/pw.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/network_device.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/aix.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/appdmg.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/apple.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/apt.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/aptitude.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/aptrpm.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/blastwave.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/dpkg.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/fink.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/freebsd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/gem.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/hpux.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/macports.rb
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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pkgdmg.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pkgin.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/pkgutil.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/portage.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/ports.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/portupgrade.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/rpm.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/rug.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/sun.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/sunfreeware.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/up2date.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/urpmi.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/windows
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/windows.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/windows/exe_package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/windows/msi_package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/windows/package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/yum.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/yumhelper.py
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/package/zypper.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/parsedfile.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/port
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/port/parsed.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/scheduled_task
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/scheduled_task/win32_taskscheduler.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/selboolean
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/selboolean/getsetsebool.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/selmodule
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/selmodule/semodule.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/bsd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/daemontools.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/debian.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/freebsd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/gentoo.rb
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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/smf.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/src.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/systemd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/upstart.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/service/windows.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/ssh_authorized_key
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/ssh_authorized_key/parsed.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/sshkey
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/sshkey/parsed.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/aix.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/directoryservice.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/hpux.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/ldap.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/pw.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/user_role_add.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/useradd.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/user/windows_adsi.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/vlan
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/vlan/cisco.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zfs
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zfs/zfs.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zone
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zone/solaris.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zpool
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/provider/zpool/zpool.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/benchmark.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database/001_add_created_at_to_all_tables.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database/003_add_environment_to_host.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database/004_add_inventory_service_tables.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/database/schema.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/fact_name.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/fact_value.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/host.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/inventory_fact.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/inventory_node.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/param_name.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/param_value.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/puppet_tag.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/resource_tag.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rails/source_file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/rb_tree_map.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/configuration.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/function.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/indirection.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/metaparameter.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/providers.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/report.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reference/type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/relationship.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports/http.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports/log.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports/rrdgraph.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports/store.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/reports/tagmail.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource/catalog.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource/status.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/resource/type.rb
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
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings
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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/directory_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/duration_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/errors.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/file_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/path_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/string_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/settings/terminus_setting.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/simple_graph.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_authority
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_authority.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_authority/interface.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_factory.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_request.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/certificate_revocation_list.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/configuration.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/ssl/digest.rb
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/status.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/test
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/test/test_helper.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction/event.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction/event_manager.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction/report.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/transaction/resource_harness.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/augeas.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/component.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/computer.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/cron.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/exec.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/checksum.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/content.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/ctime.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/ensure.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/group.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/mode.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/mtime.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/owner.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/selcontext.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/source.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/target.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/file/type.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/filebucket.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/group.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/host.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/interface.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/k5login.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/macauthorization.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/mailalias.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/maillist.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/mcx.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/mount.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_command.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_contact.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_contactgroup.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_host.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_hostdependency.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_hostescalation.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_hostextinfo.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_hostgroup.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_service.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_servicedependency.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_serviceescalation.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_serviceextinfo.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_servicegroup.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/nagios_timeperiod.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/notify.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/port.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/resources.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/router.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/schedule.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/scheduled_task.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/selboolean.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/selmodule.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/service.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/ssh_authorized_key.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/sshkey.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/stage.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/tidy.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/user.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/vlan.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/whit.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/yumrepo.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/zfs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/zone.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/type/zpool.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/adsi.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/autoload.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/backups.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/cacher.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/checksums.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/classgen.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/colors.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/command_line
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/command_line.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/command_line/puppet_option_parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/command_line/trollop.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/constant_inflector.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/diff.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/docs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/errors.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/execution.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/execution_stub.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/feature.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/fileparsing.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/filetype.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/graph.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/inifile.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/inline_docs.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instance_loader.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/data.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/indirection_probe.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/instrumentable.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/listener.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/listeners
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/listeners/log.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/instrumentation/listeners/performance.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/json_lockfile.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ldap
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/ldap.rb
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/loadedfile.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/lockfile.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log/destination.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log/destinations.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log/rate_limited_logger.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/log_paths.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/logging.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/metaid.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/methodhelper.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/metric.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/monkey_patches
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/monkey_patches.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/monkey_patches/lines.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/nagios_maker.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/base.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/cisco
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/cisco.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/cisco/device.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/cisco/facts.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/cisco/interface.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/config.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/ipcalc.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/transport
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/transport.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/transport/base.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/transport/ssh.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/network_device/transport/telnet.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/package.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/pidlock.rb
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/provider_features.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/pson.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/queue
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/queue.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/queue/stomp.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rails
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rails/cache_accumulator.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rails/collection_merger.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rails/reference_serializer.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/code_objects.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/generators
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/generators/puppet_generator.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/generators/template
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/generators/template/puppet
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/generators/template/puppet/puppet.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/rdoc/parser.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/reference.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/resource_template.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/retryaction.rb
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/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
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/symbolic_file_mode.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/tagging.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/terminal.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/user_attr.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/warnings.rb
dir  path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/puppet/util/windows/error.rb
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/security.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/version.rb
file path=usr/ruby/1.8/lib/ruby/vendor_ruby/1.8/semver.rb
dir  path=usr/sbin
file path=usr/sbin/extlookup2hiera
file path=usr/sbin/puppet
dir  path=usr/share
dir  path=usr/share/man
dir  path=usr/share/man/man5
file path=usr/share/man/man5/puppet.conf.5
dir  path=usr/share/man/man8
file path=usr/share/man/man8/puppet-agent.8
file path=usr/share/man/man8/puppet-apply.8
file path=usr/share/man/man8/puppet-ca.8
file path=usr/share/man/man8/puppet-catalog.8
file path=usr/share/man/man8/puppet-cert.8
file path=usr/share/man/man8/puppet-certificate.8
file path=usr/share/man/man8/puppet-certificate_request.8
file path=usr/share/man/man8/puppet-certificate_revocation_list.8
file path=usr/share/man/man8/puppet-config.8
file path=usr/share/man/man8/puppet-describe.8
file path=usr/share/man/man8/puppet-device.8
file path=usr/share/man/man8/puppet-doc.8
file path=usr/share/man/man8/puppet-facts.8
file path=usr/share/man/man8/puppet-file.8
file path=usr/share/man/man8/puppet-filebucket.8
file path=usr/share/man/man8/puppet-help.8
file path=usr/share/man/man8/puppet-inspect.8
file path=usr/share/man/man8/puppet-instrumentation_data.8
file path=usr/share/man/man8/puppet-instrumentation_listener.8
file path=usr/share/man/man8/puppet-instrumentation_probe.8
file path=usr/share/man/man8/puppet-key.8
file path=usr/share/man/man8/puppet-kick.8
file path=usr/share/man/man8/puppet-man.8
file path=usr/share/man/man8/puppet-master.8
file path=usr/share/man/man8/puppet-module.8
file path=usr/share/man/man8/puppet-node.8
file path=usr/share/man/man8/puppet-parser.8
file path=usr/share/man/man8/puppet-plugin.8
file path=usr/share/man/man8/puppet-queue.8
file path=usr/share/man/man8/puppet-report.8
file path=usr/share/man/man8/puppet-resource.8
file path=usr/share/man/man8/puppet-resource_type.8
file path=usr/share/man/man8/puppet-secret_agent.8
file path=usr/share/man/man8/puppet-status.8
file path=usr/share/man/man8/puppet.8
dir  path=var
dir  path=var/lib
dir  path=var/lib/puppet owner=puppet group=puppet mode=0755
dir  path=var/log
dir  path=var/log/puppet owner=puppet group=puppet mode=0755
group groupname=puppet gid=40
user username=puppet ftpuser=false gcos-field="Puppet Admin" group=puppet \
    home-dir=/etc/puppet login-shell=/bin/false uid=40
license puppet.license license="Apache v2.0"
# puppet has a hard dependency on facter
depend type=require fmri=system/management/facter
make-rules/install.rb.mk
New file
@@ -0,0 +1,48 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
#
# default user executable binaries to /usr/bin
INSTALL_RB_BINDIR =    $(USRBINDIR)
# install.rb scripts do not have any concept of 'build' so make this a
# no-op
$(BUILD_DIR)/%/.built:  $(SOURCE_DIR)/.prep
    $(RM) -r $(@D) ; $(MKDIR) $(@D)
    $(COMPONENT_PRE_BUILD_ACTION)
    $(COMPONENT_POST_BUILD_ACTION)
    $(TOUCH) $@
# install the source into the proto directory
$(BUILD_DIR)/%/.installed:      $(BUILD_DIR)/%/.built
    $(COMPONENT_PRE_INSTALL_ACTION)
    (cd $(SOURCE_DIR) ; $(ENV) $(COMPONENT_INSTALL_ENV) \
                ./install.rb --destdir=$(PROTO_DIR) \
                --bindir=$(INSTALL_RB_BINDIR) \
                --sitelibdir=$(VENDOR_RUBY) \
                --mandir=$(USRSHAREMANDIR))
    $(COMPONENT_POST_INSTALL_ACTION)
    $(TOUCH) $@
clean::
    $(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
make-rules/shared-macros.mk
@@ -278,6 +278,9 @@
CC =        $(CC.$(COMPILER).$(BITS))
CXX =        $(CXX.$(COMPILER).$(BITS))
RUBY_VERSION =    1.8
RUBY.1.8 =    /usr/bin/ruby18
VENDOR_RUBY =    /usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/$(RUBY_VERSION)
PYTHON_VENDOR_PACKAGES.32 = /usr/lib/python$(PYTHON_VERSION)/vendor-packages
PYTHON_VENDOR_PACKAGES.64 = /usr/lib/python$(PYTHON_VERSION)/vendor-packages/64