* fixed eventcommand example

Signed-off-by: Nick Chappell <nick@intronic.org>

Merged in from: https://github.com/Icinga/puppet-icinga2/pull/33

refs#7215: https://dev.icinga.org/issues/7215
This commit is contained in:
Ricardo Melo 2014-10-22 17:23:35 -04:00 committed by Nick Chappell
parent 6af3b7b9ae
commit 60e5a294f8

View file

@ -436,7 +436,7 @@ The `eventcommand` defined type can create `eventcommand` objects.
<pre>
#Create the http restart command:
icinga2::object::eventcommand { 'restart-httpd-event':
command => '"/opt/bin/restart-httpd.sh"'
command => [ '"/opt/bin/restart-httpd.sh"' ]
}
</pre>