]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/manifests/init.pp
Try to work if $::hoster is not yet defined
[dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 1144ef9d895823fdcb93e6f6c2d4d7581c71ae2a..81373f75f25a4069ddb6f0ce94937d3626573d65 100644 (file)
@@ -140,7 +140,7 @@ class debian-org {
        }
 
        if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem, pettersson]) or
-          ($::hoster in [bytemark, man-da]) {
+          ($::hoster and ($::hoster in [bytemark, man-da, brown])) {
                site::aptrepo { 'proposed-updates':
                        url        => $mirror,
                        suite      => "${::lsbdistcodename}-proposed-updates",