debian_release_version: add Squeeze's version number.
This commit is contained in:
parent
e19b574e23
commit
e32f4275a6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ module Puppet::Parser::Functions
|
||||||
case args[0]
|
case args[0]
|
||||||
when 'etch' then '4.0'
|
when 'etch' then '4.0'
|
||||||
when 'lenny' then '5.0'
|
when 'lenny' then '5.0'
|
||||||
|
when 'squeeze' then '6.0'
|
||||||
else ''
|
else ''
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue