debian_nextcodename: take into account Squeeze was released.
This commit is contained in:
parent
e32f4275a6
commit
f11e821f0a
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ module Puppet::Parser::Functions
|
|||
case args[0]
|
||||
when "etch" then "lenny"
|
||||
when "lenny" then "squeeze"
|
||||
when "squeeze" then "sid"
|
||||
when "squeeze" then "wheezy"
|
||||
when "wheezy" then "sid"
|
||||
when "sid" then "experimental"
|
||||
else "sid"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue