diff options
author | Micah Anderson <micah@riseup.net> | 2013-01-24 22:43:32 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-01-24 22:43:32 -0500 |
commit | 79976bf4bede45334c803ddb4de93998c4dbd785 (patch) | |
tree | ba5844e45723805a3eb52e67f6632b07b6a9c82e /templates | |
parent | 990d34b1ef64dadbdd1e5924820fb069b424fa3d (diff) |
remove stray % that arrived in this file through a merge conflict
Diffstat (limited to 'templates')
-rw-r--r-- | templates/irc_bot/nsa.cfg.erb | 2 |
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') %>', |