]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Update debian_release function since Squeeze has been released.
authorintrigeri <intrigeri@boum.org>
Sun, 6 Feb 2011 07:56:54 +0000 (08:56 +0100)
committerintrigeri <intrigeri@boum.org>
Sun, 6 Feb 2011 07:56:54 +0000 (08:56 +0100)
lib/puppet/parser/functions/debian_release.rb

index 64feb669597cd57d3595853b9f5accd98152c93e..857edf301d134be96f37889e6731a08c9f9440f4 100644 (file)
@@ -1,9 +1,8 @@
 module Puppet::Parser::Functions
   newfunction(:debian_release, :type => :rvalue) do |args|
     case args[0]
-      when 'etch'         then 'oldstable'
-      when 'lenny'        then 'stable'
-      when 'squeeze'      then 'testing'
+      when 'lenny'        then 'oldstable'
+      when 'squeeze'      then 'stable'
       when 'wheezy'       then 'testing'
       when 'sid'          then 'unstable'
       when 'experimental' then 'experimental'