Fix a typo in my previous commit
[mirror/dsa-puppet.git] / modules / buildd / manifests / init.pp
index 8b6514e..205730b 100644 (file)
@@ -107,7 +107,7 @@ class buildd ($ensure=present) {
                }
 
                service { 'buildd':
-                       enable = false,
+                       enable => false,
                        ensure => 'stopped',
                }