Browse Source

fdnbot: Added FDN alertbot (monitor #fdn on irc.geeknode.org) (fix typo)

Sebastien Badia 8 years ago
parent
commit
a226074f20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/fdnbot.pp

+ 1 - 1
manifests/fdnbot.pp

@@ -33,7 +33,7 @@ class public::fdnbot {
       owner   => 'fdnbot',
       group   => 'fdnbot',
       source  => 'puppet:///modules/public/fdnbot/fdnbot.pl',
-      notify  => Service['fdn-accbot'],
+      notify  => Service['fdnbot'],
       require => Package['libmail-sendmail-perl'];
     '/var/www/fdn.ldn-fai.net':
       ensure => directory,