module-apt/lib/facter
varac a70c52c1d4 Fix loading of util/debian.rb for custom facts
requirering the facter/util/debian.rb module causes
puppet warnings on wheezy hosts, and custom facts like
`$::debian_codename` cannot be evaluated.

    warning: Could not load fact file
      /srv/dev/projects/puppet/shared-modules//apt/lib/facter/debian_nextcodename.rb:
      no such file to load -- facter/util/debian

Removing the require line solves this.
2015-12-07 14:27:04 +01:00
..
util Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
apt_running.rb added custom fact apt_running 2013-01-20 17:32:02 +01:00
debian_codename.rb Fix loading of util/debian.rb for custom facts 2015-12-07 14:27:04 +01:00
debian_lts.rb Fix loading of util/debian.rb for custom facts 2015-12-07 14:27:04 +01:00
debian_nextcodename.rb Fix loading of util/debian.rb for custom facts 2015-12-07 14:27:04 +01:00
debian_nextrelease.rb Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
debian_release.rb Fix loading of util/debian.rb for custom facts 2015-12-07 14:27:04 +01:00
ubuntu_codename.rb Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
ubuntu_nextcodename.rb Fix loading of util/debian.rb for custom facts 2015-12-07 14:27:04 +01:00