Fix another typo...
[mirror/dsa-puppet.git] / modules / buildd / manifests / init.pp
index ee60baa..4fd831e 100644 (file)
@@ -61,7 +61,7 @@ class buildd ($ensure=present) {
        }
 
        $buildd_prop_ensure = $::hostname ? {
-               /^(alkman|zandonai)$/ => 'present',
+               /^(alkman)$/ => 'present',
                default => 'absent',
        }