Fix a typo in my previous commit
[mirror/dsa-puppet.git] / modules / buildd / manifests / init.pp
index 3aa3080..205730b 100644 (file)
@@ -106,6 +106,11 @@ class buildd ($ensure=present) {
                        content => "*/5 * * * * root /usr/local/sbin/buildd-schroot-aptitude-kill\n",
                }
 
+               service { 'buildd':
+                       enable => false,
+                       ensure => 'stopped',
+               }
+
                if $has_srv_buildd {
                        file { '/etc/cron.d/puppet-update-buildd-schroots':
                                content  => "13 21 * * 0,3 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin setup-all-dchroots buildd\n",