module-apt/lib/facter
varac 5381cb7b61 [bug] Fix debian_nextcodename on wheezy hosts
I noticed this behaviour because $::debian_nextcodename was
"squeeze" on a wheezy host.
For debugging, i inserted a "puts codenames" in
lib/facter/debian_nextcodename.rb, and it turned out that it
was sorted differently on wheezy and jessie hosts:

On wheezy:

    buster
    stretch
    jessie
    wheezy
    squeeze
    lenny

On jessie:

    lenny
    squeeze
    wheezy
    jessie
    stretch
    buster

So i decided to rewrite this so this doesn't happen again.
2015-12-07 19:43:31 +01:00
..
util [bug] Fix debian_nextcodename on wheezy hosts 2015-12-07 19:43:31 +01: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 [bug] Fix debian_nextcodename on wheezy hosts 2015-12-07 19:43:31 +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