diff options
author | intrigeri <intrigeri@boum.org> | 2011-02-07 11:27:54 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-02-07 11:27:54 +0100 |
commit | e32f4275a6ec3c4cb531f1ec1816479d6d2dd36c (patch) | |
tree | b42a5cb58192637ccc4d9c4094c62d41ca4e7ecb /lib | |
parent | e19b574e23f8bd591609b4108eea5e42ee8eafd9 (diff) |
debian_release_version: add Squeeze's version number.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/parser/functions/debian_release_version.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/debian_release_version.rb b/lib/puppet/parser/functions/debian_release_version.rb index 4b135d0..ff58f72 100644 --- a/lib/puppet/parser/functions/debian_release_version.rb +++ b/lib/puppet/parser/functions/debian_release_version.rb @@ -3,6 +3,7 @@ module Puppet::Parser::Functions case args[0] when 'etch' then '4.0' when 'lenny' then '5.0' + when 'squeeze' then '6.0' else '' end end |