Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created February 7, 2013 23:34
Show Gist options
  • Save jeffmccune/4735229 to your computer and use it in GitHub Desktop.
Save jeffmccune/4735229 to your computer and use it in GitHub Desktop.
Using Config config/jeff.yaml
Begin setup/early/00-vmrun.rb
Revert VMs
Skip: vmrun option not specified
setup/early/00-vmrun.rb skipped in 0.00 seconds
Begin setup/early/01-gen-answer-file.rb
Skip: Skipping PE 2.x answers file generation for non PE tests
setup/early/01-gen-answer-file.rb skipped in 0.00 seconds
Begin setup/early/01-pe12x-gen-answer-file.rb
Skip: Skipping PE 1.2.x answer file generation
setup/early/01-pe12x-gen-answer-file.rb skipped in 0.00 seconds
Begin setup/early/02-ntpdate.rb
Skipping ntp time sync
Skip: Skipping ntp time sync
setup/early/02-ntpdate.rb skipped in 0.00 seconds
Begin setup/early/03-dhcp-renew.rb
renew DHCP lease
Skip: Skipping DHCP renew
setup/early/03-dhcp-renew.rb skipped in 0.00 seconds
Begin setup/early/04-rvm_version.rb
Skipping set ruby version
Skip: Skipping set ruby version
setup/early/04-rvm_version.rb skipped in 0.00 seconds
Begin setup/early/05-add_master_etc_hosts.rb
Add Master entry to /etc/hosts
* Get ip address of Master qa-ubuntu-lucid
qa-ubuntu-lucid $ ip a|awk '/g/{print$2}' | cut -d/ -f1 | head -1
172.16.214.21
* Update /etc/hosts on qa-ubuntu-lucid
qa-ubuntu-lucid $ cp /etc/hosts /etc/hosts.old
qa-ubuntu-lucid $ cp /etc/hosts /etc/hosts.new
qa-ubuntu-lucid $ grep -v '172.16.214.21 qa-ubuntu-lucid' /etc/hosts > /etc/hosts.new
qa-ubuntu-lucid $ echo "172.16.214.21 qa-ubuntu-lucid" >> /etc/hosts.new
qa-ubuntu-lucid $ mv /etc/hosts.new /etc/hosts
setup/early/05-add_master_etc_hosts.rb passed in 0.30 seconds
Begin setup/early/06-config_pkg_repo.rb
Config Packing Repository
setup/early/06-config_pkg_repo.rb passed in 0.00 seconds
Begin setup/early/10-ec2_config.rb
Config steps for EC2 hosts
Skip: Not syncing root authorized_keys from github
setup/early/10-ec2_config.rb skipped in 0.00 seconds
Begin setup/early/20-root_authorized_keys.rb
Sync root authorized_keys from github
Skip: Not syncing root authorized_keys from github
setup/early/20-root_authorized_keys.rb skipped in 0.00 seconds
Begin setup/git/00_EnvSetup.rb
Setup environment
setup/git/00_EnvSetup.rb passed in 0.00 seconds
Begin setup/git/01_TestSetup.rb
Install packages and repositories on target machines...
qa-ubuntu-lucid $ echo github.com,207.97.227.239 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== >> $HOME/.ssh/known_hosts
* Install facter
* Clone git://me/facter.git if needed
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos || mkdir -p /opt/puppet-git-repos
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos/facter || git clone git://me/facter.git /opt/puppet-git-repos/facter
Initialized empty Git repository in /opt/puppet-git-repos/facter/.git/
* Update facter and check out revision 1.6.x
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/facter && git remote rm origin && git remote add origin git://me/facter.git && git fetch origin && git clean -fdx && git checkout -f 1.6.x
From git://me/facter
* [new branch] 1.5.9 -> origin/1.5.9
* [new branch] 1.6.x -> origin/1.6.x
* [new branch] 1.7.x -> origin/1.7.x
* [new branch] adrienthebo-maint/1.6.x/processor_spec_stubs -> origin/adrienthebo-maint/1.6.x/processor_spec_stubs
* [new branch] adrienthebo-maint/1.6.x/remove-duplicated-rspec-stubs -> origin/adrienthebo-maint/1.6.x/remove-duplicated-rspec-stubs
* [new branch] adrienthebo-ticket/1.6.x/17840-enum_cpuinfo-on-x86 -> origin/adrienthebo-ticket/1.6.x/17840-enum_cpuinfo-on-x86
* [new branch] alexharv074-ticket/1.6.x/11612_bug_fix_for_HPUX_network_and_others -> origin/alexharv074-ticket/1.6.x/11612_bug_fix_for_HPUX_network_and_others
* [new branch] alexharv074-ticket/1.6.x/17487_bug_fix_for_HPUX_network_and_others -> origin/alexharv074-ticket/1.6.x/17487_bug_fix_for_HPUX_network_and_others
* [new branch] alexharv074-ticket/1.6.x/17894_processorX_facts_fail_on_HP_superdomes -> origin/alexharv074-ticket/1.6.x/17894_processorX_facts_fail_on_HP_superdomes
* [new branch] apenney-ipaddress_vt -> origin/apenney-ipaddress_vt
* [new branch] bug/1.6.x/17925_fix_ec2_userdata -> origin/bug/1.6.x/17925_fix_ec2_userdata
* [new branch] bug/1.6.x/calmh-15306_read_proc_self_status_in_binary_mode -> origin/bug/1.6.x/calmh-15306_read_proc_self_status_in_binary_mode
* [new branch] bug/1.7.x/17925_ec2_facts -> origin/bug/1.7.x/17925_ec2_facts
* [new branch] calmh-15306_read_proc_self_status_in_binary_mode -> origin/calmh-15306_read_proc_self_status_in_binary_mode
* [new branch] cleanup_ec2_facts -> origin/cleanup_ec2_facts
* [new branch] dalen-regexp-confine -> origin/dalen-regexp-confine
* [new branch] dkowis-18756_ip_regex -> origin/dkowis-18756_ip_regex
* [new branch] ec2_vpc_7559 -> origin/ec2_vpc_7559
* [new branch] explore/1.6.x/aix_scoping -> origin/explore/1.6.x/aix_scoping
* [new branch] feature/1.6.x/travis_active_branches -> origin/feature/1.6.x/travis_active_branches
* [new branch] feature/1.7.x/17612_gce_cloud_support -> origin/feature/1.7.x/17612_gce_cloud_support
* [new branch] feature/1.7.x/dalen-regexp-confine -> origin/feature/1.7.x/dalen-regexp-confine
* [new branch] feature/master/travis_ci -> origin/feature/master/travis_ci
* [new branch] fix/1.6.x/10278_locale_wrapper -> origin/fix/1.6.x/10278_locale_wrapper
* [new branch] fix/1.6.x/11609_fix_aix_processor_facts -> origin/fix/1.6.x/11609_fix_aix_processor_facts
* [new branch] fix/1.6.x/11612_enhance_hpux_support_for_ia64 -> origin/fix/1.6.x/11612_enhance_hpux_support_for_ia64
* [new branch] fix/1.6.x/14674_rewrite_processor_fact -> origin/fix/1.6.x/14674_rewrite_processor_fact
* [new branch] fix/1.6.x/15001_ifconfig_format_change -> origin/fix/1.6.x/15001_ifconfig_format_change
* [new branch] fix/1.6.x/16506_hpux_uname_p -> origin/fix/1.6.x/16506_hpux_uname_p
* [new branch] fix/1.6.x/16511_fix_arp_an_for_solaris8 -> origin/fix/1.6.x/16511_fix_arp_an_for_solaris8
* [new branch] fix/1.6.x/16511_fix_arp_an_for_solaris8_small -> origin/fix/1.6.x/16511_fix_arp_an_for_solaris8_small
* [new branch] fix/1.6.x/16526_fix_physicalprocessorcount_fact -> origin/fix/1.6.x/16526_fix_physicalprocessorcount_fact
* [new branch] fix/1.6.x/16527_fix_processorcount_on_solaris -> origin/fix/1.6.x/16527_fix_processorcount_on_solaris
* [new branch] fix/1.6.x/17925_fix_ec2_404 -> origin/fix/1.6.x/17925_fix_ec2_404
* [new branch] fix/1.6.x/8210_fix_virtual_fact_for_el_kvm_guests -> origin/fix/1.6.x/8210_fix_virtual_fact_for_el_kvm_guests
* [new branch] fix/1.6.x/ubuntu_point_release -> origin/fix/1.6.x/ubuntu_point_release
* [new branch] fix/1.7.x/merge_up_from_16x -> origin/fix/1.7.x/merge_up_from_16x
* [new branch] fix/2.x/11609_16x_rebase -> origin/fix/2.x/11609_16x_rebase
* [new branch] fix/2.x/cleanup_ec2_facts -> origin/fix/2.x/cleanup_ec2_facts
* [new branch] fix/2.x/ubuntu_point_release -> origin/fix/2.x/ubuntu_point_release
* [new branch] fix/2.x/version_failures -> origin/fix/2.x/version_failures
* [new branch] fix/master/14674_rewrite_processor_fact -> origin/fix/master/14674_rewrite_processor_fact
* [new branch] fix_array_count -> origin/fix_array_count
* [new branch] fix_physical_processor_count -> origin/fix_physical_processor_count
* [new branch] ghoneycutt-tickets/2.x/18336_osfamily_for_mandrake -> origin/ghoneycutt-tickets/2.x/18336_osfamily_for_mandrake
* [new branch] jaredcurtis-ticket/1.6.x/15001_ifconfig_regex_fix -> origin/jaredcurtis-ticket/1.6.x/15001_ifconfig_regex_fix
* [new branch] jeff-ticket/1.6.x/17177_add_mtu_to_interfaces -> origin/jeff-ticket/1.6.x/17177_add_mtu_to_interfaces
* [new branch] jeffmccune-fix/1.6.x/10278_locale_wrapper -> origin/jeffmccune-fix/1.6.x/10278_locale_wrapper
* [new branch] jeffmccune-maint/1.6.x/make_release_version_easy -> origin/jeffmccune-maint/1.6.x/make_release_version_easy
* [new branch] josb-ebaysf-ticket/1.6.x/16626_ruby_19_compat_fix -> origin/josb-ebaysf-ticket/1.6.x/16626_ruby_19_compat_fix
* [new branch] josb-ebaysf-ticket/2.x/16626_ruby_19_compat_fix -> origin/josb-ebaysf-ticket/2.x/16626_ruby_19_compat_fix
* [new branch] maint/1.6.x/cleanup -> origin/maint/1.6.x/cleanup
* [new branch] maint/1.6.x/implement_test_helper_api -> origin/maint/1.6.x/implement_test_helper_api
* [new branch] maint/1.6.x/kill_before_do -> origin/maint/1.6.x/kill_before_do
* [new branch] maint/1.6.x/mailmap -> origin/maint/1.6.x/mailmap
* [new branch] maint/1.6.x/make_release_version_easy -> origin/maint/1.6.x/make_release_version_easy
* [new branch] maint/1.6.x/useless_use_of_cat -> origin/maint/1.6.x/useless_use_of_cat
* [new branch] maint/1.6.x/yard -> origin/maint/1.6.x/yard
* [new branch] maint/1.7.x/make_release_version_easy -> origin/maint/1.7.x/make_release_version_easy
* [new branch] maint/1.7.x/useless_use_of_cat -> origin/maint/1.7.x/useless_use_of_cat
* [new branch] maint/2.x/cleanup -> origin/maint/2.x/cleanup
* [new branch] maint/2.x/kill_before_do -> origin/maint/2.x/kill_before_do
* [new branch] maint/2.x/solaris_manufacturer_spec -> origin/maint/2.x/solaris_manufacturer_spec
* [new branch] master -> origin/master
* [new branch] mfournier-tickets/1.7.x/17794 -> origin/mfournier-tickets/1.7.x/17794
* [new branch] misc-exec-to-ruby-transformations -> origin/misc-exec-to-ruby-transformations
* [new branch] mmoll-fbsdblock -> origin/mmoll-fbsdblock
* [new branch] pcarlisle-fix-freebsd-warning -> origin/pcarlisle-fix-freebsd-warning
* [new branch] pcarlisle-fix-freebsd-warning_1.6.x -> origin/pcarlisle-fix-freebsd-warning_1.6.x
* [new branch] pcarlisle-fix-freebsd-warning_1.7.x -> origin/pcarlisle-fix-freebsd-warning_1.7.x
* [new branch] pmialon-gce-support -> origin/pmialon-gce-support
* [new branch] reconbot-ticket/2.x/17177_add_mtu_to_interfaces -> origin/reconbot-ticket/2.x/17177_add_mtu_to_interfaces
* [new branch] sadig-001-fix-operatingsystemrelease-to-show-point-releases -> origin/sadig-001-fix-operatingsystemrelease-to-show-point-releases
* [new branch] test -> origin/test
* [new branch] ticket/1.6.x/10309-spec_fixtures -> origin/ticket/1.6.x/10309-spec_fixtures
* [new branch] ticket/1.6.x/12377_stdlib_facter_dot_d_loaderror_recovery_may_be_harmful -> origin/ticket/1.6.x/12377_stdlib_facter_dot_d_loaderror_recovery_may_be_harmful
* [new branch] ticket/1.6.x/13535_facter_uptime_can_be_wrong_on_AIX -> origin/ticket/1.6.x/13535_facter_uptime_can_be_wrong_on_AIX
* [new branch] ticket/1.6.x/14674_ensure_processor_call_only_done_on_correct_platform -> origin/ticket/1.6.x/14674_ensure_processor_call_only_done_on_correct_platform
* [new branch] ticket/10309-spec_fixtures -> origin/ticket/10309-spec_fixtures
* [new branch] ticket/master/13535_facter_uptime_can_be_wrong_on_AIX -> origin/ticket/master/13535_facter_uptime_can_be_wrong_on_AIX
* [new branch] tobyhs-ticket/1.6.x/18308_application_parse_argv -> origin/tobyhs-ticket/1.6.x/18308_application_parse_argv
Switched to a new branch '1.6.x'
Branch 1.6.x set up to track remote branch 1.6.x from origin.
* Install facter on the system
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/facter && if [ -f install.rb ]; then ruby ./install.rb ; else true; fi
install -c -p -m 0755 /tmp/facter-binfile20130207-1752-c2few3-0 /usr/bin/facter
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8
install -c -p -m 0644 lib/facter.rb /usr/local/lib/site_ruby/1.8/facter.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/macosx.rb /usr/local/lib/site_ruby/1.8/facter/macosx.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/uptime_days.rb /usr/local/lib/site_ruby/1.8/facter/uptime_days.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/macaddress.rb /usr/local/lib/site_ruby/1.8/facter/macaddress.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/ps.rb /usr/local/lib/site_ruby/1.8/facter/ps.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/arp.rb /usr/local/lib/site_ruby/1.8/facter/arp.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/macosx.rb /usr/local/lib/site_ruby/1.8/facter/util/macosx.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/macaddress.rb /usr/local/lib/site_ruby/1.8/facter/util/macaddress.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/monkey_patches.rb /usr/local/lib/site_ruby/1.8/facter/util/monkey_patches.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/resolution.rb /usr/local/lib/site_ruby/1.8/facter/util/resolution.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/collection.rb /usr/local/lib/site_ruby/1.8/facter/util/collection.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/values.rb /usr/local/lib/site_ruby/1.8/facter/util/values.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/memory.rb /usr/local/lib/site_ruby/1.8/facter/util/memory.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/plist.rb /usr/local/lib/site_ruby/1.8/facter/util/plist.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/wmi.rb /usr/local/lib/site_ruby/1.8/facter/util/wmi.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/ip.rb /usr/local/lib/site_ruby/1.8/facter/util/ip.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/vlans.rb /usr/local/lib/site_ruby/1.8/facter/util/vlans.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/xendomains.rb /usr/local/lib/site_ruby/1.8/facter/util/xendomains.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/uptime.rb /usr/local/lib/site_ruby/1.8/facter/util/uptime.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/config.rb /usr/local/lib/site_ruby/1.8/facter/util/config.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util/plist
install -c -p -m 0644 lib/facter/util/plist/parser.rb /usr/local/lib/site_ruby/1.8/facter/util/plist/parser.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util/plist
install -c -p -m 0644 lib/facter/util/plist/generator.rb /usr/local/lib/site_ruby/1.8/facter/util/plist/generator.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/manufacturer.rb /usr/local/lib/site_ruby/1.8/facter/util/manufacturer.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/registry.rb /usr/local/lib/site_ruby/1.8/facter/util/registry.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/virtual.rb /usr/local/lib/site_ruby/1.8/facter/util/virtual.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/netmask.rb /usr/local/lib/site_ruby/1.8/facter/util/netmask.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/fact.rb /usr/local/lib/site_ruby/1.8/facter/util/fact.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/confine.rb /usr/local/lib/site_ruby/1.8/facter/util/confine.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/processor.rb /usr/local/lib/site_ruby/1.8/facter/util/processor.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/ec2.rb /usr/local/lib/site_ruby/1.8/facter/util/ec2.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter/util
install -c -p -m 0644 lib/facter/util/loader.rb /usr/local/lib/site_ruby/1.8/facter/util/loader.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/domain.rb /usr/local/lib/site_ruby/1.8/facter/domain.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/hardwareisa.rb /usr/local/lib/site_ruby/1.8/facter/hardwareisa.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbrelease.rb /usr/local/lib/site_ruby/1.8/facter/lsbrelease.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/facterversion.rb /usr/local/lib/site_ruby/1.8/facter/facterversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/memory.rb /usr/local/lib/site_ruby/1.8/facter/memory.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/hostname.rb /usr/local/lib/site_ruby/1.8/facter/hostname.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/kernelrelease.rb /usr/local/lib/site_ruby/1.8/facter/kernelrelease.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/network.rb /usr/local/lib/site_ruby/1.8/facter/network.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/ipaddress.rb /usr/local/lib/site_ruby/1.8/facter/ipaddress.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/operatingsystemrelease.rb /usr/local/lib/site_ruby/1.8/facter/operatingsystemrelease.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/augeasversion.rb /usr/local/lib/site_ruby/1.8/facter/augeasversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/vlans.rb /usr/local/lib/site_ruby/1.8/facter/vlans.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/selinux.rb /usr/local/lib/site_ruby/1.8/facter/selinux.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/osfamily.rb /usr/local/lib/site_ruby/1.8/facter/osfamily.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/xendomains.rb /usr/local/lib/site_ruby/1.8/facter/xendomains.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/uptime.rb /usr/local/lib/site_ruby/1.8/facter/uptime.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/rubysitedir.rb /usr/local/lib/site_ruby/1.8/facter/rubysitedir.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/iphostnumber.rb /usr/local/lib/site_ruby/1.8/facter/iphostnumber.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/uptime_hours.rb /usr/local/lib/site_ruby/1.8/facter/uptime_hours.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/fqdn.rb /usr/local/lib/site_ruby/1.8/facter/fqdn.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/path.rb /usr/local/lib/site_ruby/1.8/facter/path.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbdistrelease.rb /usr/local/lib/site_ruby/1.8/facter/lsbdistrelease.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbdistcodename.rb /usr/local/lib/site_ruby/1.8/facter/lsbdistcodename.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/uniqueid.rb /usr/local/lib/site_ruby/1.8/facter/uniqueid.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/manufacturer.rb /usr/local/lib/site_ruby/1.8/facter/manufacturer.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/hardwaremodel.rb /usr/local/lib/site_ruby/1.8/facter/hardwaremodel.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/virtual.rb /usr/local/lib/site_ruby/1.8/facter/virtual.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbmajdistrelease.rb /usr/local/lib/site_ruby/1.8/facter/lsbmajdistrelease.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbdistid.rb /usr/local/lib/site_ruby/1.8/facter/lsbdistid.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/physicalprocessorcount.rb /usr/local/lib/site_ruby/1.8/facter/physicalprocessorcount.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/application.rb /usr/local/lib/site_ruby/1.8/facter/application.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/netmask.rb /usr/local/lib/site_ruby/1.8/facter/netmask.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/puppetversion.rb /usr/local/lib/site_ruby/1.8/facter/puppetversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/uptime_seconds.rb /usr/local/lib/site_ruby/1.8/facter/uptime_seconds.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/processor.rb /usr/local/lib/site_ruby/1.8/facter/processor.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/architecture.rb /usr/local/lib/site_ruby/1.8/facter/architecture.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/rubyversion.rb /usr/local/lib/site_ruby/1.8/facter/rubyversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/ec2.rb /usr/local/lib/site_ruby/1.8/facter/ec2.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/kernelmajversion.rb /usr/local/lib/site_ruby/1.8/facter/kernelmajversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/Cfkey.rb /usr/local/lib/site_ruby/1.8/facter/Cfkey.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/version.rb /usr/local/lib/site_ruby/1.8/facter/version.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/ipaddress6.rb /usr/local/lib/site_ruby/1.8/facter/ipaddress6.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/lsbdistdescription.rb /usr/local/lib/site_ruby/1.8/facter/lsbdistdescription.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/timezone.rb /usr/local/lib/site_ruby/1.8/facter/timezone.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/kernelversion.rb /usr/local/lib/site_ruby/1.8/facter/kernelversion.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/ssh.rb /usr/local/lib/site_ruby/1.8/facter/ssh.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/kernel.rb /usr/local/lib/site_ruby/1.8/facter/kernel.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/operatingsystem.rb /usr/local/lib/site_ruby/1.8/facter/operatingsystem.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/id.rb /usr/local/lib/site_ruby/1.8/facter/id.rb
mkdir -p -m 755 /usr/local/lib/site_ruby/1.8/facter
install -c -p -m 0644 lib/facter/interfaces.rb /usr/local/lib/site_ruby/1.8/facter/interfaces.rb
mkdir -p -m 755 /usr/share/man/man8
install -c -p -m 0644 man/man8/facter.8 /usr/share/man/man8/facter.8
Loaded suite ./install
Started
Finished in 0.000474 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
* Install hiera
* Clone git://me/hiera.git if needed
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos || mkdir -p /opt/puppet-git-repos
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos/hiera || git clone git://me/hiera.git /opt/puppet-git-repos/hiera
Initialized empty Git repository in /opt/puppet-git-repos/hiera/.git/
* Update hiera and check out revision master
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/hiera && git remote rm origin && git remote add origin git://me/hiera.git && git fetch origin && git clean -fdx && git checkout -f master
From git://me/hiera
* [new branch] 1.x -> origin/1.x
* [new branch] deep_merge_1.x -> origin/deep_merge_1.x
* [new branch] feature/1.x/travis_active_branches -> origin/feature/1.x/travis_active_branches
* [new branch] feature/master/travis_ci -> origin/feature/master/travis_ci
* [new branch] fix/master/dev_null_config -> origin/fix/master/dev_null_config
* [new branch] justenwalker-master -> origin/justenwalker-master
* [new branch] master -> origin/master
* [new branch] ripienaar-feature/master/16644 -> origin/ripienaar-feature/master/16644
* [new branch] v0.3.0 -> origin/v0.3.0
Already on 'master'
* Install hiera on the system
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/hiera && if [ -f install.rb ]; then ruby ./install.rb ; else true; fi
* Install puppet
* Clone git://me/puppet.git if needed
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos || mkdir -p /opt/puppet-git-repos
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos/puppet || git clone git://me/puppet.git /opt/puppet-git-repos/puppet
Initialized empty Git repository in /opt/puppet-git-repos/puppet/.git/
* Update puppet and check out revision domcleal-tickets/master/7165-invalidate-refreshes
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/puppet && git remote rm origin && git remote add origin git://me/puppet.git && git fetch origin && git clean -fdx && git checkout -f domcleal-tickets/master/7165-invalidate-refreshes
From git://me/puppet
* [new branch] 0.24.8 -> origin/0.24.8
* [new branch] 0.25.5 -> origin/0.25.5
* [new branch] 0.25.5rc1 -> origin/0.25.5rc1
* [new branch] 0.25.x -> origin/0.25.x
* [new branch] 15496-incorrect-zaml-utc-offset -> origin/15496-incorrect-zaml-utc-offset
* [new branch] 2.6.0 -> origin/2.6.0
* [new branch] 2.6.0rc4 -> origin/2.6.0rc4
* [new branch] 2.6.1 -> origin/2.6.1
* [new branch] 2.6.4 -> origin/2.6.4
* [new branch] 2.6.5rc1 -> origin/2.6.5rc1
* [new branch] 2.6.6 -> origin/2.6.6
* [new branch] 2.6.8 -> origin/2.6.8
* [new branch] 2.6.next -> origin/2.6.next
* [new branch] 2.6.nyx -> origin/2.6.nyx
* [new branch] 2.6.x -> origin/2.6.x
* [new branch] 2.7.17 -> origin/2.7.17
* [new branch] 2.7.next -> origin/2.7.next
* [new branch] 2.7.x -> origin/2.7.x
* [new branch] 3.0.x -> origin/3.0.x
* [new branch] 3.0rc -> origin/3.0rc
* [new branch] 3.1.x -> origin/3.1.x
* [new branch] 3.x -> origin/3.x
* [new branch] PRIVATE_zynga_26upgrade -> origin/PRIVATE_zynga_26upgrade
* [new branch] TrevorPH-fix/master/7580 -> origin/TrevorPH-fix/master/7580
* [new branch] adregner-fix/master/service_upstart_class_variable_access -> origin/adregner-fix/master/service_upstart_class_variable_access
* [new branch] adrienthebo-maint/master/remove_unused_transaction_attributes -> origin/adrienthebo-maint/master/remove_unused_transaction_attributes
* [new branch] alexharv074-ticket/3.0.x/17295_puppet_not_sanity_checking_default_digest -> origin/alexharv074-ticket/3.0.x/17295_puppet_not_sanity_checking_default_digest
* [new branch] bodepd-7422_fix_relationship_append -> origin/bodepd-7422_fix_relationship_append
* [new branch] branching_strategy -> origin/branching_strategy
* [new branch] bug/2.6.x/4226-root-ca-name -> origin/bug/2.6.x/4226-root-ca-name
* [new branch] bug/2.7.x/10837_retry_inventory_save_on_failure -> origin/bug/2.7.x/10837_retry_inventory_save_on_failure
* [new branch] bug/2.7.x/11057-debug-output-enhancement -> origin/bug/2.7.x/11057-debug-output-enhancement
* [new branch] bug/2.7.x/11293 -> origin/bug/2.7.x/11293
* [new branch] bug/2.7.x/11293_osx_password_fix -> origin/bug/2.7.x/11293_osx_password_fix
* [new branch] bug/2.7.x/11293_users_osx -> origin/bug/2.7.x/11293_users_osx
* [new branch] bug/2.7.x/11303_utf8_manifest_comments -> origin/bug/2.7.x/11303_utf8_manifest_comments
* [new branch] bug/2.7.x/11499-better-ip-address-validation-for-host-type -> origin/bug/2.7.x/11499-better-ip-address-validation-for-host-type
* [new branch] bug/2.7.x/12188-pid-handling-warning-cleanup -> origin/bug/2.7.x/12188-pid-handling-warning-cleanup
* [new branch] bug/2.7.x/13686_DS_Fix -> origin/bug/2.7.x/13686_DS_Fix
* [new branch] bug/2.7.x/15595-better-ssl-verify-errors -> origin/bug/2.7.x/15595-better-ssl-verify-errors
* [new branch] bug/2.7.x/16798_revoke_cert_by_serial -> origin/bug/2.7.x/16798_revoke_cert_by_serial
* [new branch] bug/2.7.x/6771-always-close-activerecord-connections-in-tests -> origin/bug/2.7.x/6771-always-close-activerecord-connections-in-tests
* [new branch] bug/2.7.x/fix_launchd_spec -> origin/bug/2.7.x/fix_launchd_spec
* [new branch] bug/3.0.x/fix_foo_error -> origin/bug/3.0.x/fix_foo_error
* [new branch] bug/3.0rc/7316-client-progs-must-share-libdir -> origin/bug/3.0rc/7316-client-progs-must-share-libdir
* [new branch] bug/3.x/2888_fix_lockfile -> origin/bug/3.x/2888_fix_lockfile
* [new branch] bug/3.x/3757_rename_agent_pidfile_to_agent_catalog_run_lockfile -> origin/bug/3.x/3757_rename_agent_pidfile_to_agent_catalog_run_lockfile
* [new branch] bug/3.x/debug_timestamps -> origin/bug/3.x/debug_timestamps
* [new branch] bug/6104/big_reports -> origin/bug/6104/big_reports
* [new branch] bug/6104/fakereport -> origin/bug/6104/fakereport
* [new branch] bug/master/10837_retry_inventory_save_on_failure -> origin/bug/master/10837_retry_inventory_save_on_failure
* [new branch] committers_doc -> origin/committers_doc
* [new branch] cve/2.6.x/cve-2011-3872 -> origin/cve/2.6.x/cve-2011-3872
* [new branch] cve/2.7.x/cve-2011-3872 -> origin/cve/2.7.x/cve-2011-3872
* [new branch] dalen-create_resources-virtexport -> origin/dalen-create_resources-virtexport
* [new branch] dalen-file_metadata_srv -> origin/dalen-file_metadata_srv
* [new branch] dalen-function_arity -> origin/dalen-function_arity
* [new branch] dalen-modulo_operator -> origin/dalen-modulo_operator
* [new branch] dalen-service_locales -> origin/dalen-service_locales
* [new branch] dalen-srv_ca -> origin/dalen-srv_ca
* [new branch] dalen-srv_ca_master -> origin/dalen-srv_ca_master
* [new branch] dalen-xor_operator -> origin/dalen-xor_operator
* [new branch] davedash-patch-1 -> origin/davedash-patch-1
* [new branch] debug/3.0.x/fabrice_store_configs -> origin/debug/3.0.x/fabrice_store_configs
* [new branch] deprecation-15735-puppet-kick -> origin/deprecation-15735-puppet-kick
* [new branch] domcleal-tickets/3.0.x/17492-runmode -> origin/domcleal-tickets/3.0.x/17492-runmode
* [new branch] domcleal-tickets/master/17522-augeas-load-warn -> origin/domcleal-tickets/master/17522-augeas-load-warn
* [new branch] domcleal-tickets/master/7165-invalidate-refreshes -> origin/domcleal-tickets/master/7165-invalidate-refreshes
* [new branch] feature/0.25.x/3747 -> origin/feature/0.25.x/3747
* [new branch] feature/11298_cfp_vendor/launchd -> origin/feature/11298_cfp_vendor/launchd
* [new branch] feature/2.6.7/2128 -> origin/feature/2.6.7/2128
* [new branch] feature/2.6.x/2128 -> origin/feature/2.6.x/2128
* [new branch] feature/2.6.x/6400 -> origin/feature/2.6.x/6400
* [new branch] feature/2.7.next/6395_envpuppet -> origin/feature/2.7.next/6395_envpuppet
* [new branch] feature/2.7.x/12066_windows_puppet_facter_build -> origin/feature/2.7.x/12066_windows_puppet_facter_build
* [new branch] feature/2.7.x/12088_windows_build_tasks -> origin/feature/2.7.x/12088_windows_build_tasks
* [new branch] feature/2.7.x/6395_envpuppet -> origin/feature/2.7.x/6395_envpuppet
* [new branch] feature/2.7.x/add_windows_envpuppet_batch_file -> origin/feature/2.7.x/add_windows_envpuppet_batch_file
* [new branch] feature/2.7.x/fix_autoloader -> origin/feature/2.7.x/fix_autoloader
* [new branch] feature/2.7.x/make_puppetversion_fast -> origin/feature/2.7.x/make_puppetversion_fast
* [new branch] feature/2.7.x/process_pull_request -> origin/feature/2.7.x/process_pull_request
* [new branch] feature/2.7.x/symbolic-modes-for-the-file-type -> origin/feature/2.7.x/symbolic-modes-for-the-file-type
* [new branch] feature/3.0rc/add-modulepath-lib-during-autoload -> origin/feature/3.0rc/add-modulepath-lib-during-autoload
* [new branch] feature/master/3747 -> origin/feature/master/3747
* [new branch] feature/master/6395_envpuppet -> origin/feature/master/6395_envpuppet
* [new branch] feature/master/define_version_api -> origin/feature/master/define_version_api
* [new branch] feature/master/merge-2.7.x-branch -> origin/feature/master/merge-2.7.x-branch
* [new branch] feature/master/studio -> origin/feature/master/studio
* [new branch] feature/master/travis_ci -> origin/feature/master/travis_ci
* [new branch] feature/my3.0rc/add-modulepath-lib-during-autoload -> origin/feature/my3.0rc/add-modulepath-lib-during-autoload
* [new branch] ffrank-ticket/2.7.x/593-vixie-cron-headers -> origin/ffrank-ticket/2.7.x/593-vixie-cron-headers
* [new branch] ffrank-ticket/master/593-vixie-cron-headers -> origin/ffrank-ticket/master/593-vixie-cron-headers
* [new branch] fix/2.6.x/make_solaris_green -> origin/fix/2.6.x/make_solaris_green
* [new branch] fix/2.7.x/13956_fix_spec_tests_when_win32console_is_missing -> origin/fix/2.7.x/13956_fix_spec_tests_when_win32console_is_missing
* [new branch] fix/2.7.x/15837_fix_duplicate_mount_options -> origin/fix/2.7.x/15837_fix_duplicate_mount_options
* [new branch] fix/2.7.x/7422_fix_relationship_append -> origin/fix/2.7.x/7422_fix_relationship_append
* [new branch] fix/2.7.x/my_contribution -> origin/fix/2.7.x/my_contribution
* [new branch] fix/2.7.x/travis_active_branches -> origin/fix/2.7.x/travis_active_branches
* [new branch] fix/3.0.x/16637_default_confdir_and_vardir -> origin/fix/3.0.x/16637_default_confdir_and_vardir
* [new branch] fix/3.0.x/16643_sample_module_rename -> origin/fix/3.0.x/16643_sample_module_rename
* [new branch] fix/3.0.x/16667_fix_puppet_uri_modules_error_message -> origin/fix/3.0.x/16667_fix_puppet_uri_modules_error_message
* [new branch] fix/3.0.x/16769_export_cert_data_too_long -> origin/fix/3.0.x/16769_export_cert_data_too_long
* [new branch] fix/3.0.x/17294_remove_empty_file -> origin/fix/3.0.x/17294_remove_empty_file
* [new branch] fix/3.0.x/17488_selinux -> origin/fix/3.0.x/17488_selinux
* [new branch] fix/3.0.x/daemon_forking -> origin/fix/3.0.x/daemon_forking
* [new branch] fix/3.0.x/glarizza_12833_user_refactor -> origin/fix/3.0.x/glarizza_12833_user_refactor
* [new branch] fix/3.0.x/hiera_default_config_spec -> origin/fix/3.0.x/hiera_default_config_spec
* [new branch] fix/3.0.x/hiera_default_try2 -> origin/fix/3.0.x/hiera_default_try2
* [new branch] fix/3.0.x/lkundrak-lr-unprivileged-master -> origin/fix/3.0.x/lkundrak-lr-unprivileged-master
* [new branch] fix/3.0.x/lkundrak-lr-unprivileged-master_examples -> origin/fix/3.0.x/lkundrak-lr-unprivileged-master_examples
* [new branch] fix/3.0rc/7316_double_check -> origin/fix/3.0rc/7316_double_check
* [new branch] fix/3.0rc/diff_warning_specs -> origin/fix/3.0rc/diff_warning_specs
* [new branch] fix/3.x/4248_utility_code -> origin/fix/3.x/4248_utility_code
* [new branch] fix/3.x/7316_load_faces_from_modulepath -> origin/fix/3.x/7316_load_faces_from_modulepath
* [new branch] fix/3.x/7316_load_faces_from_modulepath_try3 -> origin/fix/3.x/7316_load_faces_from_modulepath_try3
* [new branch] fix/3.x/7316_load_faces_from_modulepath_try4 -> origin/fix/3.x/7316_load_faces_from_modulepath_try4
* [new branch] fix/3.x/environment_acceptance_tests -> origin/fix/3.x/environment_acceptance_tests
* [new branch] fix/3.x/fix_puppet_face_failures -> origin/fix/3.x/fix_puppet_face_failures
* [new branch] fix/3.x/fix_version_string -> origin/fix/3.x/fix_version_string
* [new branch] fix/3.x/help_confdir_errors -> origin/fix/3.x/help_confdir_errors
* [new branch] fix/3.x/http_failures -> origin/fix/3.x/http_failures
* [new branch] fix/master/14872_revert_pmt_modulepath -> origin/fix/master/14872_revert_pmt_modulepath
* [new branch] fix/master/7316_load_faces_from_modulepath_try4 -> origin/fix/master/7316_load_faces_from_modulepath_try4
* [new branch] fix/master/document_parser_newfunction -> origin/fix/master/document_parser_newfunction
* [new branch] fix/master/gem_dependencies -> origin/fix/master/gem_dependencies
* [new branch] fix/master/hiera_default_config_spec -> origin/fix/master/hiera_default_config_spec
* [new branch] fix/master/ipaddress_specs -> origin/fix/master/ipaddress_specs
* [new branch] fix/master/my_contribution -> origin/fix/master/my_contribution
* [new branch] fix/master/unlink_failure -> origin/fix/master/unlink_failure
* [new branch] fix_foo_error -> origin/fix_foo_error
* [new branch] ghoneycutt-tickets/3.x/18298_useradd_switch_operatingsystem_to_osfamily -> origin/ghoneycutt-tickets/3.x/18298_useradd_switch_operatingsystem_to_osfamily
* [new branch] ghoneycutt-tickets/master/18298_useradd_switch_operatingsystem_to_osfamily -> origin/ghoneycutt-tickets/master/18298_useradd_switch_operatingsystem_to_osfamily
* [new branch] glarizza-bug/3.0.x/12833_fix_salt -> origin/glarizza-bug/3.0.x/12833_fix_salt
* [new branch] glarizza-bug/3.0.x/17624_launchd_fails -> origin/glarizza-bug/3.0.x/17624_launchd_fails
* [new branch] glarizza-bug/3.0.x/17624_spec_failure -> origin/glarizza-bug/3.0.x/17624_spec_failure
* [new branch] glarizza-bug/master/11298_cfp_vendor -> origin/glarizza-bug/master/11298_cfp_vendor
* [new branch] glarizza-bug/master/12833_fix_salt -> origin/glarizza-bug/master/12833_fix_salt
* [new branch] glarizza-bug/master/12833_user_refactor -> origin/glarizza-bug/master/12833_user_refactor
* [new branch] glarizza-bug/master/16271_launchd_restart_action -> origin/glarizza-bug/master/16271_launchd_restart_action
* [new branch] glarizza-bug/master/17624_launchd_fails -> origin/glarizza-bug/master/17624_launchd_fails
* [new branch] glarizza-bug/master/17624_spec_failure -> origin/glarizza-bug/master/17624_spec_failure
* [new branch] hack/3.x/dtrace_scripts_2888 -> origin/hack/3.x/dtrace_scripts_2888
* [new branch] hack/my3.0rc/chris_module_fix -> origin/hack/my3.0rc/chris_module_fix
* [new branch] hack/my3.0rc/load_from_modulepath -> origin/hack/my3.0rc/load_from_modulepath
* [new branch] hacking/faces_list_is_unhelpful -> origin/hacking/faces_list_is_unhelpful
* [new branch] hlindberg-17994-wrong-mode-not-octal -> origin/hlindberg-17994-wrong-mode-not-octal
* [new branch] improve_portage_package_provider -> origin/improve_portage_package_provider
* [new branch] issue/2.7rc/XXXX_improve_error_when_csr_is_rejected -> origin/issue/2.7rc/XXXX_improve_error_when_csr_is_rejected
* [new branch] issue/cacn -> origin/issue/cacn
* [new branch] jaredcurtis-fix/master/15980 -> origin/jaredcurtis-fix/master/15980
* [new branch] jeffmccune-bug/2.7.x/7224_hostname_not_match_error -> origin/jeffmccune-bug/2.7.x/7224_hostname_not_match_error
* [new branch] jeffmccune-committers_doc -> origin/jeffmccune-committers_doc
* [new branch] jjperry69-17716/3.0.x/17716_HPUX_user_provider -> origin/jjperry69-17716/3.0.x/17716_HPUX_user_provider
* [new branch] jjperry69-17716/master/17716_HPUX_user_provider -> origin/jjperry69-17716/master/17716_HPUX_user_provider
* [new branch] jmccann-augeas_add_clearm_support -> origin/jmccann-augeas_add_clearm_support
* [new branch] jmccann-bug/3.0.x/augeas_add_clearm_support -> origin/jmccann-bug/3.0.x/augeas_add_clearm_support
* [new branch] joshcooper-ticket/2.7.x/10299-LocalSystem-not-root -> origin/joshcooper-ticket/2.7.x/10299-LocalSystem-not-root
* [new branch] lkundrak-lr-mount-master -> origin/lkundrak-lr-mount-master
* [new branch] lkundrak-lr-unprivileged-master -> origin/lkundrak-lr-unprivileged-master
* [new branch] maint/2.7.x/ansicolor-recursion -> origin/maint/2.7.x/ansicolor-recursion
* [new branch] maint/2.7.x/puppet_module_build_help -> origin/maint/2.7.x/puppet_module_build_help
* [new branch] maint/3.0.x/config_ru_vardir -> origin/maint/3.0.x/config_ru_vardir
* [new branch] maint/3.0.x/fix_hiera_include_specs -> origin/maint/3.0.x/fix_hiera_include_specs
* [new branch] maint/3.0.x/update_bundle_dependencies -> origin/maint/3.0.x/update_bundle_dependencies
* [new branch] maint/3.0rc/15307_fix_puppet_help_with_exceptional_faces -> origin/maint/3.0rc/15307_fix_puppet_help_with_exceptional_faces
* [new branch] maint/3.x/15975_add_tests_for_request_methods -> origin/maint/3.x/15975_add_tests_for_request_methods
* [new branch] maint/3.x/kill_rspec_shebangs -> origin/maint/3.x/kill_rspec_shebangs
* [new branch] maint/master/config_ru_vardir -> origin/maint/master/config_ru_vardir
* [new branch] maint/master/intialize_hiera_for_rspec_puppet -> origin/maint/master/intialize_hiera_for_rspec_puppet
* [new branch] master -> origin/master
* [new branch] minor/2.7.x/11246_fix_grammar_feedback_from_brice -> origin/minor/2.7.x/11246_fix_grammar_feedback_from_brice
* [new branch] mrrcollins-bug17898 -> origin/mrrcollins-bug17898
* [new branch] mruzicka-ticket/master/14872-PMT-respect-environments -> origin/mruzicka-ticket/master/14872-PMT-respect-environments
* [new branch] my3.0rc -> origin/my3.0rc
* [new branch] next -> origin/next
* [new branch] next.jeff -> origin/next.jeff
* [new branch] nhemingway-fix/2.7.x/11042_ldap_provider_group_names -> origin/nhemingway-fix/2.7.x/11042_ldap_provider_group_names
* [new branch] nhemingway-fix/master/11042_ldap_provider_group_names -> origin/nhemingway-fix/master/11042_ldap_provider_group_names
* [new branch] omcnet-fix/master/keywords_support_in_portage_provider -> origin/omcnet-fix/master/keywords_support_in_portage_provider
* [new branch] omcnet-master -> origin/omcnet-master
* [new branch] pfmooney-master -> origin/pfmooney-master
* [new branch] pvande-2.7.x -> origin/pvande-2.7.x
* [new branch] reidmv-fix/master/formats_render_empty_hash -> origin/reidmv-fix/master/formats_render_empty_hash
* [new branch] revert/3.x/faces_from_modulepath -> origin/revert/3.x/faces_from_modulepath
* [new branch] ryanuber-rpm-file-attr-workaround -> origin/ryanuber-rpm-file-attr-workaround
* [new branch] seanmil-ticket/16798-SSL_revoke_by_serial -> origin/seanmil-ticket/16798-SSL_revoke_by_serial
* [new branch] ssl/0.24.0 -> origin/ssl/0.24.0
* [new branch] ssl/0.25.5 -> origin/ssl/0.25.5
* [new branch] ssl/2.6.4 -> origin/ssl/2.6.4
* [new branch] ssl/2.7.5 -> origin/ssl/2.7.5
* [new branch] stahnma-add_in_NM_script -> origin/stahnma-add_in_NM_script
* [new branch] stschulte-ticket/3.0.x/11675_implement_expiry_retrieve -> origin/stschulte-ticket/3.0.x/11675_implement_expiry_retrieve
* [new branch] stschulte-ticket/master/11675_implement_expiry_retrieve -> origin/stschulte-ticket/master/11675_implement_expiry_retrieve
* [new branch] stschulte-ticket/master/fixup_expiry -> origin/stschulte-ticket/master/fixup_expiry
* [new branch] stschulte-ticket/master/user_expiry_solaris -> origin/stschulte-ticket/master/user_expiry_solaris
* [new branch] tb/z/2.6.7 -> origin/tb/z/2.6.7
* [new branch] tb/z/nodename -> origin/tb/z/nodename
* [new branch] tb/z_26upgrade -> origin/tb/z_26upgrade
* [new branch] test/3.x/are_pulls_preserved -> origin/test/3.x/are_pulls_preserved
* [new branch] testing -> origin/testing
* [new branch] ticket/0.25.x/3651 -> origin/ticket/0.25.x/3651
* [new branch] ticket/2.6.x/4226-ca-bug -> origin/ticket/2.6.x/4226-ca-bug
* [new branch] ticket/2.6.x/5062 -> origin/ticket/2.6.x/5062
* [new branch] ticket/2.7.x/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser -> origin/ticket/2.7.x/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser
* [new branch] ticket/2.7.x/10417-no-diff-on-windows -> origin/ticket/2.7.x/10417-no-diff-on-windows
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_patch -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_patch
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_tdd -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_tdd
* [new branch] ticket/2.7.x/11408-remote-recursion -> origin/ticket/2.7.x/11408-remote-recursion
* [new branch] ticket/2.7.x/11600_remove_module_face -> origin/ticket/2.7.x/11600_remove_module_face
* [new branch] ticket/2.7.x/1168_downcase_certname_value -> origin/ticket/2.7.x/1168_downcase_certname_value
* [new branch] ticket/2.7.x/11868-msi-provider -> origin/ticket/2.7.x/11868-msi-provider
* [new branch] ticket/2.7.x/11888_revert_for_27 -> origin/ticket/2.7.x/11888_revert_for_27
* [new branch] ticket/2.7.x/11955-binread -> origin/ticket/2.7.x/11955-binread
* [new branch] ticket/2.7.x/11988_augeas_provider_can_clobber_symlinks -> origin/ticket/2.7.x/11988_augeas_provider_can_clobber_symlinks
* [new branch] ticket/2.7.x/12114-file-face-help -> origin/ticket/2.7.x/12114-file-face-help
* [new branch] ticket/2.7.x/12357_make_pe_modules_safe_on_windows -> origin/ticket/2.7.x/12357_make_pe_modules_safe_on_windows
* [new branch] ticket/2.7.x/12412-windows-acceptance-tests -> origin/ticket/2.7.x/12412-windows-acceptance-tests
* [new branch] ticket/2.7.x/12725-puppet-kick-windows -> origin/ticket/2.7.x/12725-puppet-kick-windows
* [new branch] ticket/2.7.x/13070_puppetlabs-mount-provider_module_fails_to_autoload -> origin/ticket/2.7.x/13070_puppetlabs-mount-provider_module_fails_to_autoload
* [new branch] ticket/2.7.x/13682_puppet_should_not_conflict_with_released_puppet-module_gem -> origin/ticket/2.7.x/13682_puppet_should_not_conflict_with_released_puppet-module_gem
* [new branch] ticket/2.7.x/14149_modules_should_have_a_safe_namespace -> origin/ticket/2.7.x/14149_modules_should_have_a_safe_namespace
* [new branch] ticket/2.7.x/14852_puppet_should_correctly_parse_cn_when_dn_contains_an_emailaddress_following_the_cn -> origin/ticket/2.7.x/14852_puppet_should_correctly_parse_cn_when_dn_contains_an_emailaddress_following_the_cn
* [new branch] ticket/2.7.x/14860_puppet_cert_generate_subcommand_does_not_exit_with_non-zero_status_when_certificate_is_not_created -> origin/ticket/2.7.x/14860_puppet_cert_generate_subcommand_does_not_exit_with_non-zero_status_when_certificate_is_not_created
* [new branch] ticket/2.7.x/7656_module_tool_should_be_a_face -> origin/ticket/2.7.x/7656_module_tool_should_be_a_face
* [new branch] ticket/2.7.x/8778_equality_in_puppet_is_not_commutative -> origin/ticket/2.7.x/8778_equality_in_puppet_is_not_commutative
* [new branch] ticket/2.7rc/12881_fix_cron_missing_provider_error_message -> origin/ticket/2.7rc/12881_fix_cron_missing_provider_error_message
* [new branch] ticket/3.0rc/15202_puppet_should_create_directories_when_installing_modules -> origin/ticket/3.0rc/15202_puppet_should_create_directories_when_installing_modules
* [new branch] ticket/3.x/16031_allow_splitting_of_long_lines -> origin/ticket/3.x/16031_allow_splitting_of_long_lines
* [new branch] ticket/master/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser -> origin/ticket/master/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser
* [new branch] ticket/master/11246_fix_utf8_string_to_yaml_bug -> origin/ticket/master/11246_fix_utf8_string_to_yaml_bug
* [new branch] ticket/master/13439_fix_ruby19_failures_with_stdlib -> origin/ticket/master/13439_fix_ruby19_failures_with_stdlib
* [new branch] tickets/2.7.x/11888 -> origin/tickets/2.7.x/11888
* [new branch] tickets/3651 -> origin/tickets/3651
* [new branch] tickets/4270 -> origin/tickets/4270
* [new branch] tickets/master/2740 -> origin/tickets/master/2740
* [new branch] tmp/jasper -> origin/tmp/jasper
* [new branch] travis -> origin/travis
* [new branch] undef-parameter-tests -> origin/undef-parameter-tests
* [new branch] v2.6.10 -> origin/v2.6.10
* [new branch] v2.6.9 -> origin/v2.6.9
* [new branch] v2.7.5 -> origin/v2.7.5
* [new branch] v2.7.7 -> origin/v2.7.7
* [new branch] with-diff -> origin/with-diff
* [new branch] yard_gemfile -> origin/yard_gemfile
* [new branch] zaphod42-bug/2.7.x/15595-better-ssl-verify-errors -> origin/zaphod42-bug/2.7.x/15595-better-ssl-verify-errors
Already on 'domcleal-tickets/master/7165-invalidate-refreshes'
* Install puppet on the system
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/puppet && if [ -f install.rb ]; then ruby ./install.rb ; else true; fi
conf/auth.conf -> /etc/puppet/auth.conf
chmod 0644 /etc/puppet/auth.conf
install -c -p -m 0755 /tmp/puppet-binfile20130207-1785-106l1az-0 /usr/bin/puppet
install -c -p -m 0755 /tmp/puppet-binfile20130207-1785-13j782t-0 /usr/bin/extlookup2hiera
lib/hiera_puppet.rb -> /usr/local/lib/site_ruby/1.8/hiera_puppet.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/hiera_puppet.rb
lib/semver.rb -> /usr/local/lib/site_ruby/1.8/semver.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/semver.rb
mkdir /usr/local/lib/site_ruby/1.8/hiera/backend
lib/hiera/backend/puppet_backend.rb -> /usr/local/lib/site_ruby/1.8/hiera/backend/puppet_backend.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/hiera/backend/puppet_backend.rb
lib/hiera/scope.rb -> /usr/local/lib/site_ruby/1.8/hiera/scope.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/hiera/scope.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet
lib/puppet/face.rb -> /usr/local/lib/site_ruby/1.8/puppet/face.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/face/node
lib/puppet/face/node/clean.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/node/clean.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/node/clean.rb
lib/puppet/face/report.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/report.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/report.rb
lib/puppet/face/node.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/node.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/node.rb
lib/puppet/face/instrumentation_probe.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_probe.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_probe.rb
lib/puppet/face/instrumentation_data.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_data.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_data.rb
lib/puppet/face/help.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/help.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/help.rb
lib/puppet/face/man.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/man.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/man.rb
lib/puppet/face/secret_agent.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/secret_agent.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/secret_agent.rb
lib/puppet/face/certificate_request.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/certificate_request.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/certificate_request.rb
lib/puppet/face/certificate_revocation_list.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/certificate_revocation_list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/certificate_revocation_list.rb
lib/puppet/face/config.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/config.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/config.rb
lib/puppet/face/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/parser.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/face/module
lib/puppet/face/module/uninstall.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/uninstall.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/uninstall.rb
lib/puppet/face/module/search.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/search.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/search.rb
lib/puppet/face/module/install.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/install.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/install.rb
lib/puppet/face/module/generate.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/generate.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/generate.rb
lib/puppet/face/module/list.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/list.rb
lib/puppet/face/module/build.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/build.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/build.rb
lib/puppet/face/module/changes.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/changes.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/changes.rb
lib/puppet/face/module/upgrade.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module/upgrade.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module/upgrade.rb
lib/puppet/face/key.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/key.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/key.rb
lib/puppet/face/plugin.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/plugin.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/plugin.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/face/file
lib/puppet/face/file/download.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/file/download.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/file/download.rb
lib/puppet/face/file/store.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/file/store.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/file/store.rb
lib/puppet/face/status.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/status.rb
lib/puppet/face/catalog.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/catalog.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/catalog.rb
lib/puppet/face/facts.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/facts.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/facts.rb
lib/puppet/face/module.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/module.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/module.rb
lib/puppet/face/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/file.rb
lib/puppet/face/resource_type.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/resource_type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/resource_type.rb
lib/puppet/face/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/resource.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/face/catalog
lib/puppet/face/catalog/select.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/catalog/select.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/catalog/select.rb
lib/puppet/face/certificate.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/certificate.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/certificate.rb
lib/puppet/face/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/ca.rb
lib/puppet/face/instrumentation_listener.rb -> /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_listener.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/instrumentation_listener.rb
lib/puppet/simple_graph.rb -> /usr/local/lib/site_ruby/1.8/puppet/simple_graph.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/simple_graph.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool
lib/puppet/module_tool/applications.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications.rb
lib/puppet/module_tool/metadata.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/metadata.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/metadata.rb
lib/puppet/module_tool/modulefile.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/modulefile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/modulefile.rb
lib/puppet/module_tool/contents_description.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/contents_description.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/contents_description.rb
lib/puppet/module_tool/errors.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors
lib/puppet/module_tool/errors/shared.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/shared.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/shared.rb
lib/puppet/module_tool/errors/uninstaller.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/uninstaller.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/uninstaller.rb
lib/puppet/module_tool/errors/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/base.rb
lib/puppet/module_tool/errors/installer.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/installer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/installer.rb
lib/puppet/module_tool/errors/upgrader.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/upgrader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/errors/upgrader.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec
lib/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb
lib/puppet/module_tool/dependency.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/dependency.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/dependency.rb
lib/puppet/module_tool/install_directory.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/install_directory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/install_directory.rb
lib/puppet/module_tool/shared_behaviors.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/shared_behaviors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/shared_behaviors.rb
lib/puppet/module_tool/checksums.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/checksums.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/checksums.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications
lib/puppet/module_tool/applications/searcher.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/searcher.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/searcher.rb
lib/puppet/module_tool/applications/builder.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/builder.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/builder.rb
lib/puppet/module_tool/applications/uninstaller.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/uninstaller.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/uninstaller.rb
lib/puppet/module_tool/applications/application.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/application.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/application.rb
lib/puppet/module_tool/applications/unpacker.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/unpacker.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/unpacker.rb
lib/puppet/module_tool/applications/installer.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/installer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/installer.rb
lib/puppet/module_tool/applications/upgrader.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/upgrader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/upgrader.rb
lib/puppet/module_tool/applications/checksummer.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/checksummer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/checksummer.rb
lib/puppet/module_tool/applications/generator.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/generator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/applications/generator.rb
lib/puppet/module_tool/skeleton.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton.rb
lib/puppet/module_tool.rb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool.rb
lib/puppet/settings.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings.rb
lib/puppet/ssl.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl.rb
lib/puppet/transaction.rb -> /usr/local/lib/site_ruby/1.8/puppet/transaction.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/transaction.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/feature
lib/puppet/feature/rails.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/rails.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/rails.rb
lib/puppet/feature/pson.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/pson.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/pson.rb
lib/puppet/feature/stomp.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/stomp.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/stomp.rb
lib/puppet/feature/eventlog.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/eventlog.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/eventlog.rb
lib/puppet/feature/selinux.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/selinux.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/selinux.rb
lib/puppet/feature/rack.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/rack.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/rack.rb
lib/puppet/feature/rubygems.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/rubygems.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/rubygems.rb
lib/puppet/feature/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/base.rb
lib/puppet/feature/rdoc1.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/rdoc1.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/rdoc1.rb
lib/puppet/feature/zlib.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/zlib.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/zlib.rb
lib/puppet/feature/ssh.rb -> /usr/local/lib/site_ruby/1.8/puppet/feature/ssh.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/feature/ssh.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/rdoc
lib/puppet/util/rdoc/code_objects.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/code_objects.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/code_objects.rb
lib/puppet/util/rdoc/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/parser.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators
lib/puppet/util/rdoc/generators/puppet_generator.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators/puppet_generator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators/puppet_generator.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators/template/puppet
lib/puppet/util/rdoc/generators/template/puppet/puppet.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators/template/puppet/puppet.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rdoc/generators/template/puppet/puppet.rb
lib/puppet/util/resource_template.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/resource_template.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/resource_template.rb
lib/puppet/util/backups.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/backups.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/backups.rb
lib/puppet/util/execution_stub.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/execution_stub.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/execution_stub.rb
lib/puppet/util/metric.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/metric.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/metric.rb
lib/puppet/util/log.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/log.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/log.rb
lib/puppet/util/network_device.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device.rb
lib/puppet/util/json_lockfile.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/json_lockfile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/json_lockfile.rb
lib/puppet/util/warnings.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/warnings.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/warnings.rb
lib/puppet/util/monkey_patches.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/monkey_patches.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/monkey_patches.rb
lib/puppet/util/constant_inflector.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/constant_inflector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/constant_inflector.rb
lib/puppet/util/fileparsing.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/fileparsing.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/fileparsing.rb
lib/puppet/util/adsi.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/adsi.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/adsi.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/windows
lib/puppet/util/windows/user.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/user.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/user.rb
lib/puppet/util/windows/security.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/security.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/security.rb
lib/puppet/util/windows/process.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/process.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/process.rb
lib/puppet/util/windows/registry.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/registry.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/registry.rb
lib/puppet/util/windows/error.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/error.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/error.rb
lib/puppet/util/windows/sid.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/sid.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/sid.rb
lib/puppet/util/windows/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows/file.rb
lib/puppet/util/pson.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/pson.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/pson.rb
lib/puppet/util/retryaction.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/retryaction.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/retryaction.rb
lib/puppet/util/tagging.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/tagging.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/tagging.rb
lib/puppet/util/colors.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/colors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/colors.rb
lib/puppet/util/feature.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/feature.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/feature.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation
lib/puppet/util/instrumentation/indirection_probe.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/indirection_probe.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/indirection_probe.rb
lib/puppet/util/instrumentation/data.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/data.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/data.rb
lib/puppet/util/instrumentation/listener.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listener.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listener.rb
lib/puppet/util/instrumentation/instrumentable.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/instrumentable.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/instrumentable.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listeners
lib/puppet/util/instrumentation/listeners/log.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listeners/log.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listeners/log.rb
lib/puppet/util/instrumentation/listeners/performance.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listeners/performance.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation/listeners/performance.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco
lib/puppet/util/network_device/cisco/interface.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/interface.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/interface.rb
lib/puppet/util/network_device/cisco/device.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/device.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/device.rb
lib/puppet/util/network_device/cisco/facts.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/facts.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco/facts.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport
lib/puppet/util/network_device/transport/telnet.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/telnet.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/telnet.rb
lib/puppet/util/network_device/transport/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/base.rb
lib/puppet/util/network_device/transport/ssh.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/ssh.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport/ssh.rb
lib/puppet/util/network_device/ipcalc.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/ipcalc.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/ipcalc.rb
lib/puppet/util/network_device/config.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/config.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/config.rb
lib/puppet/util/network_device/transport.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/transport.rb
lib/puppet/util/network_device/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/base.rb
lib/puppet/util/network_device/cisco.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/network_device/cisco.rb
lib/puppet/util/package.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/package.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/rails
lib/puppet/util/rails/reference_serializer.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rails/reference_serializer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rails/reference_serializer.rb
lib/puppet/util/rails/collection_merger.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rails/collection_merger.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rails/collection_merger.rb
lib/puppet/util/rails/cache_accumulator.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rails/cache_accumulator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rails/cache_accumulator.rb
lib/puppet/util/symbolic_file_mode.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/symbolic_file_mode.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/symbolic_file_mode.rb
lib/puppet/util/cacher.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/cacher.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/cacher.rb
lib/puppet/util/selinux.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/selinux.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/selinux.rb
lib/puppet/util/provider_features.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/provider_features.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/provider_features.rb
lib/puppet/util/windows.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/windows.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/windows.rb
lib/puppet/util/graph.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/graph.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/graph.rb
lib/puppet/util/errors.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/errors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/errors.rb
lib/puppet/util/rdoc.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rdoc.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rdoc.rb
lib/puppet/util/filetype.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/filetype.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/filetype.rb
lib/puppet/util/storage.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/storage.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/storage.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/monkey_patches
lib/puppet/util/monkey_patches/lines.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/monkey_patches/lines.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/monkey_patches/lines.rb
lib/puppet/util/nagios_maker.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/nagios_maker.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/nagios_maker.rb
lib/puppet/util/autoload.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/autoload.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/autoload.rb
lib/puppet/util/terminal.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/terminal.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/terminal.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/command_line
lib/puppet/util/command_line/trollop.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/command_line/trollop.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/command_line/trollop.rb
lib/puppet/util/command_line/puppet_option_parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/command_line/puppet_option_parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/command_line/puppet_option_parser.rb
lib/puppet/util/run_mode.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/run_mode.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/run_mode.rb
lib/puppet/util/subclass_loader.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/subclass_loader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/subclass_loader.rb
lib/puppet/util/log_paths.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/log_paths.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/log_paths.rb
lib/puppet/util/lockfile.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/lockfile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/lockfile.rb
lib/puppet/util/rubygems.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/rubygems.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/rubygems.rb
lib/puppet/util/loadedfile.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/loadedfile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/loadedfile.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/queue
lib/puppet/util/queue/stomp.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/queue/stomp.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/queue/stomp.rb
lib/puppet/util/inline_docs.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/inline_docs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/inline_docs.rb
lib/puppet/util/user_attr.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/user_attr.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/user_attr.rb
lib/puppet/util/command_line.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/command_line.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/command_line.rb
lib/puppet/util/suidmanager.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/suidmanager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/suidmanager.rb
lib/puppet/util/execution.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/execution.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/execution.rb
lib/puppet/util/methodhelper.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/methodhelper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/methodhelper.rb
lib/puppet/util/pidlock.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/pidlock.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/pidlock.rb
lib/puppet/util/platform.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/platform.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/platform.rb
lib/puppet/util/posix.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/posix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/posix.rb
lib/puppet/util/instance_loader.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instance_loader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instance_loader.rb
lib/puppet/util/diff.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/diff.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/diff.rb
lib/puppet/util/checksums.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/checksums.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/checksums.rb
lib/puppet/util/reference.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/reference.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/reference.rb
lib/puppet/util/metaid.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/metaid.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/metaid.rb
lib/puppet/util/instrumentation.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/instrumentation.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/ldap
lib/puppet/util/ldap/connection.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/ldap/connection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/ldap/connection.rb
lib/puppet/util/ldap/manager.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/ldap/manager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/ldap/manager.rb
lib/puppet/util/ldap/generator.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/ldap/generator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/ldap/generator.rb
lib/puppet/util/classgen.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/classgen.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/classgen.rb
lib/puppet/util/plugins.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/plugins.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/plugins.rb
lib/puppet/util/logging.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/logging.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/logging.rb
lib/puppet/util/queue.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/queue.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/queue.rb
lib/puppet/util/zaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/zaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/zaml.rb
lib/puppet/util/inifile.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/inifile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/inifile.rb
lib/puppet/util/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/ldap.rb
lib/puppet/util/docs.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/docs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/docs.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/util/log
lib/puppet/util/log/destinations.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/log/destinations.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/log/destinations.rb
lib/puppet/util/log/rate_limited_logger.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/log/rate_limited_logger.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/log/rate_limited_logger.rb
lib/puppet/util/log/destination.rb -> /usr/local/lib/site_ruby/1.8/puppet/util/log/destination.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util/log/destination.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/node
lib/puppet/node/facts.rb -> /usr/local/lib/site_ruby/1.8/puppet/node/facts.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/node/facts.rb
lib/puppet/node/environment.rb -> /usr/local/lib/site_ruby/1.8/puppet/node/environment.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/node/environment.rb
lib/puppet/interface.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface.rb
lib/puppet/rails.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/dsl
lib/puppet/dsl/resource_api.rb -> /usr/local/lib/site_ruby/1.8/puppet/dsl/resource_api.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/dsl/resource_api.rb
lib/puppet/dsl/resource_type_api.rb -> /usr/local/lib/site_ruby/1.8/puppet/dsl/resource_type_api.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/dsl/resource_type_api.rb
lib/puppet/run.rb -> /usr/local/lib/site_ruby/1.8/puppet/run.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/run.rb
lib/puppet/forge.rb -> /usr/local/lib/site_ruby/1.8/puppet/forge.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/forge.rb
lib/puppet/node.rb -> /usr/local/lib/site_ruby/1.8/puppet/node.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/node.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/reference
lib/puppet/reference/indirection.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/indirection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/indirection.rb
lib/puppet/reference/report.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/report.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/report.rb
lib/puppet/reference/function.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/function.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/function.rb
lib/puppet/reference/metaparameter.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/metaparameter.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/metaparameter.rb
lib/puppet/reference/configuration.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/configuration.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/configuration.rb
lib/puppet/reference/type.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/type.rb
lib/puppet/reference/providers.rb -> /usr/local/lib/site_ruby/1.8/puppet/reference/providers.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reference/providers.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/application
lib/puppet/application/face_base.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/face_base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/face_base.rb
lib/puppet/application/filebucket.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/filebucket.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/filebucket.rb
lib/puppet/application/describe.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/describe.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/describe.rb
lib/puppet/application/report.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/report.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/report.rb
lib/puppet/application/node.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/node.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/node.rb
lib/puppet/application/instrumentation_probe.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_probe.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_probe.rb
lib/puppet/application/inspect.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/inspect.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/inspect.rb
lib/puppet/application/master.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/master.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/master.rb
lib/puppet/application/instrumentation_data.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_data.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_data.rb
lib/puppet/application/help.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/help.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/help.rb
lib/puppet/application/man.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/man.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/man.rb
lib/puppet/application/secret_agent.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/secret_agent.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/secret_agent.rb
lib/puppet/application/device.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/device.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/device.rb
lib/puppet/application/certificate_request.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/certificate_request.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/certificate_request.rb
lib/puppet/application/agent.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/agent.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/agent.rb
lib/puppet/application/certificate_revocation_list.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/certificate_revocation_list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/certificate_revocation_list.rb
lib/puppet/application/config.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/config.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/config.rb
lib/puppet/application/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/parser.rb
lib/puppet/application/key.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/key.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/key.rb
lib/puppet/application/plugin.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/plugin.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/plugin.rb
lib/puppet/application/cert.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/cert.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/cert.rb
lib/puppet/application/status.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/status.rb
lib/puppet/application/kick.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/kick.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/kick.rb
lib/puppet/application/doc.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/doc.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/doc.rb
lib/puppet/application/indirection_base.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/indirection_base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/indirection_base.rb
lib/puppet/application/catalog.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/catalog.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/catalog.rb
lib/puppet/application/facts.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/facts.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/facts.rb
lib/puppet/application/module.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/module.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/module.rb
lib/puppet/application/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/file.rb
lib/puppet/application/resource_type.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/resource_type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/resource_type.rb
lib/puppet/application/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/resource.rb
lib/puppet/application/certificate.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/certificate.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/certificate.rb
lib/puppet/application/apply.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/apply.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/apply.rb
lib/puppet/application/queue.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/queue.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/queue.rb
lib/puppet/application/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/ca.rb
lib/puppet/application/instrumentation_listener.rb -> /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_listener.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application/instrumentation_listener.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/transaction
lib/puppet/transaction/event_manager.rb -> /usr/local/lib/site_ruby/1.8/puppet/transaction/event_manager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/transaction/event_manager.rb
lib/puppet/transaction/resource_harness.rb -> /usr/local/lib/site_ruby/1.8/puppet/transaction/resource_harness.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/transaction/resource_harness.rb
lib/puppet/transaction/report.rb -> /usr/local/lib/site_ruby/1.8/puppet/transaction/report.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/transaction/report.rb
lib/puppet/transaction/event.rb -> /usr/local/lib/site_ruby/1.8/puppet/transaction/event.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/transaction/event.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/forge
lib/puppet/forge/cache.rb -> /usr/local/lib/site_ruby/1.8/puppet/forge/cache.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/forge/cache.rb
lib/puppet/forge/errors.rb -> /usr/local/lib/site_ruby/1.8/puppet/forge/errors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/forge/errors.rb
lib/puppet/forge/repository.rb -> /usr/local/lib/site_ruby/1.8/puppet/forge/repository.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/forge/repository.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/test
lib/puppet/test/test_helper.rb -> /usr/local/lib/site_ruby/1.8/puppet/test/test_helper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/test/test_helper.rb
lib/puppet/rb_tree_map.rb -> /usr/local/lib/site_ruby/1.8/puppet/rb_tree_map.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rb_tree_map.rb
lib/puppet/dsl.rb -> /usr/local/lib/site_ruby/1.8/puppet/dsl.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/dsl.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/property
lib/puppet/property/list.rb -> /usr/local/lib/site_ruby/1.8/puppet/property/list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/property/list.rb
lib/puppet/property/ordered_list.rb -> /usr/local/lib/site_ruby/1.8/puppet/property/ordered_list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/property/ordered_list.rb
lib/puppet/property/keyvalue.rb -> /usr/local/lib/site_ruby/1.8/puppet/property/keyvalue.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/property/keyvalue.rb
lib/puppet/property/ensure.rb -> /usr/local/lib/site_ruby/1.8/puppet/property/ensure.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/property/ensure.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/rails
lib/puppet/rails/fact_name.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/fact_name.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/fact_name.rb
lib/puppet/rails/benchmark.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/benchmark.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/benchmark.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/rails/database
lib/puppet/rails/database/schema.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/database/schema.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/database/schema.rb
lib/puppet/rails/database/003_add_environment_to_host.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/database/003_add_environment_to_host.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/database/003_add_environment_to_host.rb
lib/puppet/rails/database/001_add_created_at_to_all_tables.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/database/001_add_created_at_to_all_tables.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/database/001_add_created_at_to_all_tables.rb
lib/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb
lib/puppet/rails/database/004_add_inventory_service_tables.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/database/004_add_inventory_service_tables.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/database/004_add_inventory_service_tables.rb
lib/puppet/rails/fact_value.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/fact_value.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/fact_value.rb
lib/puppet/rails/inventory_fact.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/inventory_fact.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/inventory_fact.rb
lib/puppet/rails/source_file.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/source_file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/source_file.rb
lib/puppet/rails/param_name.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/param_name.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/param_name.rb
lib/puppet/rails/host.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/host.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/host.rb
lib/puppet/rails/inventory_node.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/inventory_node.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/inventory_node.rb
lib/puppet/rails/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/resource.rb
lib/puppet/rails/resource_tag.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/resource_tag.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/resource_tag.rb
lib/puppet/rails/param_value.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/param_value.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/param_value.rb
lib/puppet/rails/puppet_tag.rb -> /usr/local/lib/site_ruby/1.8/puppet/rails/puppet_tag.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/rails/puppet_tag.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/agent
lib/puppet/agent/disabler.rb -> /usr/local/lib/site_ruby/1.8/puppet/agent/disabler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/agent/disabler.rb
lib/puppet/agent/locker.rb -> /usr/local/lib/site_ruby/1.8/puppet/agent/locker.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/agent/locker.rb
lib/puppet/network.rb -> /usr/local/lib/site_ruby/1.8/puppet/network.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network.rb
lib/puppet/file_bucket.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_bucket.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_bucket.rb
lib/puppet/relationship.rb -> /usr/local/lib/site_ruby/1.8/puppet/relationship.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/relationship.rb
lib/puppet/reports.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/file_collection
lib/puppet/file_collection/lookup.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_collection/lookup.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_collection/lookup.rb
lib/puppet/file_collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_collection.rb
lib/puppet/agent.rb -> /usr/local/lib/site_ruby/1.8/puppet/agent.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/agent.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector
lib/puppet/indirector/face.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/face.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/face.rb
lib/puppet/indirector/store_configs.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/store_configs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/store_configs.rb
lib/puppet/indirector/plain.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/plain.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/plain.rb
lib/puppet/indirector/file_server.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_server.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_server.rb
lib/puppet/indirector/indirection.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/indirection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/indirection.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file
lib/puppet/indirector/file_bucket_file/selector.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/selector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/selector.rb
lib/puppet/indirector/file_bucket_file/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/file.rb
lib/puppet/indirector/file_bucket_file/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_bucket_file/rest.rb
lib/puppet/indirector/exec.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/exec.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/exec.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type
lib/puppet/indirector/resource_type/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type/parser.rb
lib/puppet/indirector/resource_type/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/node
lib/puppet/indirector/node/store_configs.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/store_configs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/store_configs.rb
lib/puppet/indirector/node/plain.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/plain.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/plain.rb
lib/puppet/indirector/node/write_only_yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/write_only_yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/write_only_yaml.rb
lib/puppet/indirector/node/exec.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/exec.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/exec.rb
lib/puppet/indirector/node/memory.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/memory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/memory.rb
lib/puppet/indirector/node/active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/active_record.rb
lib/puppet/indirector/node/yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/yaml.rb
lib/puppet/indirector/node/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/rest.rb
lib/puppet/indirector/node/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/node/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/node/ldap.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/facts
lib/puppet/indirector/facts/store_configs.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/store_configs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/store_configs.rb
lib/puppet/indirector/facts/network_device.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/network_device.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/network_device.rb
lib/puppet/indirector/facts/facter.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/facter.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/facter.rb
lib/puppet/indirector/facts/memory.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/memory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/memory.rb
lib/puppet/indirector/facts/active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/active_record.rb
lib/puppet/indirector/facts/couch.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/couch.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/couch.rb
lib/puppet/indirector/facts/inventory_service.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/inventory_service.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/inventory_service.rb
lib/puppet/indirector/facts/yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/yaml.rb
lib/puppet/indirector/facts/inventory_active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/inventory_active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/inventory_active_record.rb
lib/puppet/indirector/facts/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/facts/rest.rb
lib/puppet/indirector/instrumentation_probe.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe.rb
lib/puppet/indirector/ssl_file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/ssl_file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/ssl_file.rb
lib/puppet/indirector/memory.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/memory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/memory.rb
lib/puppet/indirector/instrumentation_data.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data.rb
lib/puppet/indirector/request.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/request.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/request.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate
lib/puppet/indirector/certificate/disabled_ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/disabled_ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/disabled_ca.rb
lib/puppet/indirector/certificate/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/file.rb
lib/puppet/indirector/certificate/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/rest.rb
lib/puppet/indirector/certificate/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate/ca.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata
lib/puppet/indirector/file_metadata/file_server.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/file_server.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/file_server.rb
lib/puppet/indirector/file_metadata/selector.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/selector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/selector.rb
lib/puppet/indirector/file_metadata/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/file.rb
lib/puppet/indirector/file_metadata/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata/rest.rb
lib/puppet/indirector/json.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/json.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/json.rb
lib/puppet/indirector/certificate_status.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list
lib/puppet/indirector/certificate_revocation_list/disabled_ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/disabled_ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/disabled_ca.rb
lib/puppet/indirector/certificate_revocation_list/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/file.rb
lib/puppet/indirector/certificate_revocation_list/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/rest.rb
lib/puppet/indirector/certificate_revocation_list/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_revocation_list/ca.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe
lib/puppet/indirector/instrumentation_probe/local.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe/local.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe/local.rb
lib/puppet/indirector/instrumentation_probe/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_probe/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener
lib/puppet/indirector/instrumentation_listener/local.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener/local.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener/local.rb
lib/puppet/indirector/instrumentation_listener/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/report
lib/puppet/indirector/report/yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/report/yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/report/yaml.rb
lib/puppet/indirector/report/processor.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/report/processor.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/report/processor.rb
lib/puppet/indirector/report/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/report/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/report/rest.rb
lib/puppet/indirector/active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/active_record.rb
lib/puppet/indirector/couch.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/couch.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/couch.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request
lib/puppet/indirector/certificate_request/disabled_ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/disabled_ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/disabled_ca.rb
lib/puppet/indirector/certificate_request/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/file.rb
lib/puppet/indirector/certificate_request/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/rest.rb
lib/puppet/indirector/certificate_request/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_request/ca.rb
lib/puppet/indirector/code.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/code.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/code.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data
lib/puppet/indirector/instrumentation_data/local.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data/local.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data/local.rb
lib/puppet/indirector/instrumentation_data/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_data/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/data_binding
lib/puppet/indirector/data_binding/none.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/data_binding/none.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/data_binding/none.rb
lib/puppet/indirector/data_binding/hiera.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/data_binding/hiera.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/data_binding/hiera.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/resource
lib/puppet/indirector/resource/store_configs.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/store_configs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/store_configs.rb
lib/puppet/indirector/resource/ral.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/ral.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/ral.rb
lib/puppet/indirector/resource/active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/active_record.rb
lib/puppet/indirector/resource/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource/rest.rb
lib/puppet/indirector/yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/yaml.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/run
lib/puppet/indirector/run/local.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/run/local.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/run/local.rb
lib/puppet/indirector/run/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/run/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/run/rest.rb
lib/puppet/indirector/file_metadata.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_metadata.rb
lib/puppet/indirector/status.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/status.rb
lib/puppet/indirector/none.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/none.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/none.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status
lib/puppet/indirector/certificate_status/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status/file.rb
lib/puppet/indirector/certificate_status/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/certificate_status/rest.rb
lib/puppet/indirector/hiera.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/hiera.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/hiera.rb
lib/puppet/indirector/envelope.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/envelope.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/envelope.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/status
lib/puppet/indirector/status/local.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/status/local.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/status/local.rb
lib/puppet/indirector/status/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/status/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/status/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/key
lib/puppet/indirector/key/disabled_ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/key/disabled_ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/key/disabled_ca.rb
lib/puppet/indirector/key/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/key/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/key/file.rb
lib/puppet/indirector/key/ca.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/key/ca.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/key/ca.rb
lib/puppet/indirector/terminus.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/terminus.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/terminus.rb
lib/puppet/indirector/direct_file_server.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/direct_file_server.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/direct_file_server.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content
lib/puppet/indirector/file_content/file_server.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/file_server.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/file_server.rb
lib/puppet/indirector/file_content/selector.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/selector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/selector.rb
lib/puppet/indirector/file_content/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/file.rb
lib/puppet/indirector/file_content/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content/rest.rb
lib/puppet/indirector/resource_type.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/resource_type.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog
lib/puppet/indirector/catalog/store_configs.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/store_configs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/store_configs.rb
lib/puppet/indirector/catalog/static_compiler.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/static_compiler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/static_compiler.rb
lib/puppet/indirector/catalog/json.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/json.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/json.rb
lib/puppet/indirector/catalog/active_record.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/active_record.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/active_record.rb
lib/puppet/indirector/catalog/yaml.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/yaml.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/yaml.rb
lib/puppet/indirector/catalog/compiler.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/compiler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/compiler.rb
lib/puppet/indirector/catalog/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/rest.rb
lib/puppet/indirector/catalog/queue.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/queue.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/catalog/queue.rb
lib/puppet/indirector/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/rest.rb
lib/puppet/indirector/queue.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/queue.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/queue.rb
lib/puppet/indirector/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/ldap.rb
lib/puppet/indirector/file_content.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/file_content.rb
lib/puppet/indirector/instrumentation_listener.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector/instrumentation_listener.rb
lib/puppet/provider.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider.rb
lib/puppet/util.rb -> /usr/local/lib/site_ruby/1.8/puppet/util.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/util.rb
lib/puppet/defaults.rb -> /usr/local/lib/site_ruby/1.8/puppet/defaults.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/defaults.rb
lib/puppet/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/settings
lib/puppet/settings/boolean_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/boolean_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/boolean_setting.rb
lib/puppet/settings/base_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/base_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/base_setting.rb
lib/puppet/settings/errors.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/errors.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/errors.rb
lib/puppet/settings/terminus_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/terminus_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/terminus_setting.rb
lib/puppet/settings/string_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/string_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/string_setting.rb
lib/puppet/settings/config_file.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/config_file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/config_file.rb
lib/puppet/settings/duration_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/duration_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/duration_setting.rb
lib/puppet/settings/path_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/path_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/path_setting.rb
lib/puppet/settings/value_translator.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/value_translator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/value_translator.rb
lib/puppet/settings/directory_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/directory_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/directory_setting.rb
lib/puppet/settings/file_setting.rb -> /usr/local/lib/site_ruby/1.8/puppet/settings/file_setting.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/settings/file_setting.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/ssl
lib/puppet/ssl/certificate_signer.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_signer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_signer.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_authority
lib/puppet/ssl/certificate_authority/interface.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_authority/interface.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_authority/interface.rb
lib/puppet/ssl/digest.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/digest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/digest.rb
lib/puppet/ssl/inventory.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/inventory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/inventory.rb
lib/puppet/ssl/certificate_request.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_request.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_request.rb
lib/puppet/ssl/certificate_revocation_list.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_revocation_list.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_revocation_list.rb
lib/puppet/ssl/certificate_factory.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_factory.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_factory.rb
lib/puppet/ssl/key.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/key.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/key.rb
lib/puppet/ssl/configuration.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/configuration.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/configuration.rb
lib/puppet/ssl/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/base.rb
lib/puppet/ssl/certificate_authority.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_authority.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate_authority.rb
lib/puppet/ssl/host.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/host.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/host.rb
lib/puppet/ssl/certificate.rb -> /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/ssl/certificate.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/resource
lib/puppet/resource/type_collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource/type_collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource/type_collection.rb
lib/puppet/resource/type_collection_helper.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource/type_collection_helper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource/type_collection_helper.rb
lib/puppet/resource/status.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource/status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource/status.rb
lib/puppet/resource/type.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource/type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource/type.rb
lib/puppet/resource/catalog.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource/catalog.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource/catalog.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/file_bucket
lib/puppet/file_bucket/dipper.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_bucket/dipper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_bucket/dipper.rb
lib/puppet/file_bucket/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_bucket/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_bucket/file.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/parser
lib/puppet/parser/yaml_trimmer.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/yaml_trimmer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/yaml_trimmer.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/parser/functions
lib/puppet/parser/functions/hiera_array.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_array.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_array.rb
lib/puppet/parser/functions/md5.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/md5.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/md5.rb
lib/puppet/parser/functions/inline_template.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/inline_template.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/inline_template.rb
lib/puppet/parser/functions/search.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/search.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/search.rb
lib/puppet/parser/functions/tagged.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/tagged.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/tagged.rb
lib/puppet/parser/functions/realize.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/realize.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/realize.rb
lib/puppet/parser/functions/defined.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/defined.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/defined.rb
lib/puppet/parser/functions/versioncmp.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/versioncmp.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/versioncmp.rb
lib/puppet/parser/functions/require.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/require.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/require.rb
lib/puppet/parser/functions/generate.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/generate.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/generate.rb
lib/puppet/parser/functions/template.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/template.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/template.rb
lib/puppet/parser/functions/shellquote.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/shellquote.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/shellquote.rb
lib/puppet/parser/functions/create_resources.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/create_resources.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/create_resources.rb
lib/puppet/parser/functions/fail.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/fail.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/fail.rb
lib/puppet/parser/functions/include.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/include.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/include.rb
lib/puppet/parser/functions/tag.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/tag.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/tag.rb
lib/puppet/parser/functions/hiera_include.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_include.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_include.rb
lib/puppet/parser/functions/fqdn_rand.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/fqdn_rand.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/fqdn_rand.rb
lib/puppet/parser/functions/hiera.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera.rb
lib/puppet/parser/functions/sprintf.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/sprintf.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/sprintf.rb
lib/puppet/parser/functions/sha1.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/sha1.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/sha1.rb
lib/puppet/parser/functions/extlookup.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/extlookup.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/extlookup.rb
lib/puppet/parser/functions/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/file.rb
lib/puppet/parser/functions/hiera_hash.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_hash.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/hiera_hash.rb
lib/puppet/parser/functions/split.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/split.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/split.rb
lib/puppet/parser/functions/regsubst.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions/regsubst.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions/regsubst.rb
lib/puppet/parser/type_loader.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/type_loader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/type_loader.rb
lib/puppet/parser/lexer.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/lexer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/lexer.rb
lib/puppet/parser/templatewrapper.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/templatewrapper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/templatewrapper.rb
lib/puppet/parser/relationship.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/relationship.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/relationship.rb
lib/puppet/parser/functions.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/functions.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/functions.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/parser/ast
lib/puppet/parser/ast/vardef.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/vardef.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/vardef.rb
lib/puppet/parser/ast/ifstatement.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/ifstatement.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/ifstatement.rb
lib/puppet/parser/ast/caseopt.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/caseopt.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/caseopt.rb
lib/puppet/parser/ast/selector.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/selector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/selector.rb
lib/puppet/parser/ast/astarray.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/astarray.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/astarray.rb
lib/puppet/parser/ast/collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/collection.rb
lib/puppet/parser/ast/resource_defaults.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_defaults.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_defaults.rb
lib/puppet/parser/ast/definition.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/definition.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/definition.rb
lib/puppet/parser/ast/node.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/node.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/node.rb
lib/puppet/parser/ast/function.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/function.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/function.rb
lib/puppet/parser/ast/casestatement.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/casestatement.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/casestatement.rb
lib/puppet/parser/ast/leaf.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/leaf.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/leaf.rb
lib/puppet/parser/ast/not.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/not.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/not.rb
lib/puppet/parser/ast/relationship.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/relationship.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/relationship.rb
lib/puppet/parser/ast/collexpr.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/collexpr.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/collexpr.rb
lib/puppet/parser/ast/resource_override.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_override.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_override.rb
lib/puppet/parser/ast/resourceparam.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resourceparam.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resourceparam.rb
lib/puppet/parser/ast/asthash.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/asthash.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/asthash.rb
lib/puppet/parser/ast/minus.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/minus.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/minus.rb
lib/puppet/parser/ast/else.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/else.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/else.rb
lib/puppet/parser/ast/top_level_construct.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/top_level_construct.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/top_level_construct.rb
lib/puppet/parser/ast/in_operator.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/in_operator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/in_operator.rb
lib/puppet/parser/ast/arithmetic_operator.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/arithmetic_operator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/arithmetic_operator.rb
lib/puppet/parser/ast/tag.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/tag.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/tag.rb
lib/puppet/parser/ast/boolean_operator.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/boolean_operator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/boolean_operator.rb
lib/puppet/parser/ast/branch.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/branch.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/branch.rb
lib/puppet/parser/ast/comparison_operator.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/comparison_operator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/comparison_operator.rb
lib/puppet/parser/ast/hostclass.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/hostclass.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/hostclass.rb
lib/puppet/parser/ast/match_operator.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/match_operator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/match_operator.rb
lib/puppet/parser/ast/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource.rb
lib/puppet/parser/ast/resource_instance.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_instance.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_instance.rb
lib/puppet/parser/ast/resource_reference.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_reference.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/resource_reference.rb
lib/puppet/parser/ast/nop.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast/nop.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast/nop.rb
lib/puppet/parser/parser_support.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/parser_support.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/parser_support.rb
lib/puppet/parser/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/parser.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/parser/resource
lib/puppet/parser/resource/param.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/resource/param.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/resource/param.rb
lib/puppet/parser/collector.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/collector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/collector.rb
lib/puppet/parser/ast.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/ast.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/ast.rb
lib/puppet/parser/scope.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/scope.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/scope.rb
lib/puppet/parser/compiler.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/compiler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/compiler.rb
lib/puppet/parser/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/resource.rb
lib/puppet/parser/files.rb -> /usr/local/lib/site_ruby/1.8/puppet/parser/files.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parser/files.rb
lib/puppet/file_serving.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving.rb
lib/puppet/status.rb -> /usr/local/lib/site_ruby/1.8/puppet/status.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/status.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/metatype
lib/puppet/metatype/manager.rb -> /usr/local/lib/site_ruby/1.8/puppet/metatype/manager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/metatype/manager.rb
lib/puppet/application.rb -> /usr/local/lib/site_ruby/1.8/puppet/application.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/application.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/external/pson
lib/puppet/external/pson/pure.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure.rb
lib/puppet/external/pson/common.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/pson/common.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/pson/common.rb
lib/puppet/external/pson/version.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/pson/version.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/pson/version.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure
lib/puppet/external/pson/pure/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure/parser.rb
lib/puppet/external/pson/pure/generator.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure/generator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/pson/pure/generator.rb
lib/puppet/external/nagios.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/nagios.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/nagios.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/external/nagios
lib/puppet/external/nagios/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/nagios/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/nagios/parser.rb
lib/puppet/external/nagios/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/nagios/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/nagios/base.rb
lib/puppet/external/base64.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/base64.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/base64.rb
lib/puppet/external/lock.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/lock.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/lock.rb
lib/puppet/external/dot.rb -> /usr/local/lib/site_ruby/1.8/puppet/external/dot.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/external/dot.rb
lib/puppet/error.rb -> /usr/local/lib/site_ruby/1.8/puppet/error.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/error.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/network
lib/puppet/network/client_request.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/client_request.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/client_request.rb
lib/puppet/network/format.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/format.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/format.rb
lib/puppet/network/rights.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/rights.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/rights.rb
lib/puppet/network/authentication.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/authentication.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/authentication.rb
lib/puppet/network/resolver.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/resolver.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/resolver.rb
lib/puppet/network/http_pool.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http_pool.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http_pool.rb
lib/puppet/network/formats.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/formats.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/formats.rb
lib/puppet/network/authorization.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/authorization.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/authorization.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/network/http
lib/puppet/network/http/connection.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/connection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/connection.rb
lib/puppet/network/http/api.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/api.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/api.rb
lib/puppet/network/http/compression.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/compression.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/compression.rb
lib/puppet/network/http/webrick.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/webrick.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/webrick.rb
lib/puppet/network/http/rack.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/rack.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/rack.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/network/http/api
lib/puppet/network/http/api/v1.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/api/v1.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/api/v1.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/network/http/rack
lib/puppet/network/http/rack/httphandler.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/rack/httphandler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/rack/httphandler.rb
lib/puppet/network/http/rack/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/rack/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/rack/rest.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/network/http/webrick
lib/puppet/network/http/webrick/rest.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/webrick/rest.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/webrick/rest.rb
lib/puppet/network/http/handler.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http/handler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http/handler.rb
lib/puppet/network/server.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/server.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/server.rb
lib/puppet/network/authstore.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/authstore.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/authstore.rb
lib/puppet/network/auth_config_parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/auth_config_parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/auth_config_parser.rb
lib/puppet/network/format_handler.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/format_handler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/format_handler.rb
lib/puppet/network/authconfig.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/authconfig.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/authconfig.rb
lib/puppet/network/rest_controller.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/rest_controller.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/rest_controller.rb
lib/puppet/network/http.rb -> /usr/local/lib/site_ruby/1.8/puppet/network/http.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/network/http.rb
lib/puppet/configurer.rb -> /usr/local/lib/site_ruby/1.8/puppet/configurer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/configurer.rb
lib/puppet/type.rb -> /usr/local/lib/site_ruby/1.8/puppet/type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/type
lib/puppet/type/user.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/user.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/user.rb
lib/puppet/type/selboolean.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/selboolean.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/selboolean.rb
lib/puppet/type/filebucket.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/filebucket.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/filebucket.rb
lib/puppet/type/service.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/service.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/service.rb
lib/puppet/type/nagios_service.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_service.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_service.rb
lib/puppet/type/tidy.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/tidy.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/tidy.rb
lib/puppet/type/notify.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/notify.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/notify.rb
lib/puppet/type/exec.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/exec.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/exec.rb
lib/puppet/type/zfs.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/zfs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/zfs.rb
lib/puppet/type/nagios_servicegroup.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_servicegroup.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_servicegroup.rb
lib/puppet/type/selmodule.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/selmodule.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/selmodule.rb
lib/puppet/type/interface.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/interface.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/interface.rb
lib/puppet/type/nagios_serviceextinfo.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_serviceextinfo.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_serviceextinfo.rb
lib/puppet/type/scheduled_task.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/scheduled_task.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/scheduled_task.rb
lib/puppet/type/whit.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/whit.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/whit.rb
lib/puppet/type/yumrepo.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/yumrepo.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/yumrepo.rb
lib/puppet/type/nagios_host.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_host.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_host.rb
lib/puppet/type/package.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/package.rb
lib/puppet/type/resources.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/resources.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/resources.rb
lib/puppet/type/mailalias.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/mailalias.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/mailalias.rb
lib/puppet/type/router.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/router.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/router.rb
lib/puppet/type/stage.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/stage.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/stage.rb
lib/puppet/type/nagios_hostgroup.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostgroup.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostgroup.rb
lib/puppet/type/mount.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/mount.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/mount.rb
lib/puppet/type/nagios_servicedependency.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_servicedependency.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_servicedependency.rb
lib/puppet/type/nagios_contact.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_contact.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_contact.rb
lib/puppet/type/ssh_authorized_key.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/ssh_authorized_key.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/ssh_authorized_key.rb
lib/puppet/type/computer.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/computer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/computer.rb
lib/puppet/type/nagios_contactgroup.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_contactgroup.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_contactgroup.rb
lib/puppet/type/cron.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/cron.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/cron.rb
lib/puppet/type/sshkey.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/sshkey.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/sshkey.rb
lib/puppet/type/macauthorization.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/macauthorization.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/macauthorization.rb
lib/puppet/type/nagios_hostescalation.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostescalation.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostescalation.rb
lib/puppet/type/schedule.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/schedule.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/schedule.rb
lib/puppet/type/zpool.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/zpool.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/zpool.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/type/file
lib/puppet/type/file/selcontext.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/selcontext.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/selcontext.rb
lib/puppet/type/file/checksum.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/checksum.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/checksum.rb
lib/puppet/type/file/ctime.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/ctime.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/ctime.rb
lib/puppet/type/file/target.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/target.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/target.rb
lib/puppet/type/file/source.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/source.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/source.rb
lib/puppet/type/file/owner.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/owner.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/owner.rb
lib/puppet/type/file/type.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/type.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/type.rb
lib/puppet/type/file/group.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/group.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/group.rb
lib/puppet/type/file/mode.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/mode.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/mode.rb
lib/puppet/type/file/ensure.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/ensure.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/ensure.rb
lib/puppet/type/file/content.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/content.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/content.rb
lib/puppet/type/file/mtime.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file/mtime.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file/mtime.rb
lib/puppet/type/augeas.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/augeas.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/augeas.rb
lib/puppet/type/nagios_serviceescalation.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_serviceescalation.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_serviceescalation.rb
lib/puppet/type/nagios_hostdependency.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostdependency.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostdependency.rb
lib/puppet/type/k5login.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/k5login.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/k5login.rb
lib/puppet/type/maillist.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/maillist.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/maillist.rb
lib/puppet/type/component.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/component.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/component.rb
lib/puppet/type/host.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/host.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/host.rb
lib/puppet/type/mcx.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/mcx.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/mcx.rb
lib/puppet/type/nagios_timeperiod.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_timeperiod.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_timeperiod.rb
lib/puppet/type/nagios_hostextinfo.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostextinfo.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_hostextinfo.rb
lib/puppet/type/group.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/group.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/group.rb
lib/puppet/type/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/file.rb
lib/puppet/type/vlan.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/vlan.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/vlan.rb
lib/puppet/type/port.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/port.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/port.rb
lib/puppet/type/zone.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/zone.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/zone.rb
lib/puppet/type/nagios_command.rb -> /usr/local/lib/site_ruby/1.8/puppet/type/nagios_command.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/type/nagios_command.rb
lib/puppet/module.rb -> /usr/local/lib/site_ruby/1.8/puppet/module.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/configurer
lib/puppet/configurer/downloader.rb -> /usr/local/lib/site_ruby/1.8/puppet/configurer/downloader.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/configurer/downloader.rb
lib/puppet/configurer/plugin_handler.rb -> /usr/local/lib/site_ruby/1.8/puppet/configurer/plugin_handler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/configurer/plugin_handler.rb
lib/puppet/configurer/fact_handler.rb -> /usr/local/lib/site_ruby/1.8/puppet/configurer/fact_handler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/configurer/fact_handler.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/file_serving
lib/puppet/file_serving/metadata.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/metadata.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/metadata.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount
lib/puppet/file_serving/mount/modules.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/modules.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/modules.rb
lib/puppet/file_serving/mount/file.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/file.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/file.rb
lib/puppet/file_serving/mount/plugins.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/plugins.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount/plugins.rb
lib/puppet/file_serving/fileset.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/fileset.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/fileset.rb
lib/puppet/file_serving/terminus_selector.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/terminus_selector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/terminus_selector.rb
lib/puppet/file_serving/mount.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/mount.rb
lib/puppet/file_serving/configuration.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/configuration.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/configuration.rb
lib/puppet/file_serving/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/base.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/file_serving/configuration
lib/puppet/file_serving/configuration/parser.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/configuration/parser.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/configuration/parser.rb
lib/puppet/file_serving/terminus_helper.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/terminus_helper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/terminus_helper.rb
lib/puppet/file_serving/content.rb -> /usr/local/lib/site_ruby/1.8/puppet/file_serving/content.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/file_serving/content.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/augeas
lib/puppet/provider/augeas/augeas.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/augeas/augeas.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/augeas/augeas.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/mailalias
lib/puppet/provider/mailalias/aliases.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/mailalias/aliases.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/mailalias/aliases.rb
lib/puppet/provider/command.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/command.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/command.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/zpool
lib/puppet/provider/zpool/zpool.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/zpool/zpool.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/zpool/zpool.rb
lib/puppet/provider/network_device.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/network_device.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/network_device.rb
lib/puppet/provider/exec.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/exec.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/exec.rb
lib/puppet/provider/confine_collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine_collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine_collection.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/mcx
lib/puppet/provider/mcx/mcxcontent.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/mcx/mcxcontent.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/mcx/mcxcontent.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/user
lib/puppet/provider/user/pw.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/pw.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/pw.rb
lib/puppet/provider/user/hpux.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/hpux.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/hpux.rb
lib/puppet/provider/user/windows_adsi.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/windows_adsi.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/windows_adsi.rb
lib/puppet/provider/user/useradd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/useradd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/useradd.rb
lib/puppet/provider/user/aix.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/aix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/aix.rb
lib/puppet/provider/user/user_role_add.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/user_role_add.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/user_role_add.rb
lib/puppet/provider/user/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/ldap.rb
lib/puppet/provider/user/directoryservice.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/user/directoryservice.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/user/directoryservice.rb
lib/puppet/provider/parsedfile.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/parsedfile.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/parsedfile.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/mount
lib/puppet/provider/mount/parsed.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/mount/parsed.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/mount/parsed.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/service
lib/puppet/provider/service/service.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/service.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/service.rb
lib/puppet/provider/service/gentoo.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/gentoo.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/gentoo.rb
lib/puppet/provider/service/debian.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/debian.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/debian.rb
lib/puppet/provider/service/runit.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/runit.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/runit.rb
lib/puppet/provider/service/bsd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/bsd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/bsd.rb
lib/puppet/provider/service/upstart.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/upstart.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/upstart.rb
lib/puppet/provider/service/freebsd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/freebsd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/freebsd.rb
lib/puppet/provider/service/windows.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/windows.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/windows.rb
lib/puppet/provider/service/daemontools.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/daemontools.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/daemontools.rb
lib/puppet/provider/service/src.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/src.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/src.rb
lib/puppet/provider/service/systemd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/systemd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/systemd.rb
lib/puppet/provider/service/smf.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/smf.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/smf.rb
lib/puppet/provider/service/openrc.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/openrc.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/openrc.rb
lib/puppet/provider/service/init.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/init.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/init.rb
lib/puppet/provider/service/base.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/base.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/base.rb
lib/puppet/provider/service/launchd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/launchd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/launchd.rb
lib/puppet/provider/service/redhat.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/service/redhat.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/service/redhat.rb
lib/puppet/provider/package.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package.rb
lib/puppet/provider/confiner.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confiner.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confiner.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/group
lib/puppet/provider/group/groupadd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/groupadd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/groupadd.rb
lib/puppet/provider/group/pw.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/pw.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/pw.rb
lib/puppet/provider/group/windows_adsi.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/windows_adsi.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/windows_adsi.rb
lib/puppet/provider/group/aix.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/aix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/aix.rb
lib/puppet/provider/group/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/ldap.rb
lib/puppet/provider/group/directoryservice.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/group/directoryservice.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/group/directoryservice.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/exec
lib/puppet/provider/exec/shell.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/exec/shell.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/exec/shell.rb
lib/puppet/provider/exec/windows.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/exec/windows.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/exec/windows.rb
lib/puppet/provider/exec/posix.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/exec/posix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/exec/posix.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/vlan
lib/puppet/provider/vlan/cisco.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/vlan/cisco.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/vlan/cisco.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/host
lib/puppet/provider/host/parsed.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/host/parsed.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/host/parsed.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/package
lib/puppet/provider/package/blastwave.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/blastwave.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/blastwave.rb
lib/puppet/provider/package/apple.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/apple.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/apple.rb
lib/puppet/provider/package/yum.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/yum.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/yum.rb
lib/puppet/provider/package/up2date.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/up2date.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/up2date.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows
lib/puppet/provider/package/windows/msi_package.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/msi_package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/msi_package.rb
lib/puppet/provider/package/windows/package.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/package.rb
lib/puppet/provider/package/windows/exe_package.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/exe_package.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows/exe_package.rb
lib/puppet/provider/package/portupgrade.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/portupgrade.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/portupgrade.rb
lib/puppet/provider/package/ports.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/ports.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/ports.rb
lib/puppet/provider/package/rpm.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/rpm.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/rpm.rb
lib/puppet/provider/package/pkgutil.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgutil.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgutil.rb
lib/puppet/provider/package/freebsd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/freebsd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/freebsd.rb
lib/puppet/provider/package/windows.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows.rb
lib/puppet/provider/package/nim.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/nim.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/nim.rb
lib/puppet/provider/package/urpmi.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/urpmi.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/urpmi.rb
lib/puppet/provider/package/fink.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/fink.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/fink.rb
lib/puppet/provider/package/zypper.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/zypper.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/zypper.rb
lib/puppet/provider/package/dpkg.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/dpkg.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/dpkg.rb
lib/puppet/provider/package/hpux.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/hpux.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/hpux.rb
lib/puppet/provider/package/portage.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/portage.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/portage.rb
lib/puppet/provider/package/macports.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/macports.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/macports.rb
lib/puppet/provider/package/aix.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/aix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/aix.rb
lib/puppet/provider/package/sun.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/sun.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/sun.rb
lib/puppet/provider/package/gem.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/gem.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/gem.rb
lib/puppet/provider/package/aptitude.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/aptitude.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/aptitude.rb
lib/puppet/provider/package/msi.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/msi.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/msi.rb
lib/puppet/provider/package/pkg.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkg.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkg.rb
lib/puppet/provider/package/rug.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/rug.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/rug.rb
lib/puppet/provider/package/apt.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/apt.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/apt.rb
lib/puppet/provider/package/pacman.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pacman.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pacman.rb
lib/puppet/provider/package/pip.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pip.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pip.rb
lib/puppet/provider/package/pkgin.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgin.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgin.rb
lib/puppet/provider/package/sunfreeware.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/sunfreeware.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/sunfreeware.rb
lib/puppet/provider/package/aptrpm.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/aptrpm.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/aptrpm.rb
lib/puppet/provider/package/pkgdmg.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgdmg.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/pkgdmg.rb
lib/puppet/provider/package/openbsd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/openbsd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/openbsd.rb
lib/puppet/provider/package/appdmg.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/appdmg.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/appdmg.rb
lib/puppet/provider/mount.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/mount.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/mount.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/macauthorization
lib/puppet/provider/macauthorization/macauthorization.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/macauthorization/macauthorization.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/macauthorization/macauthorization.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/zfs
lib/puppet/provider/zfs/zfs.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/zfs/zfs.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/zfs/zfs.rb
lib/puppet/provider/aixobject.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/aixobject.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/aixobject.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/scheduled_task
lib/puppet/provider/scheduled_task/win32_taskscheduler.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/scheduled_task/win32_taskscheduler.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/scheduled_task/win32_taskscheduler.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/selboolean
lib/puppet/provider/selboolean/getsetsebool.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/selboolean/getsetsebool.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/selboolean/getsetsebool.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/selmodule
lib/puppet/provider/selmodule/semodule.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/selmodule/semodule.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/selmodule/semodule.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/file
lib/puppet/provider/file/windows.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/file/windows.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/file/windows.rb
lib/puppet/provider/file/posix.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/file/posix.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/file/posix.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/maillist
lib/puppet/provider/maillist/mailman.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/maillist/mailman.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/maillist/mailman.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/ssh_authorized_key
lib/puppet/provider/ssh_authorized_key/parsed.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/ssh_authorized_key/parsed.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/ssh_authorized_key/parsed.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/port
lib/puppet/provider/port/parsed.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/port/parsed.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/port/parsed.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/sshkey
lib/puppet/provider/sshkey/parsed.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/sshkey/parsed.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/sshkey/parsed.rb
lib/puppet/provider/confine.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/confine
lib/puppet/provider/confine/true.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine/true.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine/true.rb
lib/puppet/provider/confine/feature.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine/feature.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine/feature.rb
lib/puppet/provider/confine/exists.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine/exists.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine/exists.rb
lib/puppet/provider/confine/variable.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine/variable.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine/variable.rb
lib/puppet/provider/confine/false.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/confine/false.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/confine/false.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/computer
lib/puppet/provider/computer/computer.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/computer/computer.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/computer/computer.rb
lib/puppet/provider/nameservice.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice.rb
lib/puppet/provider/naginator.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/naginator.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/naginator.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/cron
lib/puppet/provider/cron/crontab.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/cron/crontab.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/cron/crontab.rb
lib/puppet/provider/ldap.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/ldap.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/ldap.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/interface
lib/puppet/provider/interface/cisco.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/interface/cisco.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/interface/cisco.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice
lib/puppet/provider/nameservice/objectadd.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/objectadd.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/objectadd.rb
lib/puppet/provider/nameservice/pw.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/pw.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/pw.rb
lib/puppet/provider/nameservice/directoryservice.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/directoryservice.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/nameservice/directoryservice.rb
lib/puppet/provider/cisco.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/cisco.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/cisco.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/provider/zone
lib/puppet/provider/zone/solaris.rb -> /usr/local/lib/site_ruby/1.8/puppet/provider/zone/solaris.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/zone/solaris.rb
lib/puppet/resource.rb -> /usr/local/lib/site_ruby/1.8/puppet/resource.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/resource.rb
lib/puppet/property.rb -> /usr/local/lib/site_ruby/1.8/puppet/property.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/property.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/parameter
lib/puppet/parameter/value.rb -> /usr/local/lib/site_ruby/1.8/puppet/parameter/value.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parameter/value.rb
lib/puppet/parameter/package_options.rb -> /usr/local/lib/site_ruby/1.8/puppet/parameter/package_options.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parameter/package_options.rb
lib/puppet/parameter/value_collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/parameter/value_collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parameter/value_collection.rb
lib/puppet/parameter/path.rb -> /usr/local/lib/site_ruby/1.8/puppet/parameter/path.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parameter/path.rb
lib/puppet/version.rb -> /usr/local/lib/site_ruby/1.8/puppet/version.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/version.rb
lib/puppet/daemon.rb -> /usr/local/lib/site_ruby/1.8/puppet/daemon.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/daemon.rb
lib/puppet/parameter.rb -> /usr/local/lib/site_ruby/1.8/puppet/parameter.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/parameter.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/interface
lib/puppet/interface/option_manager.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/option_manager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/option_manager.rb
lib/puppet/interface/action.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/action.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/action.rb
lib/puppet/interface/option_builder.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/option_builder.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/option_builder.rb
lib/puppet/interface/option.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/option.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/option.rb
lib/puppet/interface/face_collection.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/face_collection.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/face_collection.rb
lib/puppet/interface/documentation.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/documentation.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/documentation.rb
lib/puppet/interface/action_builder.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/action_builder.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/action_builder.rb
lib/puppet/interface/action_manager.rb -> /usr/local/lib/site_ruby/1.8/puppet/interface/action_manager.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/interface/action_manager.rb
lib/puppet/indirector.rb -> /usr/local/lib/site_ruby/1.8/puppet/indirector.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/indirector.rb
lib/puppet/data_binding.rb -> /usr/local/lib/site_ruby/1.8/puppet/data_binding.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/data_binding.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/reports
lib/puppet/reports/rrdgraph.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports/rrdgraph.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports/rrdgraph.rb
lib/puppet/reports/log.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports/log.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports/log.rb
lib/puppet/reports/tagmail.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports/tagmail.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports/tagmail.rb
lib/puppet/reports/store.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports/store.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports/store.rb
lib/puppet/reports/http.rb -> /usr/local/lib/site_ruby/1.8/puppet/reports/http.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/reports/http.rb
lib/puppet.rb -> /usr/local/lib/site_ruby/1.8/puppet.rb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet.rb
mkdir /usr/local/lib/site_ruby/1.8/puppet/face/help
lib/puppet/face/help/man.erb -> /usr/local/lib/site_ruby/1.8/puppet/face/help/man.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/help/man.erb
lib/puppet/face/help/face.erb -> /usr/local/lib/site_ruby/1.8/puppet/face/help/face.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/help/face.erb
lib/puppet/face/help/action.erb -> /usr/local/lib/site_ruby/1.8/puppet/face/help/action.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/help/action.erb
lib/puppet/face/help/global.erb -> /usr/local/lib/site_ruby/1.8/puppet/face/help/global.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/face/help/global.erb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests
lib/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb
mkdir /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests
lib/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb
lib/puppet/module_tool/skeleton/templates/generator/Modulefile.erb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/Modulefile.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/Modulefile.erb
lib/puppet/module_tool/skeleton/templates/generator/README.erb -> /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/README.erb
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/module_tool/skeleton/templates/generator/README.erb
lib/puppet/provider/package/yumhelper.py -> /usr/local/lib/site_ruby/1.8/puppet/provider/package/yumhelper.py
chmod 0644 /usr/local/lib/site_ruby/1.8/puppet/provider/package/yumhelper.py
man/man5/puppet.conf.5 -> /usr/share/man/man5/puppet.conf.5
chmod 0644 /usr/share/man/man5/puppet.conf.5
man/man8/puppet-help.8 -> /usr/share/man/man8/puppet-help.8
chmod 0644 /usr/share/man/man8/puppet-help.8
man/man8/puppet-filebucket.8 -> /usr/share/man/man8/puppet-filebucket.8
chmod 0644 /usr/share/man/man8/puppet-filebucket.8
man/man8/puppet-cert.8 -> /usr/share/man/man8/puppet-cert.8
chmod 0644 /usr/share/man/man8/puppet-cert.8
man/man8/puppet-inspect.8 -> /usr/share/man/man8/puppet-inspect.8
chmod 0644 /usr/share/man/man8/puppet-inspect.8
man/man8/puppet-kick.8 -> /usr/share/man/man8/puppet-kick.8
chmod 0644 /usr/share/man/man8/puppet-kick.8
man/man8/puppet.8 -> /usr/share/man/man8/puppet.8
chmod 0644 /usr/share/man/man8/puppet.8
man/man8/puppet-file.8 -> /usr/share/man/man8/puppet-file.8
chmod 0644 /usr/share/man/man8/puppet-file.8
man/man8/puppet-status.8 -> /usr/share/man/man8/puppet-status.8
chmod 0644 /usr/share/man/man8/puppet-status.8
man/man8/puppet-doc.8 -> /usr/share/man/man8/puppet-doc.8
chmod 0644 /usr/share/man/man8/puppet-doc.8
man/man8/puppet-module.8 -> /usr/share/man/man8/puppet-module.8
chmod 0644 /usr/share/man/man8/puppet-module.8
man/man8/puppet-certificate.8 -> /usr/share/man/man8/puppet-certificate.8
chmod 0644 /usr/share/man/man8/puppet-certificate.8
man/man8/puppet-instrumentation_probe.8 -> /usr/share/man/man8/puppet-instrumentation_probe.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_probe.8
man/man8/puppet-man.8 -> /usr/share/man/man8/puppet-man.8
chmod 0644 /usr/share/man/man8/puppet-man.8
man/man8/puppet-agent.8 -> /usr/share/man/man8/puppet-agent.8
chmod 0644 /usr/share/man/man8/puppet-agent.8
man/man8/puppet-plugin.8 -> /usr/share/man/man8/puppet-plugin.8
chmod 0644 /usr/share/man/man8/puppet-plugin.8
man/man8/puppet-node.8 -> /usr/share/man/man8/puppet-node.8
chmod 0644 /usr/share/man/man8/puppet-node.8
man/man8/puppet-queue.8 -> /usr/share/man/man8/puppet-queue.8
chmod 0644 /usr/share/man/man8/puppet-queue.8
man/man8/puppet-facts.8 -> /usr/share/man/man8/puppet-facts.8
chmod 0644 /usr/share/man/man8/puppet-facts.8
man/man8/puppet-certificate_revocation_list.8 -> /usr/share/man/man8/puppet-certificate_revocation_list.8
chmod 0644 /usr/share/man/man8/puppet-certificate_revocation_list.8
man/man8/puppet-device.8 -> /usr/share/man/man8/puppet-device.8
chmod 0644 /usr/share/man/man8/puppet-device.8
man/man8/puppet-resource_type.8 -> /usr/share/man/man8/puppet-resource_type.8
chmod 0644 /usr/share/man/man8/puppet-resource_type.8
man/man8/puppet-report.8 -> /usr/share/man/man8/puppet-report.8
chmod 0644 /usr/share/man/man8/puppet-report.8
man/man8/puppet-secret_agent.8 -> /usr/share/man/man8/puppet-secret_agent.8
chmod 0644 /usr/share/man/man8/puppet-secret_agent.8
man/man8/puppet-catalog.8 -> /usr/share/man/man8/puppet-catalog.8
chmod 0644 /usr/share/man/man8/puppet-catalog.8
man/man8/puppet-apply.8 -> /usr/share/man/man8/puppet-apply.8
chmod 0644 /usr/share/man/man8/puppet-apply.8
man/man8/puppet-config.8 -> /usr/share/man/man8/puppet-config.8
chmod 0644 /usr/share/man/man8/puppet-config.8
man/man8/puppet-certificate_request.8 -> /usr/share/man/man8/puppet-certificate_request.8
chmod 0644 /usr/share/man/man8/puppet-certificate_request.8
man/man8/puppet-master.8 -> /usr/share/man/man8/puppet-master.8
chmod 0644 /usr/share/man/man8/puppet-master.8
man/man8/puppet-describe.8 -> /usr/share/man/man8/puppet-describe.8
chmod 0644 /usr/share/man/man8/puppet-describe.8
man/man8/puppet-instrumentation_listener.8 -> /usr/share/man/man8/puppet-instrumentation_listener.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_listener.8
man/man8/puppet-parser.8 -> /usr/share/man/man8/puppet-parser.8
chmod 0644 /usr/share/man/man8/puppet-parser.8
man/man8/puppet-instrumentation_data.8 -> /usr/share/man/man8/puppet-instrumentation_data.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_data.8
man/man8/puppet-key.8 -> /usr/share/man/man8/puppet-key.8
chmod 0644 /usr/share/man/man8/puppet-key.8
man/man8/puppet-ca.8 -> /usr/share/man/man8/puppet-ca.8
chmod 0644 /usr/share/man/man8/puppet-ca.8
man/man8/puppet-resource.8 -> /usr/share/man/man8/puppet-resource.8
chmod 0644 /usr/share/man/man8/puppet-resource.8
man/man8/extlookup2hiera.8 -> /usr/share/man/man8/extlookup2hiera.8
chmod 0644 /usr/share/man/man8/extlookup2hiera.8
* Install puppet
* Clone git://me/puppet.git if needed
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos || mkdir -p /opt/puppet-git-repos
qa-ubuntu-lucid $ test -d /opt/puppet-git-repos/puppet || git clone git://me/puppet.git /opt/puppet-git-repos/puppet
* Update puppet and check out revision domcleal-tickets/master/7165-invalidate-refreshes
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/puppet && git remote rm origin && git remote add origin git://me/puppet.git && git fetch origin && git clean -fdx && git checkout -f domcleal-tickets/master/7165-invalidate-refreshes
From git://me/puppet
* [new branch] 0.24.8 -> origin/0.24.8
* [new branch] 0.25.5 -> origin/0.25.5
* [new branch] 0.25.5rc1 -> origin/0.25.5rc1
* [new branch] 0.25.x -> origin/0.25.x
* [new branch] 15496-incorrect-zaml-utc-offset -> origin/15496-incorrect-zaml-utc-offset
* [new branch] 2.6.0 -> origin/2.6.0
* [new branch] 2.6.0rc4 -> origin/2.6.0rc4
* [new branch] 2.6.1 -> origin/2.6.1
* [new branch] 2.6.4 -> origin/2.6.4
* [new branch] 2.6.5rc1 -> origin/2.6.5rc1
* [new branch] 2.6.6 -> origin/2.6.6
* [new branch] 2.6.8 -> origin/2.6.8
* [new branch] 2.6.next -> origin/2.6.next
* [new branch] 2.6.nyx -> origin/2.6.nyx
* [new branch] 2.6.x -> origin/2.6.x
* [new branch] 2.7.17 -> origin/2.7.17
* [new branch] 2.7.next -> origin/2.7.next
* [new branch] 2.7.x -> origin/2.7.x
* [new branch] 3.0.x -> origin/3.0.x
* [new branch] 3.0rc -> origin/3.0rc
* [new branch] 3.1.x -> origin/3.1.x
* [new branch] 3.x -> origin/3.x
* [new branch] PRIVATE_zynga_26upgrade -> origin/PRIVATE_zynga_26upgrade
* [new branch] TrevorPH-fix/master/7580 -> origin/TrevorPH-fix/master/7580
* [new branch] adregner-fix/master/service_upstart_class_variable_access -> origin/adregner-fix/master/service_upstart_class_variable_access
* [new branch] adrienthebo-maint/master/remove_unused_transaction_attributes -> origin/adrienthebo-maint/master/remove_unused_transaction_attributes
* [new branch] alexharv074-ticket/3.0.x/17295_puppet_not_sanity_checking_default_digest -> origin/alexharv074-ticket/3.0.x/17295_puppet_not_sanity_checking_default_digest
* [new branch] bodepd-7422_fix_relationship_append -> origin/bodepd-7422_fix_relationship_append
* [new branch] branching_strategy -> origin/branching_strategy
* [new branch] bug/2.6.x/4226-root-ca-name -> origin/bug/2.6.x/4226-root-ca-name
* [new branch] bug/2.7.x/10837_retry_inventory_save_on_failure -> origin/bug/2.7.x/10837_retry_inventory_save_on_failure
* [new branch] bug/2.7.x/11057-debug-output-enhancement -> origin/bug/2.7.x/11057-debug-output-enhancement
* [new branch] bug/2.7.x/11293 -> origin/bug/2.7.x/11293
* [new branch] bug/2.7.x/11293_osx_password_fix -> origin/bug/2.7.x/11293_osx_password_fix
* [new branch] bug/2.7.x/11293_users_osx -> origin/bug/2.7.x/11293_users_osx
* [new branch] bug/2.7.x/11303_utf8_manifest_comments -> origin/bug/2.7.x/11303_utf8_manifest_comments
* [new branch] bug/2.7.x/11499-better-ip-address-validation-for-host-type -> origin/bug/2.7.x/11499-better-ip-address-validation-for-host-type
* [new branch] bug/2.7.x/12188-pid-handling-warning-cleanup -> origin/bug/2.7.x/12188-pid-handling-warning-cleanup
* [new branch] bug/2.7.x/13686_DS_Fix -> origin/bug/2.7.x/13686_DS_Fix
* [new branch] bug/2.7.x/15595-better-ssl-verify-errors -> origin/bug/2.7.x/15595-better-ssl-verify-errors
* [new branch] bug/2.7.x/16798_revoke_cert_by_serial -> origin/bug/2.7.x/16798_revoke_cert_by_serial
* [new branch] bug/2.7.x/6771-always-close-activerecord-connections-in-tests -> origin/bug/2.7.x/6771-always-close-activerecord-connections-in-tests
* [new branch] bug/2.7.x/fix_launchd_spec -> origin/bug/2.7.x/fix_launchd_spec
* [new branch] bug/3.0.x/fix_foo_error -> origin/bug/3.0.x/fix_foo_error
* [new branch] bug/3.0rc/7316-client-progs-must-share-libdir -> origin/bug/3.0rc/7316-client-progs-must-share-libdir
* [new branch] bug/3.x/2888_fix_lockfile -> origin/bug/3.x/2888_fix_lockfile
* [new branch] bug/3.x/3757_rename_agent_pidfile_to_agent_catalog_run_lockfile -> origin/bug/3.x/3757_rename_agent_pidfile_to_agent_catalog_run_lockfile
* [new branch] bug/3.x/debug_timestamps -> origin/bug/3.x/debug_timestamps
* [new branch] bug/6104/big_reports -> origin/bug/6104/big_reports
* [new branch] bug/6104/fakereport -> origin/bug/6104/fakereport
* [new branch] bug/master/10837_retry_inventory_save_on_failure -> origin/bug/master/10837_retry_inventory_save_on_failure
* [new branch] committers_doc -> origin/committers_doc
* [new branch] cve/2.6.x/cve-2011-3872 -> origin/cve/2.6.x/cve-2011-3872
* [new branch] cve/2.7.x/cve-2011-3872 -> origin/cve/2.7.x/cve-2011-3872
* [new branch] dalen-create_resources-virtexport -> origin/dalen-create_resources-virtexport
* [new branch] dalen-file_metadata_srv -> origin/dalen-file_metadata_srv
* [new branch] dalen-function_arity -> origin/dalen-function_arity
* [new branch] dalen-modulo_operator -> origin/dalen-modulo_operator
* [new branch] dalen-service_locales -> origin/dalen-service_locales
* [new branch] dalen-srv_ca -> origin/dalen-srv_ca
* [new branch] dalen-srv_ca_master -> origin/dalen-srv_ca_master
* [new branch] dalen-xor_operator -> origin/dalen-xor_operator
* [new branch] davedash-patch-1 -> origin/davedash-patch-1
* [new branch] debug/3.0.x/fabrice_store_configs -> origin/debug/3.0.x/fabrice_store_configs
* [new branch] deprecation-15735-puppet-kick -> origin/deprecation-15735-puppet-kick
* [new branch] domcleal-tickets/3.0.x/17492-runmode -> origin/domcleal-tickets/3.0.x/17492-runmode
* [new branch] domcleal-tickets/master/17522-augeas-load-warn -> origin/domcleal-tickets/master/17522-augeas-load-warn
* [new branch] domcleal-tickets/master/7165-invalidate-refreshes -> origin/domcleal-tickets/master/7165-invalidate-refreshes
* [new branch] feature/0.25.x/3747 -> origin/feature/0.25.x/3747
* [new branch] feature/11298_cfp_vendor/launchd -> origin/feature/11298_cfp_vendor/launchd
* [new branch] feature/2.6.7/2128 -> origin/feature/2.6.7/2128
* [new branch] feature/2.6.x/2128 -> origin/feature/2.6.x/2128
* [new branch] feature/2.6.x/6400 -> origin/feature/2.6.x/6400
* [new branch] feature/2.7.next/6395_envpuppet -> origin/feature/2.7.next/6395_envpuppet
* [new branch] feature/2.7.x/12066_windows_puppet_facter_build -> origin/feature/2.7.x/12066_windows_puppet_facter_build
* [new branch] feature/2.7.x/12088_windows_build_tasks -> origin/feature/2.7.x/12088_windows_build_tasks
* [new branch] feature/2.7.x/6395_envpuppet -> origin/feature/2.7.x/6395_envpuppet
* [new branch] feature/2.7.x/add_windows_envpuppet_batch_file -> origin/feature/2.7.x/add_windows_envpuppet_batch_file
* [new branch] feature/2.7.x/fix_autoloader -> origin/feature/2.7.x/fix_autoloader
* [new branch] feature/2.7.x/make_puppetversion_fast -> origin/feature/2.7.x/make_puppetversion_fast
* [new branch] feature/2.7.x/process_pull_request -> origin/feature/2.7.x/process_pull_request
* [new branch] feature/2.7.x/symbolic-modes-for-the-file-type -> origin/feature/2.7.x/symbolic-modes-for-the-file-type
* [new branch] feature/3.0rc/add-modulepath-lib-during-autoload -> origin/feature/3.0rc/add-modulepath-lib-during-autoload
* [new branch] feature/master/3747 -> origin/feature/master/3747
* [new branch] feature/master/6395_envpuppet -> origin/feature/master/6395_envpuppet
* [new branch] feature/master/define_version_api -> origin/feature/master/define_version_api
* [new branch] feature/master/merge-2.7.x-branch -> origin/feature/master/merge-2.7.x-branch
* [new branch] feature/master/studio -> origin/feature/master/studio
* [new branch] feature/master/travis_ci -> origin/feature/master/travis_ci
* [new branch] feature/my3.0rc/add-modulepath-lib-during-autoload -> origin/feature/my3.0rc/add-modulepath-lib-during-autoload
* [new branch] ffrank-ticket/2.7.x/593-vixie-cron-headers -> origin/ffrank-ticket/2.7.x/593-vixie-cron-headers
* [new branch] ffrank-ticket/master/593-vixie-cron-headers -> origin/ffrank-ticket/master/593-vixie-cron-headers
* [new branch] fix/2.6.x/make_solaris_green -> origin/fix/2.6.x/make_solaris_green
* [new branch] fix/2.7.x/13956_fix_spec_tests_when_win32console_is_missing -> origin/fix/2.7.x/13956_fix_spec_tests_when_win32console_is_missing
* [new branch] fix/2.7.x/15837_fix_duplicate_mount_options -> origin/fix/2.7.x/15837_fix_duplicate_mount_options
* [new branch] fix/2.7.x/7422_fix_relationship_append -> origin/fix/2.7.x/7422_fix_relationship_append
* [new branch] fix/2.7.x/my_contribution -> origin/fix/2.7.x/my_contribution
* [new branch] fix/2.7.x/travis_active_branches -> origin/fix/2.7.x/travis_active_branches
* [new branch] fix/3.0.x/16637_default_confdir_and_vardir -> origin/fix/3.0.x/16637_default_confdir_and_vardir
* [new branch] fix/3.0.x/16643_sample_module_rename -> origin/fix/3.0.x/16643_sample_module_rename
* [new branch] fix/3.0.x/16667_fix_puppet_uri_modules_error_message -> origin/fix/3.0.x/16667_fix_puppet_uri_modules_error_message
* [new branch] fix/3.0.x/16769_export_cert_data_too_long -> origin/fix/3.0.x/16769_export_cert_data_too_long
* [new branch] fix/3.0.x/17294_remove_empty_file -> origin/fix/3.0.x/17294_remove_empty_file
* [new branch] fix/3.0.x/17488_selinux -> origin/fix/3.0.x/17488_selinux
* [new branch] fix/3.0.x/daemon_forking -> origin/fix/3.0.x/daemon_forking
* [new branch] fix/3.0.x/glarizza_12833_user_refactor -> origin/fix/3.0.x/glarizza_12833_user_refactor
* [new branch] fix/3.0.x/hiera_default_config_spec -> origin/fix/3.0.x/hiera_default_config_spec
* [new branch] fix/3.0.x/hiera_default_try2 -> origin/fix/3.0.x/hiera_default_try2
* [new branch] fix/3.0.x/lkundrak-lr-unprivileged-master -> origin/fix/3.0.x/lkundrak-lr-unprivileged-master
* [new branch] fix/3.0.x/lkundrak-lr-unprivileged-master_examples -> origin/fix/3.0.x/lkundrak-lr-unprivileged-master_examples
* [new branch] fix/3.0rc/7316_double_check -> origin/fix/3.0rc/7316_double_check
* [new branch] fix/3.0rc/diff_warning_specs -> origin/fix/3.0rc/diff_warning_specs
* [new branch] fix/3.x/4248_utility_code -> origin/fix/3.x/4248_utility_code
* [new branch] fix/3.x/7316_load_faces_from_modulepath -> origin/fix/3.x/7316_load_faces_from_modulepath
* [new branch] fix/3.x/7316_load_faces_from_modulepath_try3 -> origin/fix/3.x/7316_load_faces_from_modulepath_try3
* [new branch] fix/3.x/7316_load_faces_from_modulepath_try4 -> origin/fix/3.x/7316_load_faces_from_modulepath_try4
* [new branch] fix/3.x/environment_acceptance_tests -> origin/fix/3.x/environment_acceptance_tests
* [new branch] fix/3.x/fix_puppet_face_failures -> origin/fix/3.x/fix_puppet_face_failures
* [new branch] fix/3.x/fix_version_string -> origin/fix/3.x/fix_version_string
* [new branch] fix/3.x/help_confdir_errors -> origin/fix/3.x/help_confdir_errors
* [new branch] fix/3.x/http_failures -> origin/fix/3.x/http_failures
* [new branch] fix/master/14872_revert_pmt_modulepath -> origin/fix/master/14872_revert_pmt_modulepath
* [new branch] fix/master/7316_load_faces_from_modulepath_try4 -> origin/fix/master/7316_load_faces_from_modulepath_try4
* [new branch] fix/master/document_parser_newfunction -> origin/fix/master/document_parser_newfunction
* [new branch] fix/master/gem_dependencies -> origin/fix/master/gem_dependencies
* [new branch] fix/master/hiera_default_config_spec -> origin/fix/master/hiera_default_config_spec
* [new branch] fix/master/ipaddress_specs -> origin/fix/master/ipaddress_specs
* [new branch] fix/master/my_contribution -> origin/fix/master/my_contribution
* [new branch] fix/master/unlink_failure -> origin/fix/master/unlink_failure
* [new branch] fix_foo_error -> origin/fix_foo_error
* [new branch] ghoneycutt-tickets/3.x/18298_useradd_switch_operatingsystem_to_osfamily -> origin/ghoneycutt-tickets/3.x/18298_useradd_switch_operatingsystem_to_osfamily
* [new branch] ghoneycutt-tickets/master/18298_useradd_switch_operatingsystem_to_osfamily -> origin/ghoneycutt-tickets/master/18298_useradd_switch_operatingsystem_to_osfamily
* [new branch] glarizza-bug/3.0.x/12833_fix_salt -> origin/glarizza-bug/3.0.x/12833_fix_salt
* [new branch] glarizza-bug/3.0.x/17624_launchd_fails -> origin/glarizza-bug/3.0.x/17624_launchd_fails
* [new branch] glarizza-bug/3.0.x/17624_spec_failure -> origin/glarizza-bug/3.0.x/17624_spec_failure
* [new branch] glarizza-bug/master/11298_cfp_vendor -> origin/glarizza-bug/master/11298_cfp_vendor
* [new branch] glarizza-bug/master/12833_fix_salt -> origin/glarizza-bug/master/12833_fix_salt
* [new branch] glarizza-bug/master/12833_user_refactor -> origin/glarizza-bug/master/12833_user_refactor
* [new branch] glarizza-bug/master/16271_launchd_restart_action -> origin/glarizza-bug/master/16271_launchd_restart_action
* [new branch] glarizza-bug/master/17624_launchd_fails -> origin/glarizza-bug/master/17624_launchd_fails
* [new branch] glarizza-bug/master/17624_spec_failure -> origin/glarizza-bug/master/17624_spec_failure
* [new branch] hack/3.x/dtrace_scripts_2888 -> origin/hack/3.x/dtrace_scripts_2888
* [new branch] hack/my3.0rc/chris_module_fix -> origin/hack/my3.0rc/chris_module_fix
* [new branch] hack/my3.0rc/load_from_modulepath -> origin/hack/my3.0rc/load_from_modulepath
* [new branch] hacking/faces_list_is_unhelpful -> origin/hacking/faces_list_is_unhelpful
* [new branch] hlindberg-17994-wrong-mode-not-octal -> origin/hlindberg-17994-wrong-mode-not-octal
* [new branch] improve_portage_package_provider -> origin/improve_portage_package_provider
* [new branch] issue/2.7rc/XXXX_improve_error_when_csr_is_rejected -> origin/issue/2.7rc/XXXX_improve_error_when_csr_is_rejected
* [new branch] issue/cacn -> origin/issue/cacn
* [new branch] jaredcurtis-fix/master/15980 -> origin/jaredcurtis-fix/master/15980
* [new branch] jeffmccune-bug/2.7.x/7224_hostname_not_match_error -> origin/jeffmccune-bug/2.7.x/7224_hostname_not_match_error
* [new branch] jeffmccune-committers_doc -> origin/jeffmccune-committers_doc
* [new branch] jjperry69-17716/3.0.x/17716_HPUX_user_provider -> origin/jjperry69-17716/3.0.x/17716_HPUX_user_provider
* [new branch] jjperry69-17716/master/17716_HPUX_user_provider -> origin/jjperry69-17716/master/17716_HPUX_user_provider
* [new branch] jmccann-augeas_add_clearm_support -> origin/jmccann-augeas_add_clearm_support
* [new branch] jmccann-bug/3.0.x/augeas_add_clearm_support -> origin/jmccann-bug/3.0.x/augeas_add_clearm_support
* [new branch] joshcooper-ticket/2.7.x/10299-LocalSystem-not-root -> origin/joshcooper-ticket/2.7.x/10299-LocalSystem-not-root
* [new branch] lkundrak-lr-mount-master -> origin/lkundrak-lr-mount-master
* [new branch] lkundrak-lr-unprivileged-master -> origin/lkundrak-lr-unprivileged-master
* [new branch] maint/2.7.x/ansicolor-recursion -> origin/maint/2.7.x/ansicolor-recursion
* [new branch] maint/2.7.x/puppet_module_build_help -> origin/maint/2.7.x/puppet_module_build_help
* [new branch] maint/3.0.x/config_ru_vardir -> origin/maint/3.0.x/config_ru_vardir
* [new branch] maint/3.0.x/fix_hiera_include_specs -> origin/maint/3.0.x/fix_hiera_include_specs
* [new branch] maint/3.0.x/update_bundle_dependencies -> origin/maint/3.0.x/update_bundle_dependencies
* [new branch] maint/3.0rc/15307_fix_puppet_help_with_exceptional_faces -> origin/maint/3.0rc/15307_fix_puppet_help_with_exceptional_faces
* [new branch] maint/3.x/15975_add_tests_for_request_methods -> origin/maint/3.x/15975_add_tests_for_request_methods
* [new branch] maint/3.x/kill_rspec_shebangs -> origin/maint/3.x/kill_rspec_shebangs
* [new branch] maint/master/config_ru_vardir -> origin/maint/master/config_ru_vardir
* [new branch] maint/master/intialize_hiera_for_rspec_puppet -> origin/maint/master/intialize_hiera_for_rspec_puppet
* [new branch] master -> origin/master
* [new branch] minor/2.7.x/11246_fix_grammar_feedback_from_brice -> origin/minor/2.7.x/11246_fix_grammar_feedback_from_brice
* [new branch] mrrcollins-bug17898 -> origin/mrrcollins-bug17898
* [new branch] mruzicka-ticket/master/14872-PMT-respect-environments -> origin/mruzicka-ticket/master/14872-PMT-respect-environments
* [new branch] my3.0rc -> origin/my3.0rc
* [new branch] next -> origin/next
* [new branch] next.jeff -> origin/next.jeff
* [new branch] nhemingway-fix/2.7.x/11042_ldap_provider_group_names -> origin/nhemingway-fix/2.7.x/11042_ldap_provider_group_names
* [new branch] nhemingway-fix/master/11042_ldap_provider_group_names -> origin/nhemingway-fix/master/11042_ldap_provider_group_names
* [new branch] omcnet-fix/master/keywords_support_in_portage_provider -> origin/omcnet-fix/master/keywords_support_in_portage_provider
* [new branch] omcnet-master -> origin/omcnet-master
* [new branch] pfmooney-master -> origin/pfmooney-master
* [new branch] pvande-2.7.x -> origin/pvande-2.7.x
* [new branch] reidmv-fix/master/formats_render_empty_hash -> origin/reidmv-fix/master/formats_render_empty_hash
* [new branch] revert/3.x/faces_from_modulepath -> origin/revert/3.x/faces_from_modulepath
* [new branch] ryanuber-rpm-file-attr-workaround -> origin/ryanuber-rpm-file-attr-workaround
* [new branch] seanmil-ticket/16798-SSL_revoke_by_serial -> origin/seanmil-ticket/16798-SSL_revoke_by_serial
* [new branch] ssl/0.24.0 -> origin/ssl/0.24.0
* [new branch] ssl/0.25.5 -> origin/ssl/0.25.5
* [new branch] ssl/2.6.4 -> origin/ssl/2.6.4
* [new branch] ssl/2.7.5 -> origin/ssl/2.7.5
* [new branch] stahnma-add_in_NM_script -> origin/stahnma-add_in_NM_script
* [new branch] stschulte-ticket/3.0.x/11675_implement_expiry_retrieve -> origin/stschulte-ticket/3.0.x/11675_implement_expiry_retrieve
* [new branch] stschulte-ticket/master/11675_implement_expiry_retrieve -> origin/stschulte-ticket/master/11675_implement_expiry_retrieve
* [new branch] stschulte-ticket/master/fixup_expiry -> origin/stschulte-ticket/master/fixup_expiry
* [new branch] stschulte-ticket/master/user_expiry_solaris -> origin/stschulte-ticket/master/user_expiry_solaris
* [new branch] tb/z/2.6.7 -> origin/tb/z/2.6.7
* [new branch] tb/z/nodename -> origin/tb/z/nodename
* [new branch] tb/z_26upgrade -> origin/tb/z_26upgrade
* [new branch] test/3.x/are_pulls_preserved -> origin/test/3.x/are_pulls_preserved
* [new branch] testing -> origin/testing
* [new branch] ticket/0.25.x/3651 -> origin/ticket/0.25.x/3651
* [new branch] ticket/2.6.x/4226-ca-bug -> origin/ticket/2.6.x/4226-ca-bug
* [new branch] ticket/2.6.x/5062 -> origin/ticket/2.6.x/5062
* [new branch] ticket/2.7.x/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser -> origin/ticket/2.7.x/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser
* [new branch] ticket/2.7.x/10417-no-diff-on-windows -> origin/ticket/2.7.x/10417-no-diff-on-windows
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_patch -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_patch
* [new branch] ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_tdd -> origin/ticket/2.7.x/11246_fix_utf8_string_to_yaml_bug_tdd
* [new branch] ticket/2.7.x/11408-remote-recursion -> origin/ticket/2.7.x/11408-remote-recursion
* [new branch] ticket/2.7.x/11600_remove_module_face -> origin/ticket/2.7.x/11600_remove_module_face
* [new branch] ticket/2.7.x/1168_downcase_certname_value -> origin/ticket/2.7.x/1168_downcase_certname_value
* [new branch] ticket/2.7.x/11868-msi-provider -> origin/ticket/2.7.x/11868-msi-provider
* [new branch] ticket/2.7.x/11888_revert_for_27 -> origin/ticket/2.7.x/11888_revert_for_27
* [new branch] ticket/2.7.x/11955-binread -> origin/ticket/2.7.x/11955-binread
* [new branch] ticket/2.7.x/11988_augeas_provider_can_clobber_symlinks -> origin/ticket/2.7.x/11988_augeas_provider_can_clobber_symlinks
* [new branch] ticket/2.7.x/12114-file-face-help -> origin/ticket/2.7.x/12114-file-face-help
* [new branch] ticket/2.7.x/12357_make_pe_modules_safe_on_windows -> origin/ticket/2.7.x/12357_make_pe_modules_safe_on_windows
* [new branch] ticket/2.7.x/12412-windows-acceptance-tests -> origin/ticket/2.7.x/12412-windows-acceptance-tests
* [new branch] ticket/2.7.x/12725-puppet-kick-windows -> origin/ticket/2.7.x/12725-puppet-kick-windows
* [new branch] ticket/2.7.x/13070_puppetlabs-mount-provider_module_fails_to_autoload -> origin/ticket/2.7.x/13070_puppetlabs-mount-provider_module_fails_to_autoload
* [new branch] ticket/2.7.x/13682_puppet_should_not_conflict_with_released_puppet-module_gem -> origin/ticket/2.7.x/13682_puppet_should_not_conflict_with_released_puppet-module_gem
* [new branch] ticket/2.7.x/14149_modules_should_have_a_safe_namespace -> origin/ticket/2.7.x/14149_modules_should_have_a_safe_namespace
* [new branch] ticket/2.7.x/14852_puppet_should_correctly_parse_cn_when_dn_contains_an_emailaddress_following_the_cn -> origin/ticket/2.7.x/14852_puppet_should_correctly_parse_cn_when_dn_contains_an_emailaddress_following_the_cn
* [new branch] ticket/2.7.x/14860_puppet_cert_generate_subcommand_does_not_exit_with_non-zero_status_when_certificate_is_not_created -> origin/ticket/2.7.x/14860_puppet_cert_generate_subcommand_does_not_exit_with_non-zero_status_when_certificate_is_not_created
* [new branch] ticket/2.7.x/7656_module_tool_should_be_a_face -> origin/ticket/2.7.x/7656_module_tool_should_be_a_face
* [new branch] ticket/2.7.x/8778_equality_in_puppet_is_not_commutative -> origin/ticket/2.7.x/8778_equality_in_puppet_is_not_commutative
* [new branch] ticket/2.7rc/12881_fix_cron_missing_provider_error_message -> origin/ticket/2.7rc/12881_fix_cron_missing_provider_error_message
* [new branch] ticket/3.0rc/15202_puppet_should_create_directories_when_installing_modules -> origin/ticket/3.0rc/15202_puppet_should_create_directories_when_installing_modules
* [new branch] ticket/3.x/16031_allow_splitting_of_long_lines -> origin/ticket/3.x/16031_allow_splitting_of_long_lines
* [new branch] ticket/master/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser -> origin/ticket/master/10291_utf8_non-breaking_space_in_a_manifest_breaks_the_parser
* [new branch] ticket/master/11246_fix_utf8_string_to_yaml_bug -> origin/ticket/master/11246_fix_utf8_string_to_yaml_bug
* [new branch] ticket/master/13439_fix_ruby19_failures_with_stdlib -> origin/ticket/master/13439_fix_ruby19_failures_with_stdlib
* [new branch] tickets/2.7.x/11888 -> origin/tickets/2.7.x/11888
* [new branch] tickets/3651 -> origin/tickets/3651
* [new branch] tickets/4270 -> origin/tickets/4270
* [new branch] tickets/master/2740 -> origin/tickets/master/2740
* [new branch] tmp/jasper -> origin/tmp/jasper
* [new branch] travis -> origin/travis
* [new branch] undef-parameter-tests -> origin/undef-parameter-tests
* [new branch] v2.6.10 -> origin/v2.6.10
* [new branch] v2.6.9 -> origin/v2.6.9
* [new branch] v2.7.5 -> origin/v2.7.5
* [new branch] v2.7.7 -> origin/v2.7.7
* [new branch] with-diff -> origin/with-diff
* [new branch] yard_gemfile -> origin/yard_gemfile
* [new branch] zaphod42-bug/2.7.x/15595-better-ssl-verify-errors -> origin/zaphod42-bug/2.7.x/15595-better-ssl-verify-errors
Already on 'domcleal-tickets/master/7165-invalidate-refreshes'
* Install puppet on the system
qa-ubuntu-lucid $ cd /opt/puppet-git-repos/puppet && if [ -f install.rb ]; then ruby ./install.rb ; else true; fi
install -c -p -m 0755 /tmp/puppet-binfile20130207-1873-1p81a21-0 /usr/bin/puppet
install -c -p -m 0755 /tmp/puppet-binfile20130207-1873-11wv7li-0 /usr/bin/extlookup2hiera
man/man5/puppet.conf.5 -> /usr/share/man/man5/puppet.conf.5
chmod 0644 /usr/share/man/man5/puppet.conf.5
man/man8/puppet-help.8 -> /usr/share/man/man8/puppet-help.8
chmod 0644 /usr/share/man/man8/puppet-help.8
man/man8/puppet-filebucket.8 -> /usr/share/man/man8/puppet-filebucket.8
chmod 0644 /usr/share/man/man8/puppet-filebucket.8
man/man8/puppet-cert.8 -> /usr/share/man/man8/puppet-cert.8
chmod 0644 /usr/share/man/man8/puppet-cert.8
man/man8/puppet-inspect.8 -> /usr/share/man/man8/puppet-inspect.8
chmod 0644 /usr/share/man/man8/puppet-inspect.8
man/man8/puppet-kick.8 -> /usr/share/man/man8/puppet-kick.8
chmod 0644 /usr/share/man/man8/puppet-kick.8
man/man8/puppet.8 -> /usr/share/man/man8/puppet.8
chmod 0644 /usr/share/man/man8/puppet.8
man/man8/puppet-file.8 -> /usr/share/man/man8/puppet-file.8
chmod 0644 /usr/share/man/man8/puppet-file.8
man/man8/puppet-status.8 -> /usr/share/man/man8/puppet-status.8
chmod 0644 /usr/share/man/man8/puppet-status.8
man/man8/puppet-doc.8 -> /usr/share/man/man8/puppet-doc.8
chmod 0644 /usr/share/man/man8/puppet-doc.8
man/man8/puppet-module.8 -> /usr/share/man/man8/puppet-module.8
chmod 0644 /usr/share/man/man8/puppet-module.8
man/man8/puppet-certificate.8 -> /usr/share/man/man8/puppet-certificate.8
chmod 0644 /usr/share/man/man8/puppet-certificate.8
man/man8/puppet-instrumentation_probe.8 -> /usr/share/man/man8/puppet-instrumentation_probe.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_probe.8
man/man8/puppet-man.8 -> /usr/share/man/man8/puppet-man.8
chmod 0644 /usr/share/man/man8/puppet-man.8
man/man8/puppet-agent.8 -> /usr/share/man/man8/puppet-agent.8
chmod 0644 /usr/share/man/man8/puppet-agent.8
man/man8/puppet-plugin.8 -> /usr/share/man/man8/puppet-plugin.8
chmod 0644 /usr/share/man/man8/puppet-plugin.8
man/man8/puppet-node.8 -> /usr/share/man/man8/puppet-node.8
chmod 0644 /usr/share/man/man8/puppet-node.8
man/man8/puppet-queue.8 -> /usr/share/man/man8/puppet-queue.8
chmod 0644 /usr/share/man/man8/puppet-queue.8
man/man8/puppet-facts.8 -> /usr/share/man/man8/puppet-facts.8
chmod 0644 /usr/share/man/man8/puppet-facts.8
man/man8/puppet-certificate_revocation_list.8 -> /usr/share/man/man8/puppet-certificate_revocation_list.8
chmod 0644 /usr/share/man/man8/puppet-certificate_revocation_list.8
man/man8/puppet-device.8 -> /usr/share/man/man8/puppet-device.8
chmod 0644 /usr/share/man/man8/puppet-device.8
man/man8/puppet-resource_type.8 -> /usr/share/man/man8/puppet-resource_type.8
chmod 0644 /usr/share/man/man8/puppet-resource_type.8
man/man8/puppet-report.8 -> /usr/share/man/man8/puppet-report.8
chmod 0644 /usr/share/man/man8/puppet-report.8
man/man8/puppet-secret_agent.8 -> /usr/share/man/man8/puppet-secret_agent.8
chmod 0644 /usr/share/man/man8/puppet-secret_agent.8
man/man8/puppet-catalog.8 -> /usr/share/man/man8/puppet-catalog.8
chmod 0644 /usr/share/man/man8/puppet-catalog.8
man/man8/puppet-apply.8 -> /usr/share/man/man8/puppet-apply.8
chmod 0644 /usr/share/man/man8/puppet-apply.8
man/man8/puppet-config.8 -> /usr/share/man/man8/puppet-config.8
chmod 0644 /usr/share/man/man8/puppet-config.8
man/man8/puppet-certificate_request.8 -> /usr/share/man/man8/puppet-certificate_request.8
chmod 0644 /usr/share/man/man8/puppet-certificate_request.8
man/man8/puppet-master.8 -> /usr/share/man/man8/puppet-master.8
chmod 0644 /usr/share/man/man8/puppet-master.8
man/man8/puppet-describe.8 -> /usr/share/man/man8/puppet-describe.8
chmod 0644 /usr/share/man/man8/puppet-describe.8
man/man8/puppet-instrumentation_listener.8 -> /usr/share/man/man8/puppet-instrumentation_listener.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_listener.8
man/man8/puppet-parser.8 -> /usr/share/man/man8/puppet-parser.8
chmod 0644 /usr/share/man/man8/puppet-parser.8
man/man8/puppet-instrumentation_data.8 -> /usr/share/man/man8/puppet-instrumentation_data.8
chmod 0644 /usr/share/man/man8/puppet-instrumentation_data.8
man/man8/puppet-key.8 -> /usr/share/man/man8/puppet-key.8
chmod 0644 /usr/share/man/man8/puppet-key.8
man/man8/puppet-ca.8 -> /usr/share/man/man8/puppet-ca.8
chmod 0644 /usr/share/man/man8/puppet-ca.8
man/man8/puppet-resource.8 -> /usr/share/man/man8/puppet-resource.8
chmod 0644 /usr/share/man/man8/puppet-resource.8
man/man8/extlookup2hiera.8 -> /usr/share/man/man8/extlookup2hiera.8
chmod 0644 /usr/share/man/man8/extlookup2hiera.8
* Agents: create basic puppet.conf
qa-ubuntu-lucid $ echo '[agent]' > /etc/puppet/puppet.conf && echo server=qa-ubuntu-lucid >> /etc/puppet/puppet.conf
setup/git/01_TestSetup.rb passed in 8.39 seconds
Begin setup/git/02_PuppetWorkArounds.rb
work arounds for bugs
* REVISIT: see #9862, this step should not be required for agents
qa-ubuntu-lucid $ getent group puppet || groupadd puppet
puppet:x:1001:
qa-ubuntu-lucid $ getent passwd puppet || useradd puppet -g puppet -G puppet
puppet:x:1001:1001::/home/puppet:/bin/sh
* REVISIT: Work around bug #5794 not creating reports as required
qa-ubuntu-lucid $ mkdir -p /tmp/reports && chown puppet:puppet /tmp/reports
setup/git/02_PuppetWorkArounds.rb passed in 0.02 seconds
Begin setup/git/03_PuppetMasterSanity.rb
Puppet Master sanity checks: PID file and SSL dir creation
qa-ubuntu-lucid $ rm -rf /etc/puppet/ssl
qa-ubuntu-lucid $ for i in "/var/lib/puppet/*"; do echo $i; done | grep -v log| grep -v ssl | xargs rm -rf
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet master --configprint pidfile
/var/lib/puppet/run/master.pid
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet master --dns_alt_names="puppet,$(facter hostname),$(facter fqdn)" --verbose --noop --daemonize --logdest="/var/lib/puppet/log/puppetmaster.log"
qa-ubuntu-lucid $ kill -0 $(cat /var/lib/puppet/run/master.pid)
Waiting for master to start
qa-ubuntu-lucid $ curl -v -s -k https://qa-ubuntu-lucid:8140
* About to connect() to qa-ubuntu-lucid port 8140 (#0)
* Trying 127.0.1.1... connected
* Connected to qa-ubuntu-lucid (127.0.1.1) port 8140 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Request CERT (13):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
} [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: CN=qa-ubuntu-lucid.localdomain
* start date: 2013-02-07 01:46:40 GMT
* expire date: 2018-02-07 01:46:40 GMT
* subjectAltName: qa-ubuntu-lucid matched
* issuer: CN=Puppet CA: qa-ubuntu-lucid.localdomain
* SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15
> Host: qa-ubuntu-lucid:8140
> Accept: */*
>
< HTTP/1.1 400 The environment must be purely alphanumeric, not ''
< Connection: Keep-Alive
< Content-Length: 51
< Content-Type: text/plain
< Server: WEBrick/1.3.1 (Ruby/1.8.7/2010-01-10) OpenSSL/0.9.8k
< Date: Fri, 08 Feb 2013 01:46:40 GMT
<
The environment must be purely alphanumeric, not ''{ [data not shown]
* Connection #0 to host qa-ubuntu-lucid left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
} [data not shown]
curl returned exit code 0
Slept for 0.131146 seconds waiting for Puppet Master to start
* SSL dir created?
qa-ubuntu-lucid $ [ -d /etc/puppet/ssl ]
* PID file created?
qa-ubuntu-lucid $ [ -f /var/lib/puppet/run/master.pid ]
qa-ubuntu-lucid $ kill $(cat /var/lib/puppet/run/master.pid)
Waiting for master to stop
qa-ubuntu-lucid $ kill -0 $(cat /var/lib/puppet/run/master.pid)
cat: /var/lib/puppet/run/master.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Exited: 1
Slept for 0.005474 seconds waiting for Puppet Master to stop
setup/git/03_PuppetMasterSanity.rb passed in 9.28 seconds
Begin setup/git/04_ValidateSignCert.rb
Validate Sign Cert
* Master: Start Puppet Master
qa-ubuntu-lucid $ rm -rf /etc/puppet/ssl
qa-ubuntu-lucid $ for i in "/var/lib/puppet/*"; do echo $i; done | grep -v log| grep -v ssl | xargs rm -rf
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet master --configprint pidfile
/var/lib/puppet/run/master.pid
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet master --dns_alt_names="puppet,$(facter hostname),$(facter fqdn)" --verbose --daemonize --logdest="/var/lib/puppet/log/puppetmaster.log"
qa-ubuntu-lucid $ kill -0 $(cat /var/lib/puppet/run/master.pid)
Waiting for master to start
qa-ubuntu-lucid $ curl -v -s -k https://qa-ubuntu-lucid:8140
* About to connect() to qa-ubuntu-lucid port 8140 (#0)
* Trying 127.0.1.1... connected
* Connected to qa-ubuntu-lucid (127.0.1.1) port 8140 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Request CERT (13):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
} [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: CN=qa-ubuntu-lucid.localdomain
* start date: 2013-02-07 01:46:45 GMT
* expire date: 2018-02-07 01:46:45 GMT
* subjectAltName: qa-ubuntu-lucid matched
* issuer: CN=Puppet CA: qa-ubuntu-lucid.localdomain
* SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15
> Host: qa-ubuntu-lucid:8140
> Accept: */*
>
< HTTP/1.1 400 The environment must be purely alphanumeric, not ''
< Server: WEBrick/1.3.1 (Ruby/1.8.7/2010-01-10) OpenSSL/0.9.8k
< Content-Length: 51
< Connection: Keep-Alive
< Date: Fri, 08 Feb 2013 01:46:45 GMT
< Content-Type: text/plain
<
The environment must be purely alphanumeric, not ''{ [data not shown]
* Connection #0 to host qa-ubuntu-lucid left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
} [data not shown]
curl returned exit code 0
Slept for 0.110985 seconds waiting for Puppet Master to start
* Master: sign all certs
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet cert --sign --all
Error: No waiting certificate requests to sign
Exited: 24
* Agents: Run agent --test second time to obtain signed cert
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet agent --test
Info: Retrieving plugin
Error: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve information from environment production source(s) puppet://qa-ubuntu-lucid/plugins
Info: Caching catalog for qa-ubuntu-lucid.localdomain
Info: Applying configuration version '1360288007'
Notice: Finished catalog run in 0.02 seconds
qa-ubuntu-lucid $ kill $(cat /var/lib/puppet/run/master.pid)
Waiting for master to stop
qa-ubuntu-lucid $ kill -0 $(cat /var/lib/puppet/run/master.pid)
cat: /var/lib/puppet/run/master.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Exited: 1
Slept for 0.008827 seconds waiting for Puppet Master to stop
setup/git/04_ValidateSignCert.rb passed in 6.86 seconds
Begin setup/git/05_HieraSetup.rb
Install and configure Hiera on Puppet Master...
Skipping Hiera install
Skip: Skipping Hiera install
setup/git/05_HieraSetup.rb skipped in 0.00 seconds
Begin setup/git/06_InstallModules.rb
* Masters: Install Puppet Modules
setup/git/06_InstallModules.rb passed in 0.00 seconds
Begin setup/post/01-ruby_version.rb
qa-ubuntu-lucid $ ruby -v || echo "none"
ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]
setup/post/01-ruby_version.rb passed in 0.01 seconds
Test Suite: setup @ 2013-02-07 15:25:44 -0800
- Host Configuration Summary -
Platform for qa-ubuntu-lucid ubuntu-10.04-i386
Role for qa-ubuntu-lucid master
Role for qa-ubuntu-lucid agent
Ruby version for qa-ubuntu-lucid
Config Key|Val: consoleport 443
Config Key|Val: ssh {:config=>false, :paranoid=>false, :timeout=>300, :auth_methods=>["publickey"], :keys=>["/Users/jeff/.ssh/id_rsa"], :port=>22, :user_known_hosts_file=>"/Users/jeff/.ssh/known_hosts", :forward_agent=>true, :user=>"root"}
Config Key|Val: modules []
Config Key|Val: puppet_ver nil
Config Key|Val: facter_ver nil
Config Key|Val: hiera_ver nil
Config Key|Val: hiera_puppet_ver nil
Config Key|Val: version {}
- Test Case Summary for suite 'setup' -
Total Suite Time: 24.86 seconds
Average Test Time: 1.38 seconds
Attempted: 18
Passed: 9
Failed: 0
Errored: 0
Skipped: 9
Pending: 0
- Specific Test Case Status -
Failed Tests Cases:
Errored Tests Cases:
Skipped Tests Cases:
Test Case setup/early/00-vmrun.rb skip
Test Case setup/early/01-gen-answer-file.rb skip
Test Case setup/early/01-pe12x-gen-answer-file.rb skip
Test Case setup/early/02-ntpdate.rb skip
Test Case setup/early/03-dhcp-renew.rb skip
Test Case setup/early/04-rvm_version.rb skip
Test Case setup/early/10-ec2_config.rb skip
Test Case setup/early/20-root_authorized_keys.rb skip
Test Case setup/git/05_HieraSetup.rb skip
Pending Tests Cases:
No tests to run for suite 'pre-suite'
Begin acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb
Bug #7165: Don't refresh service immediately after starting it
qa-ubuntu-lucid $ mktemp -td 7165-no-refresh.XXXXXX
/tmp/7165-no-refresh.my2ZiW
qa-ubuntu-lucid $ env RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:$RUBYLIB" PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:$PATH" puppet apply --verbose
Info: Applying configuration version '1360288007'
Notice: /Stage[main]//File[/tmp/7165-no-refresh.my2ZiW/notify]/ensure: defined content as '{md5}acbd18db4cc2f85cedef654fccc4a4d8'
Info: /Stage[main]//File[/tmp/7165-no-refresh.my2ZiW/notify]: Scheduling refresh of Service[service]
Error: /Stage[main]//Service[service]: Could not evaluate: Could not find init script or upstart conf file for 'service'
Error: /Stage[main]//Service[service]: Failed to call refresh: Could not find init script or upstart conf file for 'service'
Error: /Stage[main]//Service[service]: Could not find init script or upstart conf file for 'service'
Notice: Finished catalog run in 0.03 seconds
qa-ubuntu-lucid $ test -e /tmp/7165-no-refresh.my2ZiW/service
Exited: 1
#<RuntimeError: Host 'qa-ubuntu-lucid' exited with 1 running:
test -e /tmp/7165-no-refresh.my2ZiW/service
Last 10 lines of output were:
>
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/host.rb:101
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_case.rb:218
/workspace/puppet-3.x/src/puppet/acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb:27
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_case.rb:221
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/puppet_commands.rb:96
/workspace/puppet-3.x/src/puppet/acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb:26
/workspace/puppet-3.x/src/puppet/acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb:5
/workspace/puppet-3.x/src/puppet/acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb:5
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_case.rb:55
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_case.rb:55
/opt/puppet/versions/ruby/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_case.rb:52
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_suite.rb:56
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_suite.rb:52
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_suite.rb:52
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/test_suite.rb:87
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/cli.rb:53
/workspace/puppet-3.x/src/puppet/puppet-acceptance/lib/puppet_acceptance/cli.rb:37
/workspace/puppet-3.x/src/puppet/puppet-acceptance/systest.rb:19
Warning: acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb errored in 1.06 seconds
Test Suite: acceptance @ 2013-02-07 15:26:09 -0800
- Host Configuration Summary -
Platform for qa-ubuntu-lucid ubuntu-10.04-i386
Role for qa-ubuntu-lucid master
Role for qa-ubuntu-lucid agent
Ruby version for qa-ubuntu-lucid
Config Key|Val: consoleport 443
Config Key|Val: ssh {:config=>false, :paranoid=>false, :timeout=>300, :auth_methods=>["publickey"], :keys=>["/Users/jeff/.ssh/id_rsa"], :port=>22, :user_known_hosts_file=>"/Users/jeff/.ssh/known_hosts", :forward_agent=>true, :user=>"root"}
Config Key|Val: modules []
Config Key|Val: puppet_ver nil
Config Key|Val: facter_ver nil
Config Key|Val: hiera_ver nil
Config Key|Val: hiera_puppet_ver nil
Config Key|Val: version {}
- Test Case Summary for suite 'acceptance' -
Total Suite Time: 1.06 seconds
Average Test Time: 1.06 seconds
Attempted: 1
Passed: 0
Failed: 0
Errored: 1
Skipped: 0
Pending: 0
- Specific Test Case Status -
Failed Tests Cases:
Errored Tests Cases:
Test Case acceptance/tests/ticket_7165_no_refresh_after_starting_service.rb reported: #<RuntimeError: Host 'qa-ubuntu-lucid' exited with 1 running:
test -e /tmp/7165-no-refresh.my2ZiW/service
Last 10 lines of output were:
>
Skipped Tests Cases:
Pending Tests Cases:
Failed while running the acceptance suite...
No tests to run for suite 'post-suite'
Begin setup/cleanup/00-vmrun.rb
Remove acceptance VMs
Skip: Skipping cleanup VM step
setup/cleanup/00-vmrun.rb skipped in 0.00 seconds
Test Suite: cleanup @ 2013-02-07 15:26:10 -0800
- Host Configuration Summary -
Platform for qa-ubuntu-lucid ubuntu-10.04-i386
Role for qa-ubuntu-lucid master
Role for qa-ubuntu-lucid agent
Ruby version for qa-ubuntu-lucid
Config Key|Val: consoleport 443
Config Key|Val: ssh {:config=>false, :paranoid=>false, :timeout=>300, :auth_methods=>["publickey"], :keys=>["/Users/jeff/.ssh/id_rsa"], :port=>22, :user_known_hosts_file=>"/Users/jeff/.ssh/known_hosts", :forward_agent=>true, :user=>"root"}
Config Key|Val: modules []
Config Key|Val: puppet_ver nil
Config Key|Val: facter_ver nil
Config Key|Val: hiera_ver nil
Config Key|Val: hiera_puppet_ver nil
Config Key|Val: version {}
- Test Case Summary for suite 'cleanup' -
Total Suite Time: 0.00 seconds
Average Test Time: 0.00 seconds
Attempted: 1
Passed: 0
Failed: 0
Errored: 0
Skipped: 1
Pending: 0
- Specific Test Case Status -
Failed Tests Cases:
Errored Tests Cases:
Skipped Tests Cases:
Test Case setup/cleanup/00-vmrun.rb skip
Pending Tests Cases:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment