4
0
Ответвление 0
module-apt/lib/facter/util
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
..
debian.rb Replace debian_*() parser functions with facts 2015-05-11 12:01:35 -04:00
ubuntu.rb [bug] Fix debian_nextcodename on wheezy hosts 2015-12-07 19:43:31 +01:00