]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
per suite restricted dirs
authorPeter Palfrader <peter@palfrader.org>
Sun, 17 Mar 2013 10:04:18 +0000 (11:04 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 17 Mar 2013 10:04:24 +0000 (11:04 +0100)
modules/hardware/manifests/raid/proliant.pp

index 0f20e6fc7726b65c61a414b073776f0e669bcb7b..0c76cef5d880b7975b3f0658a034d3926e55915c 100644 (file)
@@ -2,7 +2,7 @@ class hardware::raid::proliant {
 
        site::aptrepo { 'debian.restricted':
                url        => 'http://db.debian.org/debian-admin',
-               suite      => 'lenny-restricted',
+               suite      => "${::lsbdistcodename}-updates",
                components => 'non-free',
        }