[Pkg-puppet-devel] [facter] branch master updated (b30c1fc -> 3a19cb6)
Stig Sandbeck Mathisen
ssm at debian.org
Tue Dec 1 20:07:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
ssm pushed a change to branch master
in repository facter.
from b30c1fc Update description of the "facter" binary package
new 366037b Merge branch 'master' into new/master
new 53b1fe1 Restrict uscan to look for facter 2.x for now
new a25ddb2 Imported Upstream version 2.4.4
new f0d23f7 Merge tag 'upstream/2.4.4'
new 4e87fac Imported upstream release 2.4.4
new c0394ac Add DEP-8 tests
new 9830e32 Update packaging URLs and upstream information
new 3a19cb6 releasing package facter version 2.4.4-1
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 172 -
COMMITTERS.md | 185 +
CONTRIBUTING.md | 13 +-
Extensibility.md | 133 -
Gemfile | 55 +
LICENSE | 24 +-
README.md | 235 +-
Rakefile | 57 +-
acceptance/Gemfile | 25 +
acceptance/Rakefile | 334 +
acceptance/bin/ci-bootstrap-from-artifacts.sh | 55 +
acceptance/config/aio/options.rb | 6 +
acceptance/config/git/options.rb | 6 +
acceptance/config/nodes/centos-5-i386.yaml | 13 +
acceptance/config/nodes/centos-5-x86_64.yaml | 13 +
acceptance/config/nodes/centos-6-i386.yaml | 13 +
acceptance/config/nodes/centos-6-x86_64.yaml | 13 +
acceptance/config/nodes/debian-6-i386.yaml | 13 +
acceptance/config/nodes/debian-6-x86_64.yaml | 13 +
acceptance/config/nodes/debian-7-i386.yaml | 13 +
acceptance/config/nodes/debian-7-x86_64.yaml | 13 +
acceptance/config/nodes/debian-8-i386.yaml | 13 +
acceptance/config/nodes/debian-8-x86_64.yaml | 13 +
acceptance/config/nodes/fedora-20-i386.yaml | 13 +
acceptance/config/nodes/fedora-20-x86_64.yaml | 13 +
acceptance/config/nodes/fedora-21-i386.yaml | 13 +
acceptance/config/nodes/fedora-21-x86_64.yaml | 13 +
acceptance/config/nodes/redhat-5-i386.yaml | 13 +
acceptance/config/nodes/redhat-5-x86_64.yaml | 13 +
acceptance/config/nodes/redhat-6-i386.yaml | 13 +
acceptance/config/nodes/redhat-6-x86_64.yaml | 13 +
acceptance/config/nodes/redhat-7-x86_64.yaml | 13 +
acceptance/config/nodes/ubuntu-1204-i386.yaml | 13 +
acceptance/config/nodes/ubuntu-1204-x86_64.yaml | 13 +
acceptance/config/nodes/ubuntu-1404-i386.yaml | 13 +
acceptance/config/nodes/ubuntu-1404-x86_64.yaml | 13 +
acceptance/config/nodes/ubuntu-1410-i386.yaml | 13 +
acceptance/config/nodes/ubuntu-1410-x86_64.yaml | 13 +
acceptance/config/nodes/win2003r2x64-rubyx64.yaml | 14 +
acceptance/config/nodes/win2003r2x64-rubyx86.yaml | 14 +
acceptance/config/nodes/win2003r2x86-rubyx86.yaml | 14 +
acceptance/config/nodes/win2003x64-rubyx64.yaml | 14 +
acceptance/config/nodes/win2003x64-rubyx86.yaml | 14 +
acceptance/config/nodes/win2003x86-rubyx86.yaml | 14 +
acceptance/config/nodes/win2008-rubyx64.yaml | 14 +
acceptance/config/nodes/win2008-rubyx86.yaml | 14 +
acceptance/config/nodes/win2008r2-rubyx64.yaml | 14 +
acceptance/config/nodes/win2008r2-rubyx86.yaml | 14 +
acceptance/config/nodes/win2012-rubyx64.yaml | 14 +
acceptance/config/nodes/win2012-rubyx86.yaml | 14 +
acceptance/config/nodes/win2012r2-rubyx64.yaml | 14 +
acceptance/config/nodes/win2012r2-rubyx86.yaml | 14 +
acceptance/config/packages/options.rb | 6 +
acceptance/lib/helper.rb | 1 +
acceptance/lib/puppet/acceptance/common_utils.rb | 19 +
acceptance/lib/puppet/acceptance/git_utils.rb | 19 +
acceptance/lib/puppet/acceptance/install_utils.rb | 285 +
acceptance/setup/aio/pre-suite/010_Install.rb | 43 +
acceptance/setup/common/00_EnvSetup.rb | 64 +
acceptance/setup/git/pre-suite/01_TestSetup.rb | 31 +
acceptance/setup/packages/pre-suite/010_Install.rb | 33 +
acceptance/tests/facter_json_output_validates.rb | 13 +
acceptance/tests/no_errors_on_stderr.rb | 6 +
...ratingsystem_detection_after_clear_on_ubuntu.rb | 18 +
acceptance/tests/runs_external_facts_once.rb | 59 +
.../ticket_7039_facter_multiple_facts_one_file.rb | 34 +
bin/facter | 20 +
cmake/FindBLKID.cmake | 6 -
cmake/FindDependency.cmake | 54 -
cmake/FindOPENSSL.cmake | 10 -
cmake/FindRuby.cmake | 286 -
cmake/FindYAMLCPP.cmake | 17 -
cmake/GetGitRevisionDescription.cmake | 130 -
cmake/GetGitRevisionDescription.cmake.in | 38 -
cmake/cotire.cmake | 3627 --------
debian/changelog | 8 +-
debian/clean | 6 -
debian/compat | 2 +-
debian/control | 53 +-
debian/facter.lintian-overrides | 3 -
debian/patches/0001-Do-not-require-rubygems.patch | 30 +
...001-fix-etc-mtab-not-available-everywhere.patch | 21 -
.../0002-Look-for-libruby-in-archlibdir.patch | 21 -
...03-Use-packaged-gem-versions-for-testings.patch | 23 -
debian/patches/series | 4 +-
debian/rules | 6 +-
debian/tests/control | 2 +
debian/tests/run | 3 +
debian/watch | 2 +-
documentation/custom.page | 22 +
documentation/index.page | 19 +
etc/facter.conf | 5 +
exe/CMakeLists.txt | 23 -
exe/facter.cc | 262 -
ext/build_defaults.yaml | 30 +-
ext/debian/changelog | 58 +-
ext/debian/control | 11 +-
ext/debian/copyright | 6 +-
ext/debian/docs | 1 -
ext/debian/facter.install | 4 -
ext/debian/rules | 41 +-
ext/facter-diff | 74 +
ext/ips/facter.p5m | 10 +
ext/ips/rules | 7 +
ext/ips/transforms | 18 +
ext/osx/file_mapping.yaml | 32 +
ext/osx/preflight.erb | 33 +
ext/osx/prototype.plist.erb | 38 +
ext/project_data.yaml | 42 +-
ext/redhat/facter.spec | 244 +-
ext/solaris/pkginfo | 7 +
install.rb | 380 +
lib/CMakeLists.txt | 348 -
lib/Doxyfile | 2312 -----
lib/Facter.java.in | 110 -
lib/Gemfile | 11 -
lib/Rakefile | 8 -
lib/docs/generate.rb | 16 -
lib/docs/namespaces.dox | 129 -
lib/docs/template.erb | 22 -
lib/facter.rb | 261 +
lib/facter.rb.in | 35 -
lib/facter/Cfkey.rb | 42 +
lib/facter/application.rb | 206 +
lib/facter/architecture.rb | 50 +
lib/facter/augeasversion.rb | 28 +
lib/facter/blockdevices.rb | 105 +
lib/facter/core/aggregate.rb | 220 +
lib/facter/core/directed_graph.rb | 46 +
lib/facter/core/execution.rb | 123 +
lib/facter/core/execution/base.rb | 81 +
lib/facter/core/execution/posix.rb | 50 +
lib/facter/core/execution/windows.rb | 57 +
lib/facter/core/logging.rb | 197 +
lib/facter/core/resolvable.rb | 94 +
lib/facter/core/suitable.rb | 113 +
lib/facter/dhcp_servers.rb | 45 +
lib/facter/domain.rb | 99 +
lib/facter/ec2.rb | 61 +
lib/facter/ec2/rest.rb | 139 +
lib/facter/facterversion.rb | 15 +
lib/facter/filesystems.rb | 45 +
lib/facter/fqdn.rb | 24 +
lib/facter/gce.rb | 16 +
lib/facter/gce/metadata.rb | 87 +
lib/facter/gid.rb | 25 +
lib/facter/hardwareisa.rb | 20 +
lib/facter/hardwaremodel.rb | 67 +
lib/facter/hostname.rb | 31 +
lib/facter/id.rb | 21 +
lib/facter/interfaces.rb | 58 +
lib/facter/ipaddress.rb | 169 +
lib/facter/ipaddress6.rb | 82 +
lib/facter/iphostnumber.rb | 29 +
lib/facter/kernel.rb | 22 +
lib/facter/kernelmajversion.rb | 23 +
lib/facter/kernelrelease.rb | 50 +
lib/facter/kernelversion.rb | 22 +
lib/facter/ldom.rb | 51 +
lib/facter/lsbdistcodename.rb | 20 +
lib/facter/lsbdistdescription.rb | 21 +
lib/facter/lsbdistid.rb | 20 +
lib/facter/lsbdistrelease.rb | 20 +
lib/facter/lsbmajdistrelease.rb | 22 +
lib/facter/lsbminordistrelease.rb | 22 +
lib/facter/lsbrelease.rb | 20 +
lib/facter/macaddress.rb | 99 +
lib/facter/macosx.rb | 56 +
lib/facter/manufacturer.rb | 68 +
lib/facter/memory.rb | 168 +
lib/facter/netmask.rb | 43 +
lib/facter/network.rb | 20 +
lib/facter/operatingsystem.rb | 24 +
lib/facter/operatingsystem/base.rb | 61 +
lib/facter/operatingsystem/cumuluslinux.rb | 27 +
lib/facter/operatingsystem/implementation.rb | 33 +
lib/facter/operatingsystem/linux.rb | 479 ++
lib/facter/operatingsystem/osreleaselinux.rb | 28 +
lib/facter/operatingsystem/sunos.rb | 54 +
lib/facter/operatingsystem/vmkernel.rb | 11 +
lib/facter/operatingsystem/windows.rb | 44 +
lib/facter/operatingsystemmajrelease.rb | 31 +
lib/facter/operatingsystemrelease.rb | 29 +
lib/facter/os.rb | 98 +
lib/facter/osfamily.rb | 18 +
lib/facter/partitions.rb | 39 +
lib/facter/path.rb | 14 +
lib/facter/physicalprocessorcount.rb | 27 +
lib/facter/processor.rb | 52 +
lib/facter/processors.rb | 66 +
lib/facter/processors/os.rb | 244 +
lib/facter/ps.rb | 31 +
lib/facter/puppetversion.rb | 20 +
lib/facter/rackspace.rb | 37 +
lib/facter/rubyplatform.rb | 12 +
lib/facter/rubysitedir.rb | 15 +
lib/facter/rubyversion.rb | 12 +
lib/facter/selinux.rb | 154 +
lib/facter/ssh.rb | 73 +
lib/facter/system32.rb | 21 +
lib/facter/system_uptime.rb | 44 +
lib/facter/timezone.rb | 14 +
lib/facter/uniqueid.rb | 4 +
lib/facter/uptime.rb | 16 +
lib/facter/uptime_days.rb | 13 +
lib/facter/uptime_hours.rb | 13 +
lib/facter/uptime_seconds.rb | 20 +
lib/facter/util/architecture.rb | 19 +
lib/facter/util/collection.rb | 161 +
lib/facter/util/composite_loader.rb | 12 +
lib/facter/util/config.rb | 88 +
lib/facter/util/confine.rb | 66 +
lib/facter/util/dhcp_servers.rb | 58 +
lib/facter/util/directory_loader.rb | 88 +
lib/facter/util/ec2.rb | 106 +
lib/facter/util/fact.rb | 204 +
lib/facter/util/file_read.rb | 37 +
lib/facter/util/formatter.rb | 39 +
lib/facter/util/ip.rb | 340 +
lib/facter/util/ip/windows.rb | 215 +
lib/facter/util/loader.rb | 155 +
lib/facter/util/macaddress.rb | 43 +
lib/facter/util/macosx.rb | 73 +
lib/facter/util/manufacturer.rb | 99 +
lib/facter/util/memory.rb | 228 +
lib/facter/util/netmask.rb | 40 +
lib/facter/util/normalization.rb | 94 +
lib/facter/util/nothing_loader.rb | 12 +
lib/facter/util/operatingsystem.rb | 21 +
lib/facter/util/parser.rb | 168 +
lib/facter/util/partitions.rb | 47 +
lib/facter/util/partitions/linux.rb | 71 +
lib/facter/util/partitions/openbsd.rb | 40 +
lib/facter/util/plist.rb | 24 +
lib/facter/util/plist/generator.rb | 228 +
lib/facter/util/plist/parser.rb | 226 +
lib/facter/util/posix.rb | 16 +
lib/facter/util/processor.rb | 289 +
lib/facter/util/registry.rb | 11 +
lib/facter/util/resolution.rb | 160 +
lib/facter/util/solaris_zones.rb | 158 +
lib/facter/util/unix_root.rb | 5 +
lib/facter/util/uptime.rb | 83 +
lib/facter/util/values.rb | 109 +
lib/facter/util/virtual.rb | 212 +
lib/facter/util/vlans.rb | 21 +
lib/facter/util/windows_root.rb | 7 +
lib/facter/util/wmi.rb | 16 +
lib/facter/util/xendomains.rb | 28 +
lib/facter/version.rb | 86 +
lib/facter/virtual.rb | 326 +
lib/facter/vlans.rb | 17 +
lib/facter/xendomains.rb | 20 +
lib/facter/zfs_version.rb | 14 +
lib/facter/zonename.rb | 6 +
lib/facter/zones.rb | 18 +
lib/facter/zpool_version.rb | 10 +
lib/inc/facter/execution/execution.hpp | 295 -
lib/inc/facter/facts/array_value.hpp | 125 -
lib/inc/facter/facts/collection.hpp | 239 -
lib/inc/facter/facts/external/resolver.hpp | 49 -
lib/inc/facter/facts/fact.hpp | 637 --
lib/inc/facter/facts/map_value.hpp | 127 -
lib/inc/facter/facts/os.hpp | 186 -
lib/inc/facter/facts/os_family.hpp | 58 -
lib/inc/facter/facts/resolver.hpp | 113 -
lib/inc/facter/facts/scalar_value.hpp | 148 -
lib/inc/facter/facts/value.hpp | 131 -
lib/inc/facter/facts/vm.hpp | 137 -
lib/inc/facter/http/client.hpp | 198 -
lib/inc/facter/http/request.hpp | 130 -
lib/inc/facter/http/response.hpp | 80 -
lib/inc/facter/logging/logging.hpp | 174 -
lib/inc/facter/ruby/ruby.hpp | 32 -
lib/inc/facter/util/directory.hpp | 35 -
lib/inc/facter/util/environment.hpp | 70 -
lib/inc/facter/util/file.hpp | 43 -
lib/inc/facter/util/option_set.hpp | 229 -
lib/inc/facter/util/scope_exit.hpp | 63 -
lib/inc/facter/util/scoped_resource.hpp | 130 -
lib/inc/facter/util/string.hpp | 63 -
lib/inc/internal/execution/execution.hpp | 26 -
lib/inc/internal/facts/bsd/filesystem_resolver.hpp | 30 -
lib/inc/internal/facts/bsd/networking_resolver.hpp | 60 -
lib/inc/internal/facts/bsd/uptime_resolver.hpp | 24 -
.../internal/facts/external/execution_resolver.hpp | 31 -
lib/inc/internal/facts/external/json_resolver.hpp | 31 -
lib/inc/internal/facts/external/text_resolver.hpp | 31 -
.../facts/external/windows/powershell_resolver.hpp | 34 -
lib/inc/internal/facts/external/yaml_resolver.hpp | 31 -
.../internal/facts/glib/load_average_resolver.hpp | 24 -
lib/inc/internal/facts/linux/disk_resolver.hpp | 25 -
lib/inc/internal/facts/linux/dmi_resolver.hpp | 29 -
.../internal/facts/linux/filesystem_resolver.hpp | 30 -
lib/inc/internal/facts/linux/kernel_resolver.hpp | 25 -
lib/inc/internal/facts/linux/memory_resolver.hpp | 25 -
.../internal/facts/linux/networking_resolver.hpp | 52 -
.../facts/linux/operating_system_resolver.hpp | 28 -
lib/inc/internal/facts/linux/os_cisco.hpp | 69 -
lib/inc/internal/facts/linux/os_coreos.hpp | 56 -
lib/inc/internal/facts/linux/os_cumulus.hpp | 56 -
lib/inc/internal/facts/linux/os_linux.hpp | 72 -
.../internal/facts/linux/processor_resolver.hpp | 25 -
lib/inc/internal/facts/linux/release_file.hpp | 111 -
lib/inc/internal/facts/linux/uptime_resolver.hpp | 24 -
.../facts/linux/virtualization_resolver.hpp | 37 -
lib/inc/internal/facts/osx/dmi_resolver.hpp | 25 -
lib/inc/internal/facts/osx/memory_resolver.hpp | 25 -
lib/inc/internal/facts/osx/networking_resolver.hpp | 60 -
.../facts/osx/operating_system_resolver.hpp | 25 -
lib/inc/internal/facts/osx/processor_resolver.hpp | 25 -
.../facts/osx/system_profiler_resolver.hpp | 25 -
.../internal/facts/osx/virtualization_resolver.hpp | 25 -
lib/inc/internal/facts/posix/identity_resolver.hpp | 25 -
lib/inc/internal/facts/posix/kernel_resolver.hpp | 25 -
.../internal/facts/posix/networking_resolver.hpp | 48 -
.../facts/posix/operating_system_resolver.hpp | 25 -
.../internal/facts/posix/processor_resolver.hpp | 25 -
lib/inc/internal/facts/posix/ssh_resolver.hpp | 28 -
lib/inc/internal/facts/posix/timezone_resolver.hpp | 24 -
lib/inc/internal/facts/posix/uptime_resolver.hpp | 32 -
.../internal/facts/resolvers/augeas_resolver.hpp | 35 -
lib/inc/internal/facts/resolvers/disk_resolver.hpp | 81 -
lib/inc/internal/facts/resolvers/dmi_resolver.hpp | 115 -
lib/inc/internal/facts/resolvers/ec2_resolver.hpp | 28 -
.../facts/resolvers/filesystem_resolver.hpp | 160 -
lib/inc/internal/facts/resolvers/gce_resolver.hpp | 28 -
.../internal/facts/resolvers/identity_resolver.hpp | 64 -
.../internal/facts/resolvers/kernel_resolver.hpp | 66 -
.../facts/resolvers/load_average_resolver.hpp | 37 -
.../internal/facts/resolvers/memory_resolver.hpp | 99 -
.../facts/resolvers/networking_resolver.hpp | 134 -
.../facts/resolvers/operating_system_resolver.hpp | 221 -
lib/inc/internal/facts/resolvers/path_resolver.hpp | 28 -
.../facts/resolvers/processor_resolver.hpp | 80 -
lib/inc/internal/facts/resolvers/ruby_resolver.hpp | 56 -
lib/inc/internal/facts/resolvers/ssh_resolver.hpp | 99 -
.../facts/resolvers/system_profiler_resolver.hpp | 127 -
.../internal/facts/resolvers/timezone_resolver.hpp | 36 -
.../internal/facts/resolvers/uptime_resolver.hpp | 36 -
.../facts/resolvers/virtualization_resolver.hpp | 44 -
lib/inc/internal/facts/resolvers/zfs_resolver.hpp | 59 -
lib/inc/internal/facts/resolvers/zone_resolver.hpp | 95 -
.../internal/facts/resolvers/zpool_resolver.hpp | 59 -
lib/inc/internal/facts/solaris/disk_resolver.hpp | 25 -
lib/inc/internal/facts/solaris/dmi_resolver.hpp | 25 -
.../internal/facts/solaris/filesystem_resolver.hpp | 29 -
lib/inc/internal/facts/solaris/kernel_resolver.hpp | 25 -
lib/inc/internal/facts/solaris/memory_resolver.hpp | 25 -
.../internal/facts/solaris/networking_resolver.hpp | 49 -
.../facts/solaris/operating_system_resolver.hpp | 25 -
.../internal/facts/solaris/processor_resolver.hpp | 25 -
lib/inc/internal/facts/solaris/uptime_resolver.hpp | 24 -
.../facts/solaris/virtualization_resolver.hpp | 25 -
lib/inc/internal/facts/solaris/zfs_resolver.hpp | 24 -
lib/inc/internal/facts/solaris/zone_resolver.hpp | 25 -
lib/inc/internal/facts/solaris/zpool_resolver.hpp | 24 -
lib/inc/internal/facts/windows/dmi_resolver.hpp | 38 -
.../internal/facts/windows/identity_resolver.hpp | 25 -
lib/inc/internal/facts/windows/kernel_resolver.hpp | 25 -
lib/inc/internal/facts/windows/memory_resolver.hpp | 25 -
.../internal/facts/windows/networking_resolver.hpp | 94 -
.../facts/windows/operating_system_resolver.hpp | 36 -
.../internal/facts/windows/processor_resolver.hpp | 36 -
.../internal/facts/windows/timezone_resolver.hpp | 24 -
lib/inc/internal/facts/windows/uptime_resolver.hpp | 36 -
.../facts/windows/virtualization_resolver.hpp | 37 -
lib/inc/internal/ruby/aggregate_resolution.hpp | 77 -
lib/inc/internal/ruby/api.hpp | 657 --
lib/inc/internal/ruby/chunk.hpp | 83 -
lib/inc/internal/ruby/confine.hpp | 60 -
lib/inc/internal/ruby/fact.hpp | 107 -
lib/inc/internal/ruby/module.hpp | 149 -
lib/inc/internal/ruby/resolution.hpp | 126 -
lib/inc/internal/ruby/ruby_value.hpp | 90 -
lib/inc/internal/ruby/simple_resolution.hpp | 56 -
lib/inc/internal/util/bsd/scoped_ifaddrs.hpp | 33 -
lib/inc/internal/util/dynamic_library.hpp | 120 -
lib/inc/internal/util/posix/scoped_addrinfo.hpp | 45 -
lib/inc/internal/util/posix/scoped_bio.hpp | 34 -
lib/inc/internal/util/posix/scoped_descriptor.hpp | 27 -
lib/inc/internal/util/regex.hpp | 80 -
lib/inc/internal/util/scoped_env.hpp | 30 -
lib/inc/internal/util/scoped_file.hpp | 36 -
lib/inc/internal/util/solaris/k_stat.hpp | 176 -
lib/inc/internal/util/solaris/scoped_kstat.hpp | 45 -
lib/inc/internal/util/windows/process.hpp | 22 -
lib/inc/internal/util/windows/registry.hpp | 56 -
lib/inc/internal/util/windows/system_error.hpp | 23 -
lib/inc/internal/util/windows/user.hpp | 30 -
lib/inc/internal/util/windows/windows.hpp | 10 -
lib/inc/internal/util/windows/wmi.hpp | 205 -
lib/inc/internal/util/windows/wsa.hpp | 92 -
lib/schema/facter.yaml | 1836 ----
lib/spec/unit/facter_spec.rb | 115 -
lib/spec_helper.rb.in | 27 -
lib/src/execution/execution.cc | 366 -
lib/src/execution/posix/execution.cc | 424 -
lib/src/execution/windows/execution.cc | 574 --
lib/src/facts/array_value.cc | 111 -
lib/src/facts/bsd/collection.cc | 27 -
lib/src/facts/bsd/filesystem_resolver.cc | 82 -
lib/src/facts/bsd/networking_resolver.cc | 210 -
lib/src/facts/bsd/uptime_resolver.cc | 23 -
lib/src/facts/collection.cc | 553 --
lib/src/facts/external/execution_resolver.cc | 72 -
lib/src/facts/external/json_resolver.cc | 201 -
lib/src/facts/external/resolver.cc | 12 -
lib/src/facts/external/text_resolver.cc | 40 -
.../facts/external/windows/powershell_resolver.cc | 102 -
lib/src/facts/external/yaml_resolver.cc | 94 -
lib/src/facts/glib/load_average_resolver.cc | 22 -
lib/src/facts/linux/collection.cc | 40 -
lib/src/facts/linux/disk_resolver.cc | 79 -
lib/src/facts/linux/dmi_resolver.cc | 51 -
lib/src/facts/linux/filesystem_resolver.cc | 179 -
lib/src/facts/linux/kernel_resolver.cc | 20 -
lib/src/facts/linux/memory_resolver.cc | 49 -
lib/src/facts/linux/networking_resolver.cc | 73 -
lib/src/facts/linux/operating_system_resolver.cc | 172 -
lib/src/facts/linux/os_linux.cc | 334 -
lib/src/facts/linux/processor_resolver.cc | 77 -
lib/src/facts/linux/uptime_resolver.cc | 15 -
lib/src/facts/linux/virtualization_resolver.cc | 290 -
lib/src/facts/map_value.cc | 119 -
lib/src/facts/osx/collection.cc | 39 -
lib/src/facts/osx/dmi_resolver.cc | 32 -
lib/src/facts/osx/memory_resolver.cc | 61 -
lib/src/facts/osx/networking_resolver.cc | 73 -
lib/src/facts/osx/operating_system_resolver.cc | 43 -
lib/src/facts/osx/processor_resolver.cc | 55 -
lib/src/facts/osx/system_profiler_resolver.cc | 66 -
lib/src/facts/osx/virtualization_resolver.cc | 46 -
lib/src/facts/posix/collection.cc | 48 -
lib/src/facts/posix/identity_resolver.cc | 63 -
lib/src/facts/posix/kernel_resolver.cc | 25 -
lib/src/facts/posix/networking_resolver.cc | 123 -
lib/src/facts/posix/operatingsystem_resolver.cc | 29 -
lib/src/facts/posix/processor_resolver.cc | 24 -
lib/src/facts/posix/ssh_resolver.cc | 113 -
lib/src/facts/posix/timezone_resolver.cc | 26 -
lib/src/facts/posix/uptime_resolver.cc | 55 -
lib/src/facts/resolver.cc | 75 -
lib/src/facts/resolvers/augeas_resolver.cc | 64 -
lib/src/facts/resolvers/disk_resolver.cc | 69 -
lib/src/facts/resolvers/dmi_resolver.cc | 160 -
lib/src/facts/resolvers/ec2_resolver.cc | 164 -
lib/src/facts/resolvers/filesystem_resolver.cc | 111 -
lib/src/facts/resolvers/gce_resolver.cc | 258 -
lib/src/facts/resolvers/identity_resolver.cc | 47 -
lib/src/facts/resolvers/kernel_resolver.cc | 62 -
lib/src/facts/resolvers/load_average_resolver.cc | 36 -
lib/src/facts/resolvers/memory_resolver.cc | 88 -
lib/src/facts/resolvers/networking_resolver.cc | 195 -
.../facts/resolvers/operating_system_resolver.cc | 258 -
lib/src/facts/resolvers/path_resolver.cc | 25 -
lib/src/facts/resolvers/processor_resolver.cc | 64 -
lib/src/facts/resolvers/ruby_resolver.cc | 111 -
lib/src/facts/resolvers/ssh_resolver.cc | 76 -
.../facts/resolvers/system_profiler_resolver.cc | 137 -
lib/src/facts/resolvers/timezone_resolver.cc | 27 -
lib/src/facts/resolvers/uptime_resolver.cc | 63 -
lib/src/facts/resolvers/virtualization_resolver.cc | 48 -
lib/src/facts/resolvers/zfs_resolver.cc | 63 -
lib/src/facts/resolvers/zone_resolver.cc | 91 -
lib/src/facts/resolvers/zpool_resolver.cc | 58 -
lib/src/facts/scalar_value.cc | 73 -
lib/src/facts/solaris/collection.cc | 47 -
lib/src/facts/solaris/disk_resolver.cc | 35 -
lib/src/facts/solaris/dmi_resolver.cc | 87 -
lib/src/facts/solaris/filesystem_resolver.cc | 75 -
lib/src/facts/solaris/kernel_resolver.cc | 24 -
lib/src/facts/solaris/memory_resolver.cc | 75 -
lib/src/facts/solaris/networking_resolver.cc | 197 -
lib/src/facts/solaris/operating_system_resolver.cc | 81 -
lib/src/facts/solaris/processor_resolver.cc | 79 -
lib/src/facts/solaris/uptime_resolver.cc | 30 -
lib/src/facts/solaris/virtualization_resolver.cc | 90 -
lib/src/facts/solaris/zfs_resolver.cc | 12 -
lib/src/facts/solaris/zone_resolver.cc | 30 -
lib/src/facts/solaris/zpool_resolver.cc | 12 -
lib/src/facts/windows/collection.cc | 92 -
lib/src/facts/windows/dmi_resolver.cc | 30 -
lib/src/facts/windows/identity_resolver.cc | 40 -
lib/src/facts/windows/kernel_resolver.cc | 78 -
lib/src/facts/windows/memory_resolver.cc | 25 -
lib/src/facts/windows/networking_resolver.cc | 307 -
lib/src/facts/windows/operating_system_resolver.cc | 125 -
lib/src/facts/windows/processor_resolver.cc | 89 -
lib/src/facts/windows/timezone_resolver.cc | 28 -
lib/src/facts/windows/uptime_resolver.cc | 46 -
lib/src/facts/windows/virtualization_resolver.cc | 57 -
lib/src/http/client.cc | 389 -
lib/src/http/request.cc | 111 -
lib/src/http/response.cc | 62 -
lib/src/java/facter.cc | 185 -
lib/src/logging/logging.cc | 91 -
lib/src/ruby/aggregate_resolution.cc | 244 -
lib/src/ruby/api.cc | 506 --
lib/src/ruby/chunk.cc | 131 -
lib/src/ruby/confine.cc | 83 -
lib/src/ruby/fact.cc | 365 -
lib/src/ruby/module.cc | 935 --
lib/src/ruby/posix/api.cc | 18 -
lib/src/ruby/resolution.cc | 220 -
lib/src/ruby/ruby.cc | 27 -
lib/src/ruby/ruby_value.cc | 274 -
lib/src/ruby/simple_resolution.cc | 188 -
lib/src/ruby/windows/api.cc | 19 -
lib/src/util/bsd/scoped_ifaddrs.cc | 28 -
lib/src/util/directory.cc | 62 -
lib/src/util/dynamic_library.cc | 58 -
lib/src/util/environment.cc | 29 -
lib/src/util/file.cc | 46 -
lib/src/util/posix/dynamic_library.cc | 94 -
lib/src/util/posix/environment.cc | 75 -
lib/src/util/posix/scoped_addrinfo.cc | 40 -
lib/src/util/posix/scoped_bio.cc | 25 -
lib/src/util/posix/scoped_descriptor.cc | 19 -
lib/src/util/scope_exit.cc | 43 -
lib/src/util/scoped_env.cc | 27 -
lib/src/util/scoped_file.cc | 25 -
lib/src/util/solaris/k_stat.cc | 154 -
lib/src/util/solaris/scoped_kstat.cc | 30 -
lib/src/util/string.cc | 148 -
lib/src/util/windows/dynamic_library.cc | 121 -
lib/src/util/windows/environment.cc | 74 -
lib/src/util/windows/process.cc | 42 -
lib/src/util/windows/registry.cc | 93 -
lib/src/util/windows/system_error.cc | 30 -
lib/src/util/windows/user.cc | 76 -
lib/src/util/windows/wmi.cc | 192 -
lib/src/util/windows/wsa.cc | 60 -
lib/tasks/spec.rake | 26 -
lib/tests/CMakeLists.txt | 133 -
lib/tests/collection_fixture.cc | 12 -
lib/tests/collection_fixture.hpp | 15 -
lib/tests/execution/posix/execution.cc | 539 --
lib/tests/execution/windows/execution.cc | 526 --
lib/tests/facts/array_value.cc | 140 -
lib/tests/facts/boolean_value.cc | 67 -
lib/tests/facts/collection.cc | 403 -
lib/tests/facts/double_value.cc | 40 -
lib/tests/facts/external/json_resolver.cc | 62 -
.../facts/external/posix/execution_resolver.cc | 68 -
lib/tests/facts/external/text_resolver.cc | 46 -
.../facts/external/windows/execution_resolver.cc | 69 -
.../facts/external/windows/powershell_resolver.cc | 62 -
lib/tests/facts/external/yaml_resolver.cc | 62 -
lib/tests/facts/integer_value.cc | 69 -
lib/tests/facts/map_value.cc | 116 -
lib/tests/facts/posix/collection.cc | 39 -
lib/tests/facts/posix/uptime_resolver.cc | 52 -
lib/tests/facts/resolvers/augeas_resolver.cc | 58 -
lib/tests/facts/resolvers/disk_resolver.cc | 114 -
lib/tests/facts/resolvers/dmi_resolver.cc | 152 -
lib/tests/facts/resolvers/filesystem_resolver.cc | 201 -
lib/tests/facts/resolvers/identity_resolver.cc | 78 -
lib/tests/facts/resolvers/kernel_resolver.cc | 61 -
lib/tests/facts/resolvers/memory_resolver.cc | 135 -
lib/tests/facts/resolvers/networking_resolver.cc | 344 -
.../facts/resolvers/operating_system_resolver.cc | 249 -
lib/tests/facts/resolvers/processor_resolver.cc | 113 -
lib/tests/facts/resolvers/ruby_resolver.cc | 74 -
lib/tests/facts/resolvers/ssh_resolver.cc | 96 -
.../facts/resolvers/system_profiler_resolver.cc | 135 -
lib/tests/facts/resolvers/timezone_resolver.cc | 48 -
lib/tests/facts/resolvers/uptime_resolver.cc | 151 -
.../facts/resolvers/virtualization_resolver.cc | 105 -
lib/tests/facts/resolvers/zfs_resolver.cc | 65 -
lib/tests/facts/resolvers/zone_resolver.cc | 122 -
lib/tests/facts/resolvers/zpool_resolver.cc | 65 -
lib/tests/facts/schema.cc | 690 --
lib/tests/facts/string_value.cc | 165 -
lib/tests/facts/windows/collection.cc | 43 -
lib/tests/facts/windows/networking_resolver.cc | 276 -
lib/tests/fixtures.cc | 51 -
lib/tests/fixtures.hpp.in | 27 -
lib/tests/fixtures/execution/ls/file1.txt | 1 -
lib/tests/fixtures/execution/ls/file2.txt | 1 -
lib/tests/fixtures/execution/ls/file3.txt | 1 -
lib/tests/fixtures/execution/ls/file4.txt | 7 -
lib/tests/fixtures/execution/selfkill.sh | 3 -
lib/tests/fixtures/execution/sleep.sh | 3 -
lib/tests/fixtures/facts/external/json/facts.json | 12 -
.../fixtures/facts/external/json/invalid.json | 1 -
.../fixtures/facts/external/ordering/bar/foo.yaml | 1 -
.../fixtures/facts/external/ordering/foo/foo.yaml | 1 -
.../facts/external/posix/execution/error_message | 4 -
.../fixtures/facts/external/posix/execution/facts | 5 -
.../fixtures/facts/external/posix/execution/failed | 3 -
.../facts/external/posix/execution/not_executable | 1 -
lib/tests/fixtures/facts/external/text/facts.txt | 4 -
.../external/windows/execution/error_message.bat | 4 -
.../facts/external/windows/execution/facts.bat | 4 -
.../facts/external/windows/execution/failed.cmd | 2 -
.../external/windows/execution/not_executable | 1 -
.../external/windows/execution/ruby_script.rb | 1 -
.../external/windows/powershell/error_message.ps1 | 3 -
.../facts/external/windows/powershell/facts.ps1 | 4 -
.../facts/external/windows/powershell/failed.ps1 | 2 -
.../external/windows/powershell/not_executable | 1 -
lib/tests/fixtures/facts/external/yaml/facts.yaml | 12 -
.../fixtures/facts/external/yaml/invalid.yaml | 1 -
lib/tests/fixtures/ruby/aggregate.rb | 9 -
.../fixtures/ruby/aggregate_invalid_require.rb | 9 -
lib/tests/fixtures/ruby/aggregate_with_block.rb | 30 -
lib/tests/fixtures/ruby/aggregate_with_cycle.rb | 9 -
.../fixtures/ruby/aggregate_with_invalid_merge.rb | 13 -
lib/tests/fixtures/ruby/aggregate_with_merge.rb | 23 -
lib/tests/fixtures/ruby/aggregate_with_require.rb | 16 -
lib/tests/fixtures/ruby/array_confine.rb | 6 -
lib/tests/fixtures/ruby/array_fact.rb | 5 -
lib/tests/fixtures/ruby/bad_command.rb | 19 -
lib/tests/fixtures/ruby/bad_syntax.rb | 2 -
lib/tests/fixtures/ruby/block_confine.rb | 9 -
lib/tests/fixtures/ruby/block_false_confine.rb | 9 -
lib/tests/fixtures/ruby/block_nil_confine.rb | 9 -
lib/tests/fixtures/ruby/block_true_confine.rb | 9 -
lib/tests/fixtures/ruby/boolean_false_confine.rb | 6 -
lib/tests/fixtures/ruby/boolean_false_fact.rb | 5 -
lib/tests/fixtures/ruby/boolean_true_confine.rb | 6 -
lib/tests/fixtures/ruby/boolean_true_fact.rb | 5 -
lib/tests/fixtures/ruby/confine_missing_fact.rb | 22 -
lib/tests/fixtures/ruby/confine_weight.rb | 20 -
lib/tests/fixtures/ruby/cycle.rb | 7 -
lib/tests/fixtures/ruby/debug.rb | 7 -
lib/tests/fixtures/ruby/debugging.rb | 14 -
lib/tests/fixtures/ruby/debugonce.rb | 9 -
lib/tests/fixtures/ruby/define_aggregate_fact.rb | 13 -
lib/tests/fixtures/ruby/define_fact.rb | 9 -
lib/tests/fixtures/ruby/double_fact.rb | 5 -
lib/tests/fixtures/ruby/empty_command.rb | 3 -
lib/tests/fixtures/ruby/empty_fact.rb | 1 -
lib/tests/fixtures/ruby/empty_fact_with_value.rb | 1 -
lib/tests/fixtures/ruby/exec.rb | 7 -
lib/tests/fixtures/ruby/execute_on_fail_raise.rb | 17 -
lib/tests/fixtures/ruby/execute_on_fail_value.rb | 5 -
lib/tests/fixtures/ruby/execute_timeout.rb | 1 -
.../fixtures/ruby/existing_aggregate_resolution.rb | 5 -
.../fixtures/ruby/existing_simple_resolution.rb | 5 -
lib/tests/fixtures/ruby/fact.rb | 7 -
lib/tests/fixtures/ruby/facter.rb | 7 -
lib/tests/fixtures/ruby/facterversion.rb | 17 -
lib/tests/fixtures/ruby/hash_fact.rb | 5 -
.../fixtures/ruby/hash_with_non_string_key.rb | 5 -
lib/tests/fixtures/ruby/integer_fact.rb | 5 -
lib/tests/fixtures/ruby/log_exception.rb | 21 -
lib/tests/fixtures/ruby/lookup.rb | 7 -
lib/tests/fixtures/ruby/multi_confine.rb | 6 -
lib/tests/fixtures/ruby/named_resolution.rb | 13 -
lib/tests/fixtures/ruby/nil_fact.rb | 5 -
lib/tests/fixtures/ruby/on_message.rb | 16 -
lib/tests/fixtures/ruby/range_confine.rb | 6 -
lib/tests/fixtures/ruby/regexp_confine.rb | 6 -
lib/tests/fixtures/ruby/ruby.rb | 6 -
lib/tests/fixtures/ruby/simple.rb | 11 -
lib/tests/fixtures/ruby/simple_command.rb | 7 -
lib/tests/fixtures/ruby/simple_confine.rb | 6 -
lib/tests/fixtures/ruby/simple_resolution.rb | 5 -
lib/tests/fixtures/ruby/string_fact.rb | 5 -
lib/tests/fixtures/ruby/timeout.rb | 10 -
lib/tests/fixtures/ruby/trace.rb | 22 -
.../uni\341\220\201dir/customfacts\342\204\242.rb" | 6 -
lib/tests/fixtures/ruby/value.rb | 6 -
lib/tests/fixtures/ruby/version.rb | 2 -
lib/tests/fixtures/ruby/warn.rb | 7 -
lib/tests/fixtures/ruby/warnonce.rb | 9 -
lib/tests/fixtures/ruby/weight.rb | 20 -
lib/tests/fixtures/ruby/weight_option.rb | 17 -
lib/tests/fixtures/ruby/which.rb | 9 -
lib/tests/fixtures/util/multiline_file.txt | 3 -
lib/tests/java/facter.cc | 71 -
lib/tests/log_capture.cc | 29 -
lib/tests/log_capture.hpp | 35 -
lib/tests/logging/logging.cc | 69 -
lib/tests/main.cc | 20 -
lib/tests/ruby/ruby.cc | 595 --
lib/tests/util/bsd/scoped_ifaddrs.cc | 10 -
lib/tests/util/directory.cc | 88 -
lib/tests/util/environment.cc | 90 -
lib/tests/util/file.cc | 76 -
lib/tests/util/option_set.cc | 234 -
lib/tests/util/posix/environment.cc | 36 -
lib/tests/util/posix/scoped_addrinfo.cc | 11 -
lib/tests/util/posix/scoped_bio.cc | 12 -
lib/tests/util/posix/scoped_descriptor.cc | 22 -
lib/tests/util/scoped_env.cc | 40 -
lib/tests/util/string.cc | 276 -
lib/tests/util/windows/environment.cc | 30 -
lib/version.h.in | 32 -
libexec/ext/README | 4 +
man/man8/facter.8 | 123 +-
scripts/cpplint.py | 4754 -----------
scripts/travis_target.sh | 87 -
spec/fixtures/cpuinfo/amd64dual | 57 +
spec/fixtures/cpuinfo/amd64dual-grep | 2 +
spec/fixtures/cpuinfo/amd64quad | 79 +
spec/fixtures/cpuinfo/amd64solo | 23 +
spec/fixtures/cpuinfo/amd64tri | 86 +
spec/fixtures/cpuinfo/amd64twentyfour | 600 ++
spec/fixtures/cpuinfo/amd64twentyfour-grep | 24 +
spec/fixtures/cpuinfo/bbg3-armel | 12 +
spec/fixtures/cpuinfo/beaglexm-armel | 12 +
spec/fixtures/cpuinfo/panda-armel | 17 +
spec/fixtures/cpuinfo/ppc64 | 19 +
spec/fixtures/cpuinfo/ppc64le | 15 +
spec/fixtures/cpuinfo/sparc | 10 +
spec/fixtures/cpuinfo/two_multicore-grep | 4 +
spec/fixtures/cpuinfo/two_singlecore-grep | 2 +
spec/fixtures/hpux/machinfo/hppa-rp4440 | 26 +
spec/fixtures/hpux/machinfo/ia64-rx2620 | 49 +
spec/fixtures/hpux/machinfo/ia64-rx6600 | 26 +
spec/fixtures/hpux/machinfo/ia64-rx8640 | 53 +
spec/fixtures/hpux/machinfo/superdome-server-SD32B | 53 +
spec/fixtures/hpux/machinfo/superdome2-16s | 31 +
spec/fixtures/hpux/sched.models | 174 +
spec/fixtures/hpux/unistd.h | 1534 ++++
.../bsd_ifconfig_all_with_multiple_interfaces | 18 +
spec/fixtures/ifconfig/centos_5_5 | 17 +
spec/fixtures/ifconfig/centos_5_5_eth0 | 8 +
spec/fixtures/ifconfig/darwin_10_3_0 | 26 +
spec/fixtures/ifconfig/darwin_10_3_0_en0 | 6 +
spec/fixtures/ifconfig/darwin_10_6_4 | 28 +
spec/fixtures/ifconfig/darwin_10_6_4_en1 | 6 +
spec/fixtures/ifconfig/darwin_10_6_6_dualstack | 8 +
spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1 | 7 +
spec/fixtures/ifconfig/darwin_9_8_0 | 26 +
spec/fixtures/ifconfig/darwin_9_8_0_en0 | 6 +
.../darwin_ifconfig_all_with_multiple_interfaces | 23 +
spec/fixtures/ifconfig/fedora_10 | 36 +
spec/fixtures/ifconfig/fedora_10_eth0 | 9 +
spec/fixtures/ifconfig/fedora_13 | 18 +
spec/fixtures/ifconfig/fedora_13_eth0 | 9 +
spec/fixtures/ifconfig/fedora_8 | 38 +
spec/fixtures/ifconfig/fedora_8_eth0 | 9 +
spec/fixtures/ifconfig/freebsd_6_0 | 12 +
spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt | 19 +
spec/fixtures/ifconfig/ifconfig_ubuntu_1204.txt | 16 +
.../linux_ifconfig_all_with_multiple_interfaces | 19 +
..._ifconfig_all_with_multiple_interfaces_and_fe80 | 19 +
...all_with_multiple_interfaces_and_no_public_ipv6 | 18 +
spec/fixtures/ifconfig/linux_ifconfig_no_addr | 19 +
spec/fixtures/ifconfig/linux_ifconfig_no_mac | 8 +
spec/fixtures/ifconfig/linux_ifconfig_venet | 24 +
spec/fixtures/ifconfig/open_solaris_10 | 12 +
spec/fixtures/ifconfig/open_solaris_b132 | 20 +
spec/fixtures/ifconfig/openbsd_bridge_rules | 11 +
.../sunos_ifconfig_all_with_multiple_interfaces | 10 +
spec/fixtures/ifconfig/ubuntu_7_04 | 38 +
spec/fixtures/ifconfig/ubuntu_7_04_eth0 | 9 +
spec/fixtures/ldom/ldom_v1 | 6 +
spec/fixtures/netstat/centos_5_5 | 5 +
spec/fixtures/netstat/darwin_10_3_0 | 35 +
spec/fixtures/netstat/darwin_10_6_4 | 29 +
spec/fixtures/netstat/darwin_10_6_6_dualstack | 34 +
spec/fixtures/netstat/darwin_9_8_0 | 28 +
spec/fixtures/netstat/fedora_10 | 7 +
spec/fixtures/netstat/open_solaris_10 | 16 +
spec/fixtures/netstat/open_solaris_b132 | 17 +
spec/fixtures/netstat/ubuntu_7_04 | 7 +
spec/fixtures/processorcount/solaris-psrinfo | 24 +
.../processorcount/solaris-sparc-kstat-cpu-info | 1216 +++
.../processorcount/solaris-x86_64-kstat-cpu-info | 225 +
spec/fixtures/unit/dhcp_servers/nmcli_devices | 4 +
.../unit/dhcp_servers/nmcli_devices_disconnected | 4 +
spec/fixtures/unit/dhcp_servers/nmcli_eth0_dhcp | 36 +
spec/fixtures/unit/dhcp_servers/nmcli_eth0_static | 24 +
spec/fixtures/unit/dhcp_servers/nmcli_wlan0_dhcp | 49 +
spec/fixtures/unit/dhcp_servers/nmcli_wlan0_static | 37 +
spec/fixtures/unit/dhcp_servers/route | 3 +
spec/fixtures/unit/dhcp_servers/route_nogw | 1 +
spec/fixtures/unit/ec2/rest/meta-data/root | 20 +
spec/fixtures/unit/filesystems/linux | 28 +
spec/fixtures/unit/gce/metadata/metadata.json | 69 +
.../unit/interfaces/ifconfig_net_tools_1.60.txt | 19 +
.../interfaces/ifconfig_net_tools_1.60.txt.em1 | 10 +
.../unit/interfaces/ifconfig_net_tools_1.60.txt.lo | 8 +
.../ipaddress/ifconfig_multiple_127_addresses.txt | 20 +
.../unit/ipaddress/ifconfig_net_tools_1.60.txt | 19 +
.../unit/ipaddress/ifconfig_non_english_locale.txt | 18 +
.../unit/ipaddress/ifconfig_ubuntu_1204.txt | 16 +
spec/fixtures/unit/kernelrelease/openbsd-5.3 | 2 +
.../unit/kernelrelease/openbsd-5.3-current | 3 +
spec/fixtures/unit/memory/aix-svmon | 9 +
spec/fixtures/unit/memory/aix-swap_l | 2 +
spec/fixtures/unit/memory/darwin-swapinfo-multiple | 3 +
spec/fixtures/unit/memory/darwin-swapinfo-single | 2 +
spec/fixtures/unit/memory/darwin-vm_stat | 13 +
spec/fixtures/unit/memory/dragonfly-vmstat | 3 +
spec/fixtures/unit/memory/freebsd-vmstat | 3 +
spec/fixtures/unit/memory/linux-proc_meminfo | 10 +
spec/fixtures/unit/memory/openbsd-vmstat | 3 +
.../unit/memory/smartos_zone_swap_l-single | 2 +
spec/fixtures/unit/memory/solaris-prtconf | 4 +
spec/fixtures/unit/memory/solaris-swap_l-multiple | 3 +
spec/fixtures/unit/memory/solaris-swap_l-single | 2 +
spec/fixtures/unit/memory/solaris-vmstat | 3 +
spec/fixtures/unit/netmask/darwin_10_8_5.txt | 30 +
spec/fixtures/unit/netmask/ifconfig_aix_7.txt | 3 +
.../unit/netmask/ifconfig_net_tools_1.60.txt | 19 +
.../fixtures/unit/netmask/ifconfig_ubuntu_1204.txt | 16 +
.../unit/processors/os/darwin-system-profiler | 287 +
spec/fixtures/unit/selinux/selinux_sestatus | 6 +
spec/fixtures/unit/selinux/selinux_sestatus2 | 9 +
spec/fixtures/unit/util/dhcp_servers/route | 3 +
spec/fixtures/unit/util/dhcp_servers/route_nogw | 1 +
spec/fixtures/unit/util/ec2/centos-arp-ec2.out | 1 +
spec/fixtures/unit/util/ec2/linux-arp-ec2.out | 1 +
spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out | 5 +
.../unit/util/ec2/solaris8_arp_a_not_ec2.out | 7 +
.../unit/util/ec2/windows-2008-arp-a-not-ec2.out | 6 +
spec/fixtures/unit/util/ec2/windows-2008-arp-a.out | 10 +
.../unit/util/ip/6.0-STABLE_FreeBSD_ifconfig | 12 +
.../fixtures/unit/util/ip/Mac_OS_X_10.5.5_ifconfig | 26 +
.../darwin_ifconfig_all_with_multiple_interfaces | 10 +
.../unit/util/ip/darwin_ifconfig_single_interface | 6 +
.../fixtures/unit/util/ip/debian_kfreebsd_ifconfig | 40 +
spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan0 | 2 +
spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan1 | 2 +
spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lo0 | 2 +
spec/fixtures/unit/util/ip/hpux_1111_lanscan | 5 +
spec/fixtures/unit/util/ip/hpux_1111_netstat_in | 4 +
.../unit/util/ip/hpux_1131_asterisk_ifconfig_lan0 | 2 +
.../unit/util/ip/hpux_1131_asterisk_ifconfig_lan1 | 2 +
.../unit/util/ip/hpux_1131_asterisk_ifconfig_lo0 | 2 +
.../unit/util/ip/hpux_1131_asterisk_lanscan | 5 +
.../unit/util/ip/hpux_1131_asterisk_netstat_in | 4 +
spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan0 | 2 +
spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1 | 2 +
spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0 | 2 +
spec/fixtures/unit/util/ip/hpux_1131_lanscan | 4 +
spec/fixtures/unit/util/ip/hpux_1131_netstat_in | 4 +
.../util/ip/hpux_1131_nic_bonding_ifconfig_lan1 | 2 +
.../util/ip/hpux_1131_nic_bonding_ifconfig_lan4 | 2 +
.../util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1 | 2 +
.../util/ip/hpux_1131_nic_bonding_ifconfig_lo0 | 2 +
.../unit/util/ip/hpux_1131_nic_bonding_lanscan | 9 +
.../unit/util/ip/hpux_1131_nic_bonding_netstat_in | 6 +
.../util/ip/linux_2_6_35_proc_net_bonding_bond0 | 19 +
.../unit/util/ip/linux_get_single_interface_eth0 | 10 +
.../unit/util/ip/linux_get_single_interface_ib0 | 8 +
.../unit/util/ip/linux_get_single_interface_lo | 9 +
.../ip/linux_ifconfig_all_with_single_interface | 18 +
spec/fixtures/unit/util/ip/linux_ifconfig_ib0 | 8 +
.../solaris_ifconfig_all_with_multiple_interfaces | 8 +
.../unit/util/ip/solaris_ifconfig_single_interface | 3 +
.../unit/util/ip/windows_netsh_all_interfaces | 12 +
.../unit/util/ip/windows_netsh_single_interface | 7 +
.../unit/util/ip/windows_netsh_single_interface6 | 18 +
.../unit/util/manufacturer/freebsd_dmidecode | 42 +
.../unit/util/manufacturer/intel_linux_dmidecode | 549 ++
.../util/manufacturer/linux_dmidecode_with_spaces | 60 +
.../unit/util/manufacturer/opensolaris_smbios | 33 +
.../fixtures/unit/util/manufacturer/smartos_smbios | 533 ++
.../util/manufacturer/solaris_sunfire_v120_prtdiag | 33 +
.../unit/util/manufacturer/solaris_t5220_prtdiag | 136 +
spec/fixtures/unit/util/operatingsystem/coreos.txt | 9 +
.../unit/util/operatingsystem/cumuluslinux.txt | 8 +
.../unit/util/operatingsystem/redhat-7.txt | 12 +
.../fixtures/unit/util/operatingsystem/sabayon.txt | 7 +
spec/fixtures/unit/util/operatingsystem/wheezy.txt | 9 +
.../fixtures/unit/util/partitions/partitions/mount | 9 +
spec/fixtures/unit/util/processor/solaris-i86pc | 28 +
spec/fixtures/unit/util/processor/solaris-sun4u | 151 +
spec/fixtures/unit/util/processor/x86-pentium2 | 41 +
spec/fixtures/unit/util/uptime/kstat_boot_time | 1 +
.../unit/util/uptime/sysctl_kern_boottime_darwin | 1 +
.../unit/util/uptime/sysctl_kern_boottime_openbsd | 1 +
spec/fixtures/unit/util/uptime/ubuntu_proc_uptime | 1 +
.../unit/util/virtual/invalid_unicode_dmi_entries | Bin 0 -> 74 bytes
.../unit/util/virtual/solaris10_proc_self_status1 | Bin 0 -> 1136 bytes
spec/fixtures/unit/util/vlans/centos-5-no-vlans | 2 +
spec/fixtures/unit/util/vlans/linux_vlan_config | 6 +
spec/fixtures/unit/util/xendomains/xendomains | 4 +
.../unit/virtual/sysfs_dmi_entries_raw.txt | Bin 0 -> 42 bytes
spec/fixtures/unit/zfs_version/freebsd_8.2 | 14 +
spec/fixtures/unit/zfs_version/freebsd_9.0 | 13 +
spec/fixtures/unit/zfs_version/linux-fuse_0.6.9 | 14 +
spec/fixtures/unit/zfs_version/solaris_10 | 10 +
spec/fixtures/unit/zfs_version/solaris_11 | 12 +
spec/fixtures/unit/zfs_version/zfs_new | 61 +
spec/fixtures/unit/zfs_version/zfs_old | 43 +
spec/fixtures/unit/zfs_version/zfsonlinux_0.6.1 | 13 +
spec/fixtures/unit/zpool_version/freebsd_8.2 | 26 +
spec/fixtures/unit/zpool_version/freebsd_9.0 | 38 +
spec/fixtures/unit/zpool_version/linux-fuse_0.6.9 | 35 +
spec/fixtures/unit/zpool_version/solaris_10 | 31 +
spec/fixtures/unit/zpool_version/solaris_11 | 43 +
spec/fixtures/unit/zpool_version/zfsonlinux_0.6.1 | 48 +
spec/fixtures/virtual/proc_1_cgroup/in_a_container | 9 +
.../virtual/proc_1_cgroup/in_a_docker_container | 8 +
.../virtual/proc_1_cgroup/not_in_a_container | 9 +
.../virtual/proc_self_status/vserver_2_1/guest | 37 +
.../virtual/proc_self_status/vserver_2_1/host | 36 +
.../virtual/proc_self_status/vserver_2_3/guest | 39 +
.../virtual/proc_self_status/vserver_2_3/host | 39 +
spec/integration/facter_spec.rb | 39 +
spec/lib/facter_spec/cpuinfo.rb | 15 +
spec/lib/facter_spec/windows_network.rb | 64 +
spec/puppetlabs_spec/files.rb | 57 +
spec/puppetlabs_spec/fixtures.rb | 49 +
spec/puppetlabs_spec/matchers.rb | 87 +
spec/puppetlabs_spec/verbose.rb | 9 +
spec/puppetlabs_spec_helper.rb | 26 +
spec/schema/validate_facter_schema.rb | 18 +
spec/shared_contexts/platform.rb | 55 +
spec/shared_formats/parses.rb | 3 +
spec/spec_helper.rb | 75 +
spec/unit/application_spec.rb | 110 +
spec/unit/architecture_spec.rb | 63 +
spec/unit/blockdevices_spec.rb | 109 +
spec/unit/core/aggregate_spec.rb | 125 +
spec/unit/core/directed_graph_spec.rb | 79 +
spec/unit/core/execution/base_spec.rb | 130 +
spec/unit/core/execution/posix_spec.rb | 86 +
spec/unit/core/execution/windows_spec.rb | 106 +
spec/unit/core/execution_spec.rb | 42 +
spec/unit/core/logging_spec.rb | 223 +
spec/unit/core/resolvable_spec.rb | 81 +
spec/unit/core/suitable_spec.rb | 106 +
spec/unit/dhcp_servers_spec.rb | 212 +
spec/unit/domain_spec.rb | 310 +
spec/unit/ec2/rest_spec.rb | 162 +
spec/unit/ec2_spec.rb | 139 +
spec/unit/facter_spec.rb | 108 +
spec/unit/filesystems_spec.rb | 50 +
spec/unit/fqdn_spec.rb | 16 +
spec/unit/gce/metadata_spec.rb | 49 +
spec/unit/gce_spec.rb | 34 +
spec/unit/gid_spec.rb | 42 +
spec/unit/hardwareisa_spec.rb | 41 +
spec/unit/hardwaremodel_spec.rb | 58 +
spec/unit/hostname_spec.rb | 40 +
spec/unit/id_spec.rb | 29 +
spec/unit/interfaces_spec.rb | 57 +
spec/unit/ipaddress6_spec.rb | 179 +
spec/unit/ipaddress_spec.rb | 114 +
spec/unit/kernel_spec.rb | 24 +
spec/unit/kernelmajversion_spec.rb | 22 +
spec/unit/kernelrelease_spec.rb | 69 +
spec/unit/kernelversion_spec.rb | 32 +
spec/unit/ldom_spec.rb | 84 +
spec/unit/lsbdistcodename_spec.rb | 30 +
spec/unit/lsbdistdescription_spec.rb | 30 +
spec/unit/lsbdistid_spec.rb | 30 +
spec/unit/lsbdistrelease_spec.rb | 30 +
spec/unit/lsbmajdistrelease_spec.rb | 30 +
spec/unit/lsbminordistrelease_spec.rb | 31 +
spec/unit/lsbrelease_spec.rb | 30 +
spec/unit/macaddress_spec.rb | 76 +
spec/unit/manufacturer_spec.rb | 115 +
spec/unit/memory_spec.rb | 470 +
spec/unit/netmask_spec.rb | 106 +
spec/unit/operatingsystem/base_spec.rb | 76 +
spec/unit/operatingsystem/cumuluslinux_spec.rb | 40 +
spec/unit/operatingsystem/implementation_spec.rb | 50 +
spec/unit/operatingsystem/linux_spec.rb | 550 ++
spec/unit/operatingsystem/sunos_spec.rb | 143 +
spec/unit/operatingsystem/vmkernel_spec.rb | 13 +
spec/unit/operatingsystem/windows_spec.rb | 89 +
spec/unit/operatingsystem_spec.rb | 17 +
spec/unit/operatingsystemmajrelease_spec.rb | 21 +
spec/unit/operatingsystemrelease_spec.rb | 20 +
spec/unit/os_spec.rb | 131 +
spec/unit/osfamily_spec.rb | 17 +
spec/unit/partitions_spec.rb | 88 +
spec/unit/physicalprocessorcount_spec.rb | 13 +
spec/unit/processor_spec.rb | 38 +
spec/unit/processors/os_spec.rb | 467 +
spec/unit/processors_spec.rb | 203 +
spec/unit/ps_spec.rb | 42 +
spec/unit/rackspace_spec.rb | 40 +
spec/unit/rubyplatform_spec.rb | 7 +
spec/unit/selinux_spec.rb | 119 +
spec/unit/ssh_spec.rb | 77 +
spec/unit/system32_spec.rb | 28 +
spec/unit/system_uptime_spec.rb | 80 +
spec/unit/uniqueid_spec.rb | 27 +
spec/unit/uptime_spec.rb | 110 +
spec/unit/util/collection_spec.rb | 258 +
spec/unit/util/config_spec.rb | 120 +
spec/unit/util/confine_spec.rb | 148 +
spec/unit/util/dhcp_servers_spec.rb | 63 +
spec/unit/util/directory_loader_spec.rb | 102 +
spec/unit/util/ec2_spec.rb | 184 +
spec/unit/util/fact_spec.rb | 142 +
spec/unit/util/file_read_spec.rb | 29 +
spec/unit/util/formatter_spec.rb | 55 +
spec/unit/util/ip/windows_spec.rb | 80 +
spec/unit/util/ip_spec.rb | 467 +
spec/unit/util/loader_spec.rb | 286 +
spec/unit/util/macaddress_spec.rb | 143 +
spec/unit/util/macosx_spec.rb | 114 +
spec/unit/util/manufacturer_spec.rb | 223 +
spec/unit/util/normalization_spec.rb | 113 +
spec/unit/util/operatingsystem_spec.rb | 107 +
spec/unit/util/parser_spec.rb | 233 +
spec/unit/util/partitions/partitions_spec.rb | 67 +
spec/unit/util/partitions_spec.rb | 19 +
spec/unit/util/posix_spec.rb | 11 +
spec/unit/util/processor_spec.rb | 212 +
spec/unit/util/registry_spec.rb | 76 +
spec/unit/util/resolution_spec.rb | 129 +
spec/unit/util/solaris_zones_spec.rb | 127 +
spec/unit/util/uptime_spec.rb | 131 +
spec/unit/util/values_spec.rb | 171 +
spec/unit/util/virtual_spec.rb | 382 +
spec/unit/util/vlans_spec.rb | 42 +
spec/unit/util/wmi_spec.rb | 19 +
spec/unit/util/xendomains_spec.rb | 114 +
spec/unit/version_spec.rb | 42 +
spec/unit/virtual_spec.rb | 585 ++
spec/unit/zfs_version_spec.rb | 87 +
spec/unit/zonename_spec.rb | 14 +
spec/unit/zones_spec.rb | 55 +
spec/unit/zpool_version_spec.rb | 80 +
spec/watchr.rb | 125 +
vendor/leatherman/CMakeLists.txt | 60 -
vendor/leatherman/README.md | 100 -
vendor/leatherman/appveyor.yml | 23 -
vendor/leatherman/catch/CMakeLists.txt | 2 -
vendor/leatherman/cmake/cflags.cmake | 69 -
vendor/leatherman/cmake/internal.cmake | 176 -
vendor/leatherman/cmake/leatherman.cmake | 125 -
vendor/leatherman/cmake/options.cmake | 6 -
vendor/leatherman/locale/CMakeLists.txt | 16 -
.../locale/inc/leatherman/locale/locale.hpp | 16 -
vendor/leatherman/locale/src/posix/locale.cc | 11 -
vendor/leatherman/locale/src/windows/locale.cc | 18 -
vendor/leatherman/logging/CMakeLists.txt | 11 -
.../logging/inc/leatherman/logging/logging.hpp | 274 -
vendor/leatherman/logging/src/logging.cc | 212 -
vendor/leatherman/logging/tests/logging.cc | 193 -
vendor/leatherman/nowide/CMakeLists.txt | 12 -
vendor/leatherman/scripts/cpplint.py | 4754 -----------
vendor/leatherman/scripts/travis_target.sh | 57 -
vendor/leatherman/tests/CMakeLists.txt | 13 -
vendor/leatherman/tests/main.cc | 7 -
.../leatherman/vendor/boost-nowide/CMakeLists.txt | 125 -
vendor/leatherman/vendor/boost-nowide/LICENSE | 23 -
vendor/leatherman/vendor/boost-nowide/appveyor.yml | 25 -
.../vendor/boost-nowide/boost/nowide/args.hpp | 167 -
.../vendor/boost-nowide/boost/nowide/cenv.hpp | 126 -
.../vendor/boost-nowide/boost/nowide/config.hpp | 54 -
.../vendor/boost-nowide/boost/nowide/convert.hpp | 154 -
.../vendor/boost-nowide/boost/nowide/cstdio.hpp | 101 -
.../vendor/boost-nowide/boost/nowide/cstdlib.hpp | 16 -
.../vendor/boost-nowide/boost/nowide/filebuf.hpp | 408 -
.../vendor/boost-nowide/boost/nowide/fstream.hpp | 248 -
.../vendor/boost-nowide/boost/nowide/iostream.hpp | 99 -
.../boost-nowide/boost/nowide/stackstring.hpp | 154 -
.../vendor/boost-nowide/boost/nowide/system.hpp | 46 -
.../vendor/boost-nowide/boost/nowide/windows.hpp | 39 -
.../boost-nowide/libs/nowide/src/iostream.cpp | 261 -
.../boost-nowide/libs/nowide/test/Jamfile.v2 | 38 -
.../vendor/boost-nowide/libs/nowide/test/test.hpp | 25 -
.../boost-nowide/libs/nowide/test/test_convert.cpp | 101 -
.../boost-nowide/libs/nowide/test/test_env.cpp | 49 -
.../boost-nowide/libs/nowide/test/test_fstream.cpp | 152 -
.../libs/nowide/test/test_iostream.cpp | 52 -
.../boost-nowide/libs/nowide/test/test_stdio.cpp | 60 -
.../boost-nowide/libs/nowide/test/test_system.cpp | 91 -
vendor/leatherman/vendor/boost-nowide/readme.md | 15 -
.../leatherman/vendor/boost-nowide/test/test.hpp | 25 -
.../vendor/boost-nowide/test/test_convert.cpp | 103 -
.../vendor/boost-nowide/test/test_env.cpp | 50 -
.../vendor/boost-nowide/test/test_fstream.cpp | 153 -
.../vendor/boost-nowide/test/test_iostream.cpp | 53 -
.../vendor/boost-nowide/test/test_stdio.cpp | 61 -
.../vendor/boost-nowide/test/test_system.cpp | 93 -
vendor/leatherman/vendor/catch/include/catch.hpp | 8997 --------------------
vendor/rapidjson-0.11/include/rapidjson/document.h | 821 --
.../rapidjson-0.11/include/rapidjson/filestream.h | 46 -
.../include/rapidjson/internal/pow10.h | 54 -
.../include/rapidjson/internal/stack.h | 82 -
.../include/rapidjson/internal/strfunc.h | 24 -
.../include/rapidjson/prettywriter.h | 156 -
.../rapidjson-0.11/include/rapidjson/rapidjson.h | 525 --
vendor/rapidjson-0.11/include/rapidjson/reader.h | 683 --
.../include/rapidjson/stringbuffer.h | 49 -
vendor/rapidjson-0.11/include/rapidjson/writer.h | 241 -
vendor/rapidjson-0.11/license.txt | 19 -
vendor/rapidjson-0.11/readme.txt | 33 -
1084 files changed, 33916 insertions(+), 69733 deletions(-)
delete mode 100644 CMakeLists.txt
create mode 100644 COMMITTERS.md
delete mode 100644 Extensibility.md
create mode 100644 Gemfile
create mode 100644 acceptance/Gemfile
create mode 100644 acceptance/Rakefile
create mode 100755 acceptance/bin/ci-bootstrap-from-artifacts.sh
create mode 100644 acceptance/config/aio/options.rb
create mode 100644 acceptance/config/git/options.rb
create mode 100644 acceptance/config/nodes/centos-5-i386.yaml
create mode 100644 acceptance/config/nodes/centos-5-x86_64.yaml
create mode 100644 acceptance/config/nodes/centos-6-i386.yaml
create mode 100644 acceptance/config/nodes/centos-6-x86_64.yaml
create mode 100644 acceptance/config/nodes/debian-6-i386.yaml
create mode 100644 acceptance/config/nodes/debian-6-x86_64.yaml
create mode 100644 acceptance/config/nodes/debian-7-i386.yaml
create mode 100644 acceptance/config/nodes/debian-7-x86_64.yaml
create mode 100644 acceptance/config/nodes/debian-8-i386.yaml
create mode 100644 acceptance/config/nodes/debian-8-x86_64.yaml
create mode 100644 acceptance/config/nodes/fedora-20-i386.yaml
create mode 100644 acceptance/config/nodes/fedora-20-x86_64.yaml
create mode 100644 acceptance/config/nodes/fedora-21-i386.yaml
create mode 100644 acceptance/config/nodes/fedora-21-x86_64.yaml
create mode 100644 acceptance/config/nodes/redhat-5-i386.yaml
create mode 100644 acceptance/config/nodes/redhat-5-x86_64.yaml
create mode 100644 acceptance/config/nodes/redhat-6-i386.yaml
create mode 100644 acceptance/config/nodes/redhat-6-x86_64.yaml
create mode 100644 acceptance/config/nodes/redhat-7-x86_64.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1204-i386.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1204-x86_64.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1404-i386.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1404-x86_64.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1410-i386.yaml
create mode 100644 acceptance/config/nodes/ubuntu-1410-x86_64.yaml
create mode 100644 acceptance/config/nodes/win2003r2x64-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2003r2x64-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2003r2x86-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2003x64-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2003x64-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2003x86-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2008-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2008-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2008r2-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2008r2-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2012-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2012-rubyx86.yaml
create mode 100644 acceptance/config/nodes/win2012r2-rubyx64.yaml
create mode 100644 acceptance/config/nodes/win2012r2-rubyx86.yaml
create mode 100644 acceptance/config/packages/options.rb
create mode 100644 acceptance/lib/helper.rb
create mode 100644 acceptance/lib/puppet/acceptance/common_utils.rb
create mode 100644 acceptance/lib/puppet/acceptance/git_utils.rb
create mode 100644 acceptance/lib/puppet/acceptance/install_utils.rb
create mode 100644 acceptance/setup/aio/pre-suite/010_Install.rb
create mode 100644 acceptance/setup/common/00_EnvSetup.rb
create mode 100755 acceptance/setup/git/pre-suite/01_TestSetup.rb
create mode 100644 acceptance/setup/packages/pre-suite/010_Install.rb
create mode 100644 acceptance/tests/facter_json_output_validates.rb
create mode 100644 acceptance/tests/no_errors_on_stderr.rb
create mode 100644 acceptance/tests/operatingsystem_detection_after_clear_on_ubuntu.rb
create mode 100644 acceptance/tests/runs_external_facts_once.rb
create mode 100644 acceptance/tests/ticket_7039_facter_multiple_facts_one_file.rb
create mode 100755 bin/facter
delete mode 100644 cmake/FindBLKID.cmake
delete mode 100644 cmake/FindDependency.cmake
delete mode 100644 cmake/FindOPENSSL.cmake
delete mode 100644 cmake/FindRuby.cmake
delete mode 100644 cmake/FindYAMLCPP.cmake
delete mode 100644 cmake/GetGitRevisionDescription.cmake
delete mode 100644 cmake/GetGitRevisionDescription.cmake.in
delete mode 100644 cmake/cotire.cmake
delete mode 100644 debian/clean
delete mode 100644 debian/facter.lintian-overrides
create mode 100644 debian/patches/0001-Do-not-require-rubygems.patch
delete mode 100644 debian/patches/0001-fix-etc-mtab-not-available-everywhere.patch
delete mode 100644 debian/patches/0002-Look-for-libruby-in-archlibdir.patch
delete mode 100644 debian/patches/0003-Use-packaged-gem-versions-for-testings.patch
create mode 100644 debian/tests/control
create mode 100644 debian/tests/run
create mode 100644 documentation/custom.page
create mode 100644 documentation/index.page
create mode 100644 etc/facter.conf
delete mode 100644 exe/CMakeLists.txt
delete mode 100644 exe/facter.cc
delete mode 100644 ext/debian/facter.install
mode change 100644 => 100755 ext/debian/rules
create mode 100755 ext/facter-diff
create mode 100644 ext/ips/facter.p5m
create mode 100755 ext/ips/rules
create mode 100644 ext/ips/transforms
create mode 100644 ext/osx/file_mapping.yaml
create mode 100644 ext/osx/preflight.erb
create mode 100644 ext/osx/prototype.plist.erb
create mode 100644 ext/solaris/pkginfo
create mode 100755 install.rb
delete mode 100644 lib/CMakeLists.txt
delete mode 100644 lib/Doxyfile
delete mode 100644 lib/Facter.java.in
delete mode 100644 lib/Gemfile
delete mode 100644 lib/Rakefile
delete mode 100644 lib/docs/generate.rb
delete mode 100644 lib/docs/namespaces.dox
delete mode 100644 lib/docs/template.erb
create mode 100644 lib/facter.rb
delete mode 100644 lib/facter.rb.in
create mode 100644 lib/facter/Cfkey.rb
create mode 100644 lib/facter/application.rb
create mode 100644 lib/facter/architecture.rb
create mode 100644 lib/facter/augeasversion.rb
create mode 100644 lib/facter/blockdevices.rb
create mode 100644 lib/facter/core/aggregate.rb
create mode 100644 lib/facter/core/directed_graph.rb
create mode 100644 lib/facter/core/execution.rb
create mode 100644 lib/facter/core/execution/base.rb
create mode 100644 lib/facter/core/execution/posix.rb
create mode 100644 lib/facter/core/execution/windows.rb
create mode 100644 lib/facter/core/logging.rb
create mode 100644 lib/facter/core/resolvable.rb
create mode 100644 lib/facter/core/suitable.rb
create mode 100644 lib/facter/dhcp_servers.rb
create mode 100644 lib/facter/domain.rb
create mode 100644 lib/facter/ec2.rb
create mode 100644 lib/facter/ec2/rest.rb
create mode 100644 lib/facter/facterversion.rb
create mode 100644 lib/facter/filesystems.rb
create mode 100644 lib/facter/fqdn.rb
create mode 100644 lib/facter/gce.rb
create mode 100644 lib/facter/gce/metadata.rb
create mode 100644 lib/facter/gid.rb
create mode 100644 lib/facter/hardwareisa.rb
create mode 100644 lib/facter/hardwaremodel.rb
create mode 100644 lib/facter/hostname.rb
create mode 100644 lib/facter/id.rb
create mode 100644 lib/facter/interfaces.rb
create mode 100644 lib/facter/ipaddress.rb
create mode 100644 lib/facter/ipaddress6.rb
create mode 100644 lib/facter/iphostnumber.rb
create mode 100644 lib/facter/kernel.rb
create mode 100644 lib/facter/kernelmajversion.rb
create mode 100644 lib/facter/kernelrelease.rb
create mode 100644 lib/facter/kernelversion.rb
create mode 100644 lib/facter/ldom.rb
create mode 100644 lib/facter/lsbdistcodename.rb
create mode 100644 lib/facter/lsbdistdescription.rb
create mode 100644 lib/facter/lsbdistid.rb
create mode 100644 lib/facter/lsbdistrelease.rb
create mode 100644 lib/facter/lsbmajdistrelease.rb
create mode 100644 lib/facter/lsbminordistrelease.rb
create mode 100644 lib/facter/lsbrelease.rb
create mode 100644 lib/facter/macaddress.rb
create mode 100644 lib/facter/macosx.rb
create mode 100644 lib/facter/manufacturer.rb
create mode 100644 lib/facter/memory.rb
create mode 100644 lib/facter/netmask.rb
create mode 100644 lib/facter/network.rb
create mode 100644 lib/facter/operatingsystem.rb
create mode 100644 lib/facter/operatingsystem/base.rb
create mode 100644 lib/facter/operatingsystem/cumuluslinux.rb
create mode 100644 lib/facter/operatingsystem/implementation.rb
create mode 100644 lib/facter/operatingsystem/linux.rb
create mode 100644 lib/facter/operatingsystem/osreleaselinux.rb
create mode 100644 lib/facter/operatingsystem/sunos.rb
create mode 100644 lib/facter/operatingsystem/vmkernel.rb
create mode 100644 lib/facter/operatingsystem/windows.rb
create mode 100644 lib/facter/operatingsystemmajrelease.rb
create mode 100644 lib/facter/operatingsystemrelease.rb
create mode 100644 lib/facter/os.rb
create mode 100644 lib/facter/osfamily.rb
create mode 100644 lib/facter/partitions.rb
create mode 100644 lib/facter/path.rb
create mode 100644 lib/facter/physicalprocessorcount.rb
create mode 100644 lib/facter/processor.rb
create mode 100644 lib/facter/processors.rb
create mode 100644 lib/facter/processors/os.rb
create mode 100644 lib/facter/ps.rb
create mode 100644 lib/facter/puppetversion.rb
create mode 100644 lib/facter/rackspace.rb
create mode 100644 lib/facter/rubyplatform.rb
create mode 100644 lib/facter/rubysitedir.rb
create mode 100644 lib/facter/rubyversion.rb
create mode 100644 lib/facter/selinux.rb
create mode 100644 lib/facter/ssh.rb
create mode 100644 lib/facter/system32.rb
create mode 100644 lib/facter/system_uptime.rb
create mode 100644 lib/facter/timezone.rb
create mode 100644 lib/facter/uniqueid.rb
create mode 100644 lib/facter/uptime.rb
create mode 100644 lib/facter/uptime_days.rb
create mode 100644 lib/facter/uptime_hours.rb
create mode 100644 lib/facter/uptime_seconds.rb
create mode 100644 lib/facter/util/architecture.rb
create mode 100644 lib/facter/util/collection.rb
create mode 100644 lib/facter/util/composite_loader.rb
create mode 100644 lib/facter/util/config.rb
create mode 100644 lib/facter/util/confine.rb
create mode 100644 lib/facter/util/dhcp_servers.rb
create mode 100644 lib/facter/util/directory_loader.rb
create mode 100644 lib/facter/util/ec2.rb
create mode 100644 lib/facter/util/fact.rb
create mode 100644 lib/facter/util/file_read.rb
create mode 100644 lib/facter/util/formatter.rb
create mode 100644 lib/facter/util/ip.rb
create mode 100644 lib/facter/util/ip/windows.rb
create mode 100644 lib/facter/util/loader.rb
create mode 100644 lib/facter/util/macaddress.rb
create mode 100644 lib/facter/util/macosx.rb
create mode 100644 lib/facter/util/manufacturer.rb
create mode 100644 lib/facter/util/memory.rb
create mode 100644 lib/facter/util/netmask.rb
create mode 100644 lib/facter/util/normalization.rb
create mode 100644 lib/facter/util/nothing_loader.rb
create mode 100644 lib/facter/util/operatingsystem.rb
create mode 100644 lib/facter/util/parser.rb
create mode 100644 lib/facter/util/partitions.rb
create mode 100644 lib/facter/util/partitions/linux.rb
create mode 100644 lib/facter/util/partitions/openbsd.rb
create mode 100644 lib/facter/util/plist.rb
create mode 100644 lib/facter/util/plist/generator.rb
create mode 100644 lib/facter/util/plist/parser.rb
create mode 100644 lib/facter/util/posix.rb
create mode 100644 lib/facter/util/processor.rb
create mode 100644 lib/facter/util/registry.rb
create mode 100644 lib/facter/util/resolution.rb
create mode 100644 lib/facter/util/solaris_zones.rb
create mode 100644 lib/facter/util/unix_root.rb
create mode 100644 lib/facter/util/uptime.rb
create mode 100644 lib/facter/util/values.rb
create mode 100644 lib/facter/util/virtual.rb
create mode 100644 lib/facter/util/vlans.rb
create mode 100644 lib/facter/util/windows_root.rb
create mode 100644 lib/facter/util/wmi.rb
create mode 100644 lib/facter/util/xendomains.rb
create mode 100644 lib/facter/version.rb
create mode 100644 lib/facter/virtual.rb
create mode 100644 lib/facter/vlans.rb
create mode 100644 lib/facter/xendomains.rb
create mode 100644 lib/facter/zfs_version.rb
create mode 100644 lib/facter/zonename.rb
create mode 100644 lib/facter/zones.rb
create mode 100644 lib/facter/zpool_version.rb
delete mode 100644 lib/inc/facter/execution/execution.hpp
delete mode 100644 lib/inc/facter/facts/array_value.hpp
delete mode 100644 lib/inc/facter/facts/collection.hpp
delete mode 100644 lib/inc/facter/facts/external/resolver.hpp
delete mode 100644 lib/inc/facter/facts/fact.hpp
delete mode 100644 lib/inc/facter/facts/map_value.hpp
delete mode 100644 lib/inc/facter/facts/os.hpp
delete mode 100644 lib/inc/facter/facts/os_family.hpp
delete mode 100644 lib/inc/facter/facts/resolver.hpp
delete mode 100644 lib/inc/facter/facts/scalar_value.hpp
delete mode 100644 lib/inc/facter/facts/value.hpp
delete mode 100644 lib/inc/facter/facts/vm.hpp
delete mode 100644 lib/inc/facter/http/client.hpp
delete mode 100644 lib/inc/facter/http/request.hpp
delete mode 100644 lib/inc/facter/http/response.hpp
delete mode 100644 lib/inc/facter/logging/logging.hpp
delete mode 100644 lib/inc/facter/ruby/ruby.hpp
delete mode 100644 lib/inc/facter/util/directory.hpp
delete mode 100644 lib/inc/facter/util/environment.hpp
delete mode 100644 lib/inc/facter/util/file.hpp
delete mode 100644 lib/inc/facter/util/option_set.hpp
delete mode 100644 lib/inc/facter/util/scope_exit.hpp
delete mode 100644 lib/inc/facter/util/scoped_resource.hpp
delete mode 100644 lib/inc/facter/util/string.hpp
delete mode 100644 lib/inc/internal/execution/execution.hpp
delete mode 100644 lib/inc/internal/facts/bsd/filesystem_resolver.hpp
delete mode 100644 lib/inc/internal/facts/bsd/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/bsd/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/external/execution_resolver.hpp
delete mode 100644 lib/inc/internal/facts/external/json_resolver.hpp
delete mode 100644 lib/inc/internal/facts/external/text_resolver.hpp
delete mode 100644 lib/inc/internal/facts/external/windows/powershell_resolver.hpp
delete mode 100644 lib/inc/internal/facts/external/yaml_resolver.hpp
delete mode 100644 lib/inc/internal/facts/glib/load_average_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/disk_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/dmi_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/filesystem_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/kernel_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/memory_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/os_cisco.hpp
delete mode 100644 lib/inc/internal/facts/linux/os_coreos.hpp
delete mode 100644 lib/inc/internal/facts/linux/os_cumulus.hpp
delete mode 100644 lib/inc/internal/facts/linux/os_linux.hpp
delete mode 100644 lib/inc/internal/facts/linux/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/release_file.hpp
delete mode 100644 lib/inc/internal/facts/linux/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/linux/virtualization_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/dmi_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/memory_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/system_profiler_resolver.hpp
delete mode 100644 lib/inc/internal/facts/osx/virtualization_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/identity_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/kernel_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/ssh_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/timezone_resolver.hpp
delete mode 100644 lib/inc/internal/facts/posix/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/augeas_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/disk_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/dmi_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/ec2_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/filesystem_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/gce_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/identity_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/kernel_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/load_average_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/memory_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/path_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/ruby_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/ssh_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/system_profiler_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/timezone_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/virtualization_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/zfs_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/zone_resolver.hpp
delete mode 100644 lib/inc/internal/facts/resolvers/zpool_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/disk_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/dmi_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/filesystem_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/kernel_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/memory_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/virtualization_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/zfs_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/zone_resolver.hpp
delete mode 100644 lib/inc/internal/facts/solaris/zpool_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/dmi_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/identity_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/kernel_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/memory_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/networking_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/operating_system_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/processor_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/timezone_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/uptime_resolver.hpp
delete mode 100644 lib/inc/internal/facts/windows/virtualization_resolver.hpp
delete mode 100644 lib/inc/internal/ruby/aggregate_resolution.hpp
delete mode 100644 lib/inc/internal/ruby/api.hpp
delete mode 100644 lib/inc/internal/ruby/chunk.hpp
delete mode 100644 lib/inc/internal/ruby/confine.hpp
delete mode 100644 lib/inc/internal/ruby/fact.hpp
delete mode 100644 lib/inc/internal/ruby/module.hpp
delete mode 100644 lib/inc/internal/ruby/resolution.hpp
delete mode 100644 lib/inc/internal/ruby/ruby_value.hpp
delete mode 100644 lib/inc/internal/ruby/simple_resolution.hpp
delete mode 100644 lib/inc/internal/util/bsd/scoped_ifaddrs.hpp
delete mode 100644 lib/inc/internal/util/dynamic_library.hpp
delete mode 100644 lib/inc/internal/util/posix/scoped_addrinfo.hpp
delete mode 100644 lib/inc/internal/util/posix/scoped_bio.hpp
delete mode 100644 lib/inc/internal/util/posix/scoped_descriptor.hpp
delete mode 100644 lib/inc/internal/util/regex.hpp
delete mode 100644 lib/inc/internal/util/scoped_env.hpp
delete mode 100644 lib/inc/internal/util/scoped_file.hpp
delete mode 100644 lib/inc/internal/util/solaris/k_stat.hpp
delete mode 100644 lib/inc/internal/util/solaris/scoped_kstat.hpp
delete mode 100644 lib/inc/internal/util/windows/process.hpp
delete mode 100644 lib/inc/internal/util/windows/registry.hpp
delete mode 100644 lib/inc/internal/util/windows/system_error.hpp
delete mode 100644 lib/inc/internal/util/windows/user.hpp
delete mode 100644 lib/inc/internal/util/windows/windows.hpp
delete mode 100644 lib/inc/internal/util/windows/wmi.hpp
delete mode 100644 lib/inc/internal/util/windows/wsa.hpp
delete mode 100644 lib/schema/facter.yaml
delete mode 100644 lib/spec/unit/facter_spec.rb
delete mode 100644 lib/spec_helper.rb.in
delete mode 100644 lib/src/execution/execution.cc
delete mode 100644 lib/src/execution/posix/execution.cc
delete mode 100644 lib/src/execution/windows/execution.cc
delete mode 100644 lib/src/facts/array_value.cc
delete mode 100644 lib/src/facts/bsd/collection.cc
delete mode 100644 lib/src/facts/bsd/filesystem_resolver.cc
delete mode 100644 lib/src/facts/bsd/networking_resolver.cc
delete mode 100644 lib/src/facts/bsd/uptime_resolver.cc
delete mode 100644 lib/src/facts/collection.cc
delete mode 100644 lib/src/facts/external/execution_resolver.cc
delete mode 100644 lib/src/facts/external/json_resolver.cc
delete mode 100644 lib/src/facts/external/resolver.cc
delete mode 100644 lib/src/facts/external/text_resolver.cc
delete mode 100644 lib/src/facts/external/windows/powershell_resolver.cc
delete mode 100644 lib/src/facts/external/yaml_resolver.cc
delete mode 100644 lib/src/facts/glib/load_average_resolver.cc
delete mode 100644 lib/src/facts/linux/collection.cc
delete mode 100644 lib/src/facts/linux/disk_resolver.cc
delete mode 100644 lib/src/facts/linux/dmi_resolver.cc
delete mode 100644 lib/src/facts/linux/filesystem_resolver.cc
delete mode 100644 lib/src/facts/linux/kernel_resolver.cc
delete mode 100644 lib/src/facts/linux/memory_resolver.cc
delete mode 100644 lib/src/facts/linux/networking_resolver.cc
delete mode 100644 lib/src/facts/linux/operating_system_resolver.cc
delete mode 100644 lib/src/facts/linux/os_linux.cc
delete mode 100644 lib/src/facts/linux/processor_resolver.cc
delete mode 100644 lib/src/facts/linux/uptime_resolver.cc
delete mode 100644 lib/src/facts/linux/virtualization_resolver.cc
delete mode 100644 lib/src/facts/map_value.cc
delete mode 100644 lib/src/facts/osx/collection.cc
delete mode 100644 lib/src/facts/osx/dmi_resolver.cc
delete mode 100644 lib/src/facts/osx/memory_resolver.cc
delete mode 100644 lib/src/facts/osx/networking_resolver.cc
delete mode 100644 lib/src/facts/osx/operating_system_resolver.cc
delete mode 100644 lib/src/facts/osx/processor_resolver.cc
delete mode 100644 lib/src/facts/osx/system_profiler_resolver.cc
delete mode 100644 lib/src/facts/osx/virtualization_resolver.cc
delete mode 100644 lib/src/facts/posix/collection.cc
delete mode 100644 lib/src/facts/posix/identity_resolver.cc
delete mode 100644 lib/src/facts/posix/kernel_resolver.cc
delete mode 100644 lib/src/facts/posix/networking_resolver.cc
delete mode 100644 lib/src/facts/posix/operatingsystem_resolver.cc
delete mode 100644 lib/src/facts/posix/processor_resolver.cc
delete mode 100644 lib/src/facts/posix/ssh_resolver.cc
delete mode 100644 lib/src/facts/posix/timezone_resolver.cc
delete mode 100644 lib/src/facts/posix/uptime_resolver.cc
delete mode 100644 lib/src/facts/resolver.cc
delete mode 100644 lib/src/facts/resolvers/augeas_resolver.cc
delete mode 100644 lib/src/facts/resolvers/disk_resolver.cc
delete mode 100644 lib/src/facts/resolvers/dmi_resolver.cc
delete mode 100644 lib/src/facts/resolvers/ec2_resolver.cc
delete mode 100644 lib/src/facts/resolvers/filesystem_resolver.cc
delete mode 100644 lib/src/facts/resolvers/gce_resolver.cc
delete mode 100644 lib/src/facts/resolvers/identity_resolver.cc
delete mode 100644 lib/src/facts/resolvers/kernel_resolver.cc
delete mode 100644 lib/src/facts/resolvers/load_average_resolver.cc
delete mode 100644 lib/src/facts/resolvers/memory_resolver.cc
delete mode 100644 lib/src/facts/resolvers/networking_resolver.cc
delete mode 100644 lib/src/facts/resolvers/operating_system_resolver.cc
delete mode 100644 lib/src/facts/resolvers/path_resolver.cc
delete mode 100644 lib/src/facts/resolvers/processor_resolver.cc
delete mode 100644 lib/src/facts/resolvers/ruby_resolver.cc
delete mode 100644 lib/src/facts/resolvers/ssh_resolver.cc
delete mode 100644 lib/src/facts/resolvers/system_profiler_resolver.cc
delete mode 100644 lib/src/facts/resolvers/timezone_resolver.cc
delete mode 100644 lib/src/facts/resolvers/uptime_resolver.cc
delete mode 100644 lib/src/facts/resolvers/virtualization_resolver.cc
delete mode 100644 lib/src/facts/resolvers/zfs_resolver.cc
delete mode 100644 lib/src/facts/resolvers/zone_resolver.cc
delete mode 100644 lib/src/facts/resolvers/zpool_resolver.cc
delete mode 100644 lib/src/facts/scalar_value.cc
delete mode 100644 lib/src/facts/solaris/collection.cc
delete mode 100644 lib/src/facts/solaris/disk_resolver.cc
delete mode 100644 lib/src/facts/solaris/dmi_resolver.cc
delete mode 100644 lib/src/facts/solaris/filesystem_resolver.cc
delete mode 100644 lib/src/facts/solaris/kernel_resolver.cc
delete mode 100644 lib/src/facts/solaris/memory_resolver.cc
delete mode 100644 lib/src/facts/solaris/networking_resolver.cc
delete mode 100644 lib/src/facts/solaris/operating_system_resolver.cc
delete mode 100644 lib/src/facts/solaris/processor_resolver.cc
delete mode 100644 lib/src/facts/solaris/uptime_resolver.cc
delete mode 100644 lib/src/facts/solaris/virtualization_resolver.cc
delete mode 100644 lib/src/facts/solaris/zfs_resolver.cc
delete mode 100644 lib/src/facts/solaris/zone_resolver.cc
delete mode 100644 lib/src/facts/solaris/zpool_resolver.cc
delete mode 100644 lib/src/facts/windows/collection.cc
delete mode 100644 lib/src/facts/windows/dmi_resolver.cc
delete mode 100644 lib/src/facts/windows/identity_resolver.cc
delete mode 100644 lib/src/facts/windows/kernel_resolver.cc
delete mode 100644 lib/src/facts/windows/memory_resolver.cc
delete mode 100644 lib/src/facts/windows/networking_resolver.cc
delete mode 100644 lib/src/facts/windows/operating_system_resolver.cc
delete mode 100644 lib/src/facts/windows/processor_resolver.cc
delete mode 100644 lib/src/facts/windows/timezone_resolver.cc
delete mode 100644 lib/src/facts/windows/uptime_resolver.cc
delete mode 100644 lib/src/facts/windows/virtualization_resolver.cc
delete mode 100644 lib/src/http/client.cc
delete mode 100644 lib/src/http/request.cc
delete mode 100644 lib/src/http/response.cc
delete mode 100644 lib/src/java/facter.cc
delete mode 100644 lib/src/logging/logging.cc
delete mode 100644 lib/src/ruby/aggregate_resolution.cc
delete mode 100644 lib/src/ruby/api.cc
delete mode 100644 lib/src/ruby/chunk.cc
delete mode 100644 lib/src/ruby/confine.cc
delete mode 100644 lib/src/ruby/fact.cc
delete mode 100644 lib/src/ruby/module.cc
delete mode 100644 lib/src/ruby/posix/api.cc
delete mode 100644 lib/src/ruby/resolution.cc
delete mode 100644 lib/src/ruby/ruby.cc
delete mode 100644 lib/src/ruby/ruby_value.cc
delete mode 100644 lib/src/ruby/simple_resolution.cc
delete mode 100644 lib/src/ruby/windows/api.cc
delete mode 100644 lib/src/util/bsd/scoped_ifaddrs.cc
delete mode 100644 lib/src/util/directory.cc
delete mode 100644 lib/src/util/dynamic_library.cc
delete mode 100644 lib/src/util/environment.cc
delete mode 100644 lib/src/util/file.cc
delete mode 100644 lib/src/util/posix/dynamic_library.cc
delete mode 100644 lib/src/util/posix/environment.cc
delete mode 100644 lib/src/util/posix/scoped_addrinfo.cc
delete mode 100644 lib/src/util/posix/scoped_bio.cc
delete mode 100644 lib/src/util/posix/scoped_descriptor.cc
delete mode 100644 lib/src/util/scope_exit.cc
delete mode 100644 lib/src/util/scoped_env.cc
delete mode 100644 lib/src/util/scoped_file.cc
delete mode 100644 lib/src/util/solaris/k_stat.cc
delete mode 100644 lib/src/util/solaris/scoped_kstat.cc
delete mode 100644 lib/src/util/string.cc
delete mode 100644 lib/src/util/windows/dynamic_library.cc
delete mode 100644 lib/src/util/windows/environment.cc
delete mode 100644 lib/src/util/windows/process.cc
delete mode 100644 lib/src/util/windows/registry.cc
delete mode 100644 lib/src/util/windows/system_error.cc
delete mode 100644 lib/src/util/windows/user.cc
delete mode 100644 lib/src/util/windows/wmi.cc
delete mode 100644 lib/src/util/windows/wsa.cc
delete mode 100644 lib/tasks/spec.rake
delete mode 100644 lib/tests/CMakeLists.txt
delete mode 100644 lib/tests/collection_fixture.cc
delete mode 100644 lib/tests/collection_fixture.hpp
delete mode 100644 lib/tests/execution/posix/execution.cc
delete mode 100644 lib/tests/execution/windows/execution.cc
delete mode 100644 lib/tests/facts/array_value.cc
delete mode 100644 lib/tests/facts/boolean_value.cc
delete mode 100644 lib/tests/facts/collection.cc
delete mode 100644 lib/tests/facts/double_value.cc
delete mode 100644 lib/tests/facts/external/json_resolver.cc
delete mode 100644 lib/tests/facts/external/posix/execution_resolver.cc
delete mode 100644 lib/tests/facts/external/text_resolver.cc
delete mode 100644 lib/tests/facts/external/windows/execution_resolver.cc
delete mode 100644 lib/tests/facts/external/windows/powershell_resolver.cc
delete mode 100644 lib/tests/facts/external/yaml_resolver.cc
delete mode 100644 lib/tests/facts/integer_value.cc
delete mode 100644 lib/tests/facts/map_value.cc
delete mode 100644 lib/tests/facts/posix/collection.cc
delete mode 100644 lib/tests/facts/posix/uptime_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/augeas_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/disk_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/dmi_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/filesystem_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/identity_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/kernel_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/memory_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/networking_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/operating_system_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/processor_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/ruby_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/ssh_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/system_profiler_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/timezone_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/uptime_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/virtualization_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/zfs_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/zone_resolver.cc
delete mode 100644 lib/tests/facts/resolvers/zpool_resolver.cc
delete mode 100644 lib/tests/facts/schema.cc
delete mode 100644 lib/tests/facts/string_value.cc
delete mode 100644 lib/tests/facts/windows/collection.cc
delete mode 100644 lib/tests/facts/windows/networking_resolver.cc
delete mode 100644 lib/tests/fixtures.cc
delete mode 100644 lib/tests/fixtures.hpp.in
delete mode 100644 lib/tests/fixtures/execution/ls/file1.txt
delete mode 100644 lib/tests/fixtures/execution/ls/file2.txt
delete mode 100644 lib/tests/fixtures/execution/ls/file3.txt
delete mode 100644 lib/tests/fixtures/execution/ls/file4.txt
delete mode 100644 lib/tests/fixtures/execution/selfkill.sh
delete mode 100644 lib/tests/fixtures/execution/sleep.sh
delete mode 100644 lib/tests/fixtures/facts/external/json/facts.json
delete mode 100644 lib/tests/fixtures/facts/external/json/invalid.json
delete mode 100644 lib/tests/fixtures/facts/external/ordering/bar/foo.yaml
delete mode 100644 lib/tests/fixtures/facts/external/ordering/foo/foo.yaml
delete mode 100755 lib/tests/fixtures/facts/external/posix/execution/error_message
delete mode 100755 lib/tests/fixtures/facts/external/posix/execution/facts
delete mode 100755 lib/tests/fixtures/facts/external/posix/execution/failed
delete mode 100644 lib/tests/fixtures/facts/external/posix/execution/not_executable
delete mode 100644 lib/tests/fixtures/facts/external/text/facts.txt
delete mode 100644 lib/tests/fixtures/facts/external/windows/execution/error_message.bat
delete mode 100755 lib/tests/fixtures/facts/external/windows/execution/facts.bat
delete mode 100644 lib/tests/fixtures/facts/external/windows/execution/failed.cmd
delete mode 100644 lib/tests/fixtures/facts/external/windows/execution/not_executable
delete mode 100644 lib/tests/fixtures/facts/external/windows/execution/ruby_script.rb
delete mode 100644 lib/tests/fixtures/facts/external/windows/powershell/error_message.ps1
delete mode 100644 lib/tests/fixtures/facts/external/windows/powershell/facts.ps1
delete mode 100644 lib/tests/fixtures/facts/external/windows/powershell/failed.ps1
delete mode 100644 lib/tests/fixtures/facts/external/windows/powershell/not_executable
delete mode 100644 lib/tests/fixtures/facts/external/yaml/facts.yaml
delete mode 100644 lib/tests/fixtures/facts/external/yaml/invalid.yaml
delete mode 100644 lib/tests/fixtures/ruby/aggregate.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_invalid_require.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_with_block.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_with_cycle.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_with_invalid_merge.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_with_merge.rb
delete mode 100644 lib/tests/fixtures/ruby/aggregate_with_require.rb
delete mode 100644 lib/tests/fixtures/ruby/array_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/array_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/bad_command.rb
delete mode 100644 lib/tests/fixtures/ruby/bad_syntax.rb
delete mode 100644 lib/tests/fixtures/ruby/block_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/block_false_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/block_nil_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/block_true_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/boolean_false_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/boolean_false_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/boolean_true_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/boolean_true_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/confine_missing_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/confine_weight.rb
delete mode 100644 lib/tests/fixtures/ruby/cycle.rb
delete mode 100644 lib/tests/fixtures/ruby/debug.rb
delete mode 100644 lib/tests/fixtures/ruby/debugging.rb
delete mode 100644 lib/tests/fixtures/ruby/debugonce.rb
delete mode 100644 lib/tests/fixtures/ruby/define_aggregate_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/define_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/double_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/empty_command.rb
delete mode 100644 lib/tests/fixtures/ruby/empty_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/empty_fact_with_value.rb
delete mode 100644 lib/tests/fixtures/ruby/exec.rb
delete mode 100644 lib/tests/fixtures/ruby/execute_on_fail_raise.rb
delete mode 100644 lib/tests/fixtures/ruby/execute_on_fail_value.rb
delete mode 100644 lib/tests/fixtures/ruby/execute_timeout.rb
delete mode 100644 lib/tests/fixtures/ruby/existing_aggregate_resolution.rb
delete mode 100644 lib/tests/fixtures/ruby/existing_simple_resolution.rb
delete mode 100644 lib/tests/fixtures/ruby/fact.rb
delete mode 100644 lib/tests/fixtures/ruby/facter.rb
delete mode 100644 lib/tests/fixtures/ruby/facterversion.rb
delete mode 100644 lib/tests/fixtures/ruby/hash_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/hash_with_non_string_key.rb
delete mode 100644 lib/tests/fixtures/ruby/integer_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/log_exception.rb
delete mode 100644 lib/tests/fixtures/ruby/lookup.rb
delete mode 100644 lib/tests/fixtures/ruby/multi_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/named_resolution.rb
delete mode 100644 lib/tests/fixtures/ruby/nil_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/on_message.rb
delete mode 100644 lib/tests/fixtures/ruby/range_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/regexp_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/ruby.rb
delete mode 100644 lib/tests/fixtures/ruby/simple.rb
delete mode 100644 lib/tests/fixtures/ruby/simple_command.rb
delete mode 100644 lib/tests/fixtures/ruby/simple_confine.rb
delete mode 100644 lib/tests/fixtures/ruby/simple_resolution.rb
delete mode 100644 lib/tests/fixtures/ruby/string_fact.rb
delete mode 100644 lib/tests/fixtures/ruby/timeout.rb
delete mode 100644 lib/tests/fixtures/ruby/trace.rb
delete mode 100644 "lib/tests/fixtures/ruby/uni\341\220\201dir/customfacts\342\204\242.rb"
delete mode 100644 lib/tests/fixtures/ruby/value.rb
delete mode 100644 lib/tests/fixtures/ruby/version.rb
delete mode 100644 lib/tests/fixtures/ruby/warn.rb
delete mode 100644 lib/tests/fixtures/ruby/warnonce.rb
delete mode 100644 lib/tests/fixtures/ruby/weight.rb
delete mode 100644 lib/tests/fixtures/ruby/weight_option.rb
delete mode 100644 lib/tests/fixtures/ruby/which.rb
delete mode 100644 lib/tests/fixtures/util/multiline_file.txt
delete mode 100644 lib/tests/java/facter.cc
delete mode 100644 lib/tests/log_capture.cc
delete mode 100644 lib/tests/log_capture.hpp
delete mode 100644 lib/tests/logging/logging.cc
delete mode 100644 lib/tests/main.cc
delete mode 100644 lib/tests/ruby/ruby.cc
delete mode 100644 lib/tests/util/bsd/scoped_ifaddrs.cc
delete mode 100644 lib/tests/util/directory.cc
delete mode 100644 lib/tests/util/environment.cc
delete mode 100644 lib/tests/util/file.cc
delete mode 100644 lib/tests/util/option_set.cc
delete mode 100644 lib/tests/util/posix/environment.cc
delete mode 100644 lib/tests/util/posix/scoped_addrinfo.cc
delete mode 100644 lib/tests/util/posix/scoped_bio.cc
delete mode 100644 lib/tests/util/posix/scoped_descriptor.cc
delete mode 100644 lib/tests/util/scoped_env.cc
delete mode 100644 lib/tests/util/string.cc
delete mode 100644 lib/tests/util/windows/environment.cc
delete mode 100644 lib/version.h.in
create mode 100644 libexec/ext/README
delete mode 100755 scripts/cpplint.py
delete mode 100755 scripts/travis_target.sh
create mode 100644 spec/fixtures/cpuinfo/amd64dual
create mode 100644 spec/fixtures/cpuinfo/amd64dual-grep
create mode 100644 spec/fixtures/cpuinfo/amd64quad
create mode 100644 spec/fixtures/cpuinfo/amd64solo
create mode 100644 spec/fixtures/cpuinfo/amd64tri
create mode 100644 spec/fixtures/cpuinfo/amd64twentyfour
create mode 100644 spec/fixtures/cpuinfo/amd64twentyfour-grep
create mode 100644 spec/fixtures/cpuinfo/bbg3-armel
create mode 100644 spec/fixtures/cpuinfo/beaglexm-armel
create mode 100644 spec/fixtures/cpuinfo/panda-armel
create mode 100644 spec/fixtures/cpuinfo/ppc64
create mode 100644 spec/fixtures/cpuinfo/ppc64le
create mode 100644 spec/fixtures/cpuinfo/sparc
create mode 100644 spec/fixtures/cpuinfo/two_multicore-grep
create mode 100644 spec/fixtures/cpuinfo/two_singlecore-grep
create mode 100644 spec/fixtures/hpux/machinfo/hppa-rp4440
create mode 100644 spec/fixtures/hpux/machinfo/ia64-rx2620
create mode 100644 spec/fixtures/hpux/machinfo/ia64-rx6600
create mode 100644 spec/fixtures/hpux/machinfo/ia64-rx8640
create mode 100644 spec/fixtures/hpux/machinfo/superdome-server-SD32B
create mode 100644 spec/fixtures/hpux/machinfo/superdome2-16s
create mode 100644 spec/fixtures/hpux/sched.models
create mode 100644 spec/fixtures/hpux/unistd.h
create mode 100644 spec/fixtures/ifconfig/bsd_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/ifconfig/centos_5_5
create mode 100644 spec/fixtures/ifconfig/centos_5_5_eth0
create mode 100644 spec/fixtures/ifconfig/darwin_10_3_0
create mode 100644 spec/fixtures/ifconfig/darwin_10_3_0_en0
create mode 100644 spec/fixtures/ifconfig/darwin_10_6_4
create mode 100644 spec/fixtures/ifconfig/darwin_10_6_4_en1
create mode 100644 spec/fixtures/ifconfig/darwin_10_6_6_dualstack
create mode 100644 spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1
create mode 100644 spec/fixtures/ifconfig/darwin_9_8_0
create mode 100644 spec/fixtures/ifconfig/darwin_9_8_0_en0
create mode 100644 spec/fixtures/ifconfig/darwin_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/ifconfig/fedora_10
create mode 100644 spec/fixtures/ifconfig/fedora_10_eth0
create mode 100644 spec/fixtures/ifconfig/fedora_13
create mode 100644 spec/fixtures/ifconfig/fedora_13_eth0
create mode 100644 spec/fixtures/ifconfig/fedora_8
create mode 100644 spec/fixtures/ifconfig/fedora_8_eth0
create mode 100644 spec/fixtures/ifconfig/freebsd_6_0
create mode 100644 spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt
create mode 100644 spec/fixtures/ifconfig/ifconfig_ubuntu_1204.txt
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_all_with_multiple_interfaces_and_fe80
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_all_with_multiple_interfaces_and_no_public_ipv6
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_no_addr
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_no_mac
create mode 100644 spec/fixtures/ifconfig/linux_ifconfig_venet
create mode 100644 spec/fixtures/ifconfig/open_solaris_10
create mode 100644 spec/fixtures/ifconfig/open_solaris_b132
create mode 100644 spec/fixtures/ifconfig/openbsd_bridge_rules
create mode 100644 spec/fixtures/ifconfig/sunos_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/ifconfig/ubuntu_7_04
create mode 100644 spec/fixtures/ifconfig/ubuntu_7_04_eth0
create mode 100644 spec/fixtures/ldom/ldom_v1
create mode 100644 spec/fixtures/netstat/centos_5_5
create mode 100644 spec/fixtures/netstat/darwin_10_3_0
create mode 100644 spec/fixtures/netstat/darwin_10_6_4
create mode 100644 spec/fixtures/netstat/darwin_10_6_6_dualstack
create mode 100644 spec/fixtures/netstat/darwin_9_8_0
create mode 100644 spec/fixtures/netstat/fedora_10
create mode 100644 spec/fixtures/netstat/open_solaris_10
create mode 100644 spec/fixtures/netstat/open_solaris_b132
create mode 100644 spec/fixtures/netstat/ubuntu_7_04
create mode 100644 spec/fixtures/processorcount/solaris-psrinfo
create mode 100644 spec/fixtures/processorcount/solaris-sparc-kstat-cpu-info
create mode 100644 spec/fixtures/processorcount/solaris-x86_64-kstat-cpu-info
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_devices
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_devices_disconnected
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_eth0_dhcp
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_eth0_static
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_wlan0_dhcp
create mode 100644 spec/fixtures/unit/dhcp_servers/nmcli_wlan0_static
create mode 100644 spec/fixtures/unit/dhcp_servers/route
create mode 100644 spec/fixtures/unit/dhcp_servers/route_nogw
create mode 100644 spec/fixtures/unit/ec2/rest/meta-data/root
create mode 100644 spec/fixtures/unit/filesystems/linux
create mode 100644 spec/fixtures/unit/gce/metadata/metadata.json
create mode 100644 spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt
create mode 100644 spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.em1
create mode 100644 spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.lo
create mode 100644 spec/fixtures/unit/ipaddress/ifconfig_multiple_127_addresses.txt
create mode 100644 spec/fixtures/unit/ipaddress/ifconfig_net_tools_1.60.txt
create mode 100644 spec/fixtures/unit/ipaddress/ifconfig_non_english_locale.txt
create mode 100644 spec/fixtures/unit/ipaddress/ifconfig_ubuntu_1204.txt
create mode 100644 spec/fixtures/unit/kernelrelease/openbsd-5.3
create mode 100644 spec/fixtures/unit/kernelrelease/openbsd-5.3-current
create mode 100644 spec/fixtures/unit/memory/aix-svmon
create mode 100644 spec/fixtures/unit/memory/aix-swap_l
create mode 100644 spec/fixtures/unit/memory/darwin-swapinfo-multiple
create mode 100644 spec/fixtures/unit/memory/darwin-swapinfo-single
create mode 100644 spec/fixtures/unit/memory/darwin-vm_stat
create mode 100644 spec/fixtures/unit/memory/dragonfly-vmstat
create mode 100644 spec/fixtures/unit/memory/freebsd-vmstat
create mode 100644 spec/fixtures/unit/memory/linux-proc_meminfo
create mode 100644 spec/fixtures/unit/memory/openbsd-vmstat
create mode 100644 spec/fixtures/unit/memory/smartos_zone_swap_l-single
create mode 100644 spec/fixtures/unit/memory/solaris-prtconf
create mode 100644 spec/fixtures/unit/memory/solaris-swap_l-multiple
create mode 100644 spec/fixtures/unit/memory/solaris-swap_l-single
create mode 100644 spec/fixtures/unit/memory/solaris-vmstat
create mode 100644 spec/fixtures/unit/netmask/darwin_10_8_5.txt
create mode 100644 spec/fixtures/unit/netmask/ifconfig_aix_7.txt
create mode 100644 spec/fixtures/unit/netmask/ifconfig_net_tools_1.60.txt
create mode 100644 spec/fixtures/unit/netmask/ifconfig_ubuntu_1204.txt
create mode 100644 spec/fixtures/unit/processors/os/darwin-system-profiler
create mode 100644 spec/fixtures/unit/selinux/selinux_sestatus
create mode 100644 spec/fixtures/unit/selinux/selinux_sestatus2
create mode 100644 spec/fixtures/unit/util/dhcp_servers/route
create mode 100644 spec/fixtures/unit/util/dhcp_servers/route_nogw
create mode 100644 spec/fixtures/unit/util/ec2/centos-arp-ec2.out
create mode 100644 spec/fixtures/unit/util/ec2/linux-arp-ec2.out
create mode 100644 spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out
create mode 100644 spec/fixtures/unit/util/ec2/solaris8_arp_a_not_ec2.out
create mode 100644 spec/fixtures/unit/util/ec2/windows-2008-arp-a-not-ec2.out
create mode 100644 spec/fixtures/unit/util/ec2/windows-2008-arp-a.out
create mode 100644 spec/fixtures/unit/util/ip/6.0-STABLE_FreeBSD_ifconfig
create mode 100644 spec/fixtures/unit/util/ip/Mac_OS_X_10.5.5_ifconfig
create mode 100644 spec/fixtures/unit/util/ip/darwin_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/unit/util/ip/darwin_ifconfig_single_interface
create mode 100644 spec/fixtures/unit/util/ip/debian_kfreebsd_ifconfig
create mode 100644 spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan1
create mode 100644 spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lo0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1111_lanscan
create mode 100644 spec/fixtures/unit/util/ip/hpux_1111_netstat_in
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan1
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lo0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_asterisk_lanscan
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_asterisk_netstat_in
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_lanscan
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_netstat_in
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan1
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lo0
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_lanscan
create mode 100644 spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_netstat_in
create mode 100644 spec/fixtures/unit/util/ip/linux_2_6_35_proc_net_bonding_bond0
create mode 100644 spec/fixtures/unit/util/ip/linux_get_single_interface_eth0
create mode 100644 spec/fixtures/unit/util/ip/linux_get_single_interface_ib0
create mode 100644 spec/fixtures/unit/util/ip/linux_get_single_interface_lo
create mode 100644 spec/fixtures/unit/util/ip/linux_ifconfig_all_with_single_interface
create mode 100644 spec/fixtures/unit/util/ip/linux_ifconfig_ib0
create mode 100644 spec/fixtures/unit/util/ip/solaris_ifconfig_all_with_multiple_interfaces
create mode 100644 spec/fixtures/unit/util/ip/solaris_ifconfig_single_interface
create mode 100644 spec/fixtures/unit/util/ip/windows_netsh_all_interfaces
create mode 100644 spec/fixtures/unit/util/ip/windows_netsh_single_interface
create mode 100644 spec/fixtures/unit/util/ip/windows_netsh_single_interface6
create mode 100644 spec/fixtures/unit/util/manufacturer/freebsd_dmidecode
create mode 100644 spec/fixtures/unit/util/manufacturer/intel_linux_dmidecode
create mode 100644 spec/fixtures/unit/util/manufacturer/linux_dmidecode_with_spaces
create mode 100644 spec/fixtures/unit/util/manufacturer/opensolaris_smbios
create mode 100644 spec/fixtures/unit/util/manufacturer/smartos_smbios
create mode 100644 spec/fixtures/unit/util/manufacturer/solaris_sunfire_v120_prtdiag
create mode 100644 spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
create mode 100644 spec/fixtures/unit/util/operatingsystem/coreos.txt
create mode 100644 spec/fixtures/unit/util/operatingsystem/cumuluslinux.txt
create mode 100644 spec/fixtures/unit/util/operatingsystem/redhat-7.txt
create mode 100644 spec/fixtures/unit/util/operatingsystem/sabayon.txt
create mode 100644 spec/fixtures/unit/util/operatingsystem/wheezy.txt
create mode 100644 spec/fixtures/unit/util/partitions/partitions/mount
create mode 100644 spec/fixtures/unit/util/processor/solaris-i86pc
create mode 100644 spec/fixtures/unit/util/processor/solaris-sun4u
create mode 100644 spec/fixtures/unit/util/processor/x86-pentium2
create mode 100644 spec/fixtures/unit/util/uptime/kstat_boot_time
create mode 100644 spec/fixtures/unit/util/uptime/sysctl_kern_boottime_darwin
create mode 100644 spec/fixtures/unit/util/uptime/sysctl_kern_boottime_openbsd
create mode 100644 spec/fixtures/unit/util/uptime/ubuntu_proc_uptime
create mode 100644 spec/fixtures/unit/util/virtual/invalid_unicode_dmi_entries
create mode 100644 spec/fixtures/unit/util/virtual/solaris10_proc_self_status1
create mode 100644 spec/fixtures/unit/util/vlans/centos-5-no-vlans
create mode 100644 spec/fixtures/unit/util/vlans/linux_vlan_config
create mode 100644 spec/fixtures/unit/util/xendomains/xendomains
create mode 100644 spec/fixtures/unit/virtual/sysfs_dmi_entries_raw.txt
create mode 100644 spec/fixtures/unit/zfs_version/freebsd_8.2
create mode 100644 spec/fixtures/unit/zfs_version/freebsd_9.0
create mode 100644 spec/fixtures/unit/zfs_version/linux-fuse_0.6.9
create mode 100644 spec/fixtures/unit/zfs_version/solaris_10
create mode 100644 spec/fixtures/unit/zfs_version/solaris_11
create mode 100644 spec/fixtures/unit/zfs_version/zfs_new
create mode 100644 spec/fixtures/unit/zfs_version/zfs_old
create mode 100644 spec/fixtures/unit/zfs_version/zfsonlinux_0.6.1
create mode 100644 spec/fixtures/unit/zpool_version/freebsd_8.2
create mode 100644 spec/fixtures/unit/zpool_version/freebsd_9.0
create mode 100644 spec/fixtures/unit/zpool_version/linux-fuse_0.6.9
create mode 100644 spec/fixtures/unit/zpool_version/solaris_10
create mode 100644 spec/fixtures/unit/zpool_version/solaris_11
create mode 100644 spec/fixtures/unit/zpool_version/zfsonlinux_0.6.1
create mode 100644 spec/fixtures/virtual/proc_1_cgroup/in_a_container
create mode 100644 spec/fixtures/virtual/proc_1_cgroup/in_a_docker_container
create mode 100644 spec/fixtures/virtual/proc_1_cgroup/not_in_a_container
create mode 100644 spec/fixtures/virtual/proc_self_status/vserver_2_1/guest
create mode 100644 spec/fixtures/virtual/proc_self_status/vserver_2_1/host
create mode 100644 spec/fixtures/virtual/proc_self_status/vserver_2_3/guest
create mode 100644 spec/fixtures/virtual/proc_self_status/vserver_2_3/host
create mode 100755 spec/integration/facter_spec.rb
create mode 100644 spec/lib/facter_spec/cpuinfo.rb
create mode 100644 spec/lib/facter_spec/windows_network.rb
create mode 100755 spec/puppetlabs_spec/files.rb
create mode 100755 spec/puppetlabs_spec/fixtures.rb
create mode 100644 spec/puppetlabs_spec/matchers.rb
create mode 100755 spec/puppetlabs_spec/verbose.rb
create mode 100644 spec/puppetlabs_spec_helper.rb
create mode 100644 spec/schema/validate_facter_schema.rb
create mode 100644 spec/shared_contexts/platform.rb
create mode 100644 spec/shared_formats/parses.rb
create mode 100644 spec/spec_helper.rb
create mode 100644 spec/unit/application_spec.rb
create mode 100755 spec/unit/architecture_spec.rb
create mode 100644 spec/unit/blockdevices_spec.rb
create mode 100644 spec/unit/core/aggregate_spec.rb
create mode 100644 spec/unit/core/directed_graph_spec.rb
create mode 100644 spec/unit/core/execution/base_spec.rb
create mode 100644 spec/unit/core/execution/posix_spec.rb
create mode 100644 spec/unit/core/execution/windows_spec.rb
create mode 100644 spec/unit/core/execution_spec.rb
create mode 100644 spec/unit/core/logging_spec.rb
create mode 100644 spec/unit/core/resolvable_spec.rb
create mode 100644 spec/unit/core/suitable_spec.rb
create mode 100644 spec/unit/dhcp_servers_spec.rb
create mode 100755 spec/unit/domain_spec.rb
create mode 100644 spec/unit/ec2/rest_spec.rb
create mode 100755 spec/unit/ec2_spec.rb
create mode 100755 spec/unit/facter_spec.rb
create mode 100644 spec/unit/filesystems_spec.rb
create mode 100644 spec/unit/fqdn_spec.rb
create mode 100644 spec/unit/gce/metadata_spec.rb
create mode 100644 spec/unit/gce_spec.rb
create mode 100755 spec/unit/gid_spec.rb
create mode 100755 spec/unit/hardwareisa_spec.rb
create mode 100644 spec/unit/hardwaremodel_spec.rb
create mode 100755 spec/unit/hostname_spec.rb
create mode 100755 spec/unit/id_spec.rb
create mode 100755 spec/unit/interfaces_spec.rb
create mode 100755 spec/unit/ipaddress6_spec.rb
create mode 100755 spec/unit/ipaddress_spec.rb
create mode 100644 spec/unit/kernel_spec.rb
create mode 100755 spec/unit/kernelmajversion_spec.rb
create mode 100644 spec/unit/kernelrelease_spec.rb
create mode 100644 spec/unit/kernelversion_spec.rb
create mode 100644 spec/unit/ldom_spec.rb
create mode 100755 spec/unit/lsbdistcodename_spec.rb
create mode 100755 spec/unit/lsbdistdescription_spec.rb
create mode 100644 spec/unit/lsbdistid_spec.rb
create mode 100755 spec/unit/lsbdistrelease_spec.rb
create mode 100755 spec/unit/lsbmajdistrelease_spec.rb
create mode 100755 spec/unit/lsbminordistrelease_spec.rb
create mode 100755 spec/unit/lsbrelease_spec.rb
create mode 100755 spec/unit/macaddress_spec.rb
create mode 100644 spec/unit/manufacturer_spec.rb
create mode 100755 spec/unit/memory_spec.rb
create mode 100755 spec/unit/netmask_spec.rb
create mode 100644 spec/unit/operatingsystem/base_spec.rb
create mode 100644 spec/unit/operatingsystem/cumuluslinux_spec.rb
create mode 100644 spec/unit/operatingsystem/implementation_spec.rb
create mode 100644 spec/unit/operatingsystem/linux_spec.rb
create mode 100644 spec/unit/operatingsystem/sunos_spec.rb
create mode 100644 spec/unit/operatingsystem/vmkernel_spec.rb
create mode 100644 spec/unit/operatingsystem/windows_spec.rb
create mode 100755 spec/unit/operatingsystem_spec.rb
create mode 100644 spec/unit/operatingsystemmajrelease_spec.rb
create mode 100755 spec/unit/operatingsystemrelease_spec.rb
create mode 100644 spec/unit/os_spec.rb
create mode 100644 spec/unit/osfamily_spec.rb
create mode 100644 spec/unit/partitions_spec.rb
create mode 100755 spec/unit/physicalprocessorcount_spec.rb
create mode 100755 spec/unit/processor_spec.rb
create mode 100644 spec/unit/processors/os_spec.rb
create mode 100644 spec/unit/processors_spec.rb
create mode 100755 spec/unit/ps_spec.rb
create mode 100644 spec/unit/rackspace_spec.rb
create mode 100644 spec/unit/rubyplatform_spec.rb
create mode 100755 spec/unit/selinux_spec.rb
create mode 100755 spec/unit/ssh_spec.rb
create mode 100644 spec/unit/system32_spec.rb
create mode 100644 spec/unit/system_uptime_spec.rb
create mode 100755 spec/unit/uniqueid_spec.rb
create mode 100755 spec/unit/uptime_spec.rb
create mode 100755 spec/unit/util/collection_spec.rb
create mode 100644 spec/unit/util/config_spec.rb
create mode 100755 spec/unit/util/confine_spec.rb
create mode 100644 spec/unit/util/dhcp_servers_spec.rb
create mode 100644 spec/unit/util/directory_loader_spec.rb
create mode 100755 spec/unit/util/ec2_spec.rb
create mode 100755 spec/unit/util/fact_spec.rb
create mode 100644 spec/unit/util/file_read_spec.rb
create mode 100644 spec/unit/util/formatter_spec.rb
create mode 100644 spec/unit/util/ip/windows_spec.rb
create mode 100755 spec/unit/util/ip_spec.rb
create mode 100755 spec/unit/util/loader_spec.rb
create mode 100755 spec/unit/util/macaddress_spec.rb
create mode 100755 spec/unit/util/macosx_spec.rb
create mode 100755 spec/unit/util/manufacturer_spec.rb
create mode 100644 spec/unit/util/normalization_spec.rb
create mode 100644 spec/unit/util/operatingsystem_spec.rb
create mode 100755 spec/unit/util/parser_spec.rb
create mode 100644 spec/unit/util/partitions/partitions_spec.rb
create mode 100644 spec/unit/util/partitions_spec.rb
create mode 100644 spec/unit/util/posix_spec.rb
create mode 100755 spec/unit/util/processor_spec.rb
create mode 100644 spec/unit/util/registry_spec.rb
create mode 100755 spec/unit/util/resolution_spec.rb
create mode 100644 spec/unit/util/solaris_zones_spec.rb
create mode 100755 spec/unit/util/uptime_spec.rb
create mode 100644 spec/unit/util/values_spec.rb
create mode 100755 spec/unit/util/virtual_spec.rb
create mode 100755 spec/unit/util/vlans_spec.rb
create mode 100755 spec/unit/util/wmi_spec.rb
create mode 100755 spec/unit/util/xendomains_spec.rb
create mode 100644 spec/unit/version_spec.rb
create mode 100755 spec/unit/virtual_spec.rb
create mode 100644 spec/unit/zfs_version_spec.rb
create mode 100644 spec/unit/zonename_spec.rb
create mode 100644 spec/unit/zones_spec.rb
create mode 100644 spec/unit/zpool_version_spec.rb
create mode 100755 spec/watchr.rb
delete mode 100644 vendor/leatherman/CMakeLists.txt
delete mode 100644 vendor/leatherman/README.md
delete mode 100644 vendor/leatherman/appveyor.yml
delete mode 100644 vendor/leatherman/catch/CMakeLists.txt
delete mode 100644 vendor/leatherman/cmake/cflags.cmake
delete mode 100644 vendor/leatherman/cmake/internal.cmake
delete mode 100644 vendor/leatherman/cmake/leatherman.cmake
delete mode 100644 vendor/leatherman/cmake/options.cmake
delete mode 100644 vendor/leatherman/locale/CMakeLists.txt
delete mode 100644 vendor/leatherman/locale/inc/leatherman/locale/locale.hpp
delete mode 100644 vendor/leatherman/locale/src/posix/locale.cc
delete mode 100644 vendor/leatherman/locale/src/windows/locale.cc
delete mode 100644 vendor/leatherman/logging/CMakeLists.txt
delete mode 100644 vendor/leatherman/logging/inc/leatherman/logging/logging.hpp
delete mode 100644 vendor/leatherman/logging/src/logging.cc
delete mode 100644 vendor/leatherman/logging/tests/logging.cc
delete mode 100644 vendor/leatherman/nowide/CMakeLists.txt
delete mode 100755 vendor/leatherman/scripts/cpplint.py
delete mode 100755 vendor/leatherman/scripts/travis_target.sh
delete mode 100644 vendor/leatherman/tests/CMakeLists.txt
delete mode 100644 vendor/leatherman/tests/main.cc
delete mode 100644 vendor/leatherman/vendor/boost-nowide/CMakeLists.txt
delete mode 100644 vendor/leatherman/vendor/boost-nowide/LICENSE
delete mode 100644 vendor/leatherman/vendor/boost-nowide/appveyor.yml
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/args.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/cenv.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/config.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/convert.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/cstdio.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/cstdlib.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/filebuf.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/fstream.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/iostream.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/stackstring.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/system.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/boost/nowide/windows.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/src/iostream.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/Jamfile.v2
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_convert.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_env.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_fstream.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_iostream.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_stdio.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/libs/nowide/test/test_system.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/readme.md
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test.hpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_convert.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_env.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_fstream.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_iostream.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_stdio.cpp
delete mode 100644 vendor/leatherman/vendor/boost-nowide/test/test_system.cpp
delete mode 100644 vendor/leatherman/vendor/catch/include/catch.hpp
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/document.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/filestream.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/internal/pow10.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/internal/stack.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/internal/strfunc.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/prettywriter.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/rapidjson.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/reader.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/stringbuffer.h
delete mode 100644 vendor/rapidjson-0.11/include/rapidjson/writer.h
delete mode 100644 vendor/rapidjson-0.11/license.txt
delete mode 100644 vendor/rapidjson-0.11/readme.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list