]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix a typo in previous commit
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 3 Oct 2015 15:14:31 +0000 (17:14 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 3 Oct 2015 15:14:31 +0000 (17:14 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/debian-org/manifests/init.pp

index c84615489a2c1339c97fc3ffa99fe5c11c2f1012..e9d75efc89114ce5403b107abda8a5a9c1456147 100644 (file)
@@ -162,7 +162,7 @@ class debian-org {
                components => ['main','contrib','non-free']
        }
 
-       if ($::hostname in [mips-aql-05 mipsel-aql-02]) or {
+       if ($::hostname in [mips-aql-05, mipsel-aql-02]) or {
                site::aptrepo { 'proposed-updates':
                        url        => $mirror,
                        suite      => "${::lsbdistcodename}-proposed-updates",