summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-01-23 14:33:31 -0500
committerMicah Anderson <micah@riseup.net>2013-01-23 14:33:31 -0500
commitd8a627fd8bc4895794ba72997eeeb2364fec5dd7 (patch)
tree15db55fc8d7324234242038b6614054b6bde0790 /templates
parent08c3aa9aaf2cc90cfdee2c8191d83f9cede4bf39 (diff)
remove extra %
Diffstat (limited to 'templates')
-rw-r--r--templates/irc_bot/nsa.cfg.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/irc_bot/nsa.cfg.erb b/templates/irc_bot/nsa.cfg.erb
index c999c2b..c4091e8 100644
--- a/templates/irc_bot/nsa.cfg.erb
+++ b/templates/irc_bot/nsa.cfg.erb
@@ -1,4 +1,4 @@
-%%Nsa = (
+%Nsa = (
'socket' => '<%= scope.lookupvar('nagios::irc_bot::real_nsa_socket') %>',
'server' => '<%= scope.lookupvar('nagios::irc_bot::nsa_server') %>',
'port' => '<%= scope.lookupvar('nagios::irc_bot::nsa_port') %>',