diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html b/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html index 680b704..5b4e5d4 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html @@ -143,7 +143,7 @@ class confdroid_nagios::server::service ( enable => true, hasrestart => true, hasstatus => true, - requires => Exec['restart_httpd'], + require => Exec['restart_httpd'], } } }