diff options
author | nadir <nadir-technik@nadir.org> | 2012-10-27 10:10:24 +0200 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-04-19 16:51:09 -0400 |
commit | 8f3a4c618cece05bbc50a56e7fa5d6417abb9bea (patch) | |
tree | 120051a3ccbe723e2121255c0c89b5a51d584dba /templates | |
parent | 0b20e1e0fd001cb0b688c6bf6971c8e7c3f743c6 (diff) |
added templates/nrpe/nrpe_command.erb
commit:7fb80fbe uses nagios::nrpe::command { "check_load": ...}, but the
template for it is missing.
amended by LeLutin: use @ prefix on variables in template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nrpe/nrpe_command.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/nrpe/nrpe_command.erb b/templates/nrpe/nrpe_command.erb new file mode 100644 index 0000000..8b50f60 --- /dev/null +++ b/templates/nrpe/nrpe_command.erb @@ -0,0 +1,2 @@ +# generated by puppet, do not edit +command[<%= @name -%>]=<%= @command_line %> |