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 c846154..e9d75ef 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",