summaryrefslogtreecommitdiffstats
path: root/Reaktor/config.py
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-15 12:37:34 +0200
committertv <tv@shackspace.de>2014-07-15 12:37:34 +0200
commit0a39b3ecd80965002044cf7ba9d0a99c94ad1261 (patch)
treef2c9115c7185638ce66b01286f8f10622ab3e38a /Reaktor/config.py
parent38769e12bfbc963e1bfd3226bdc0c907209bdb09 (diff)
Reaktor nag: maintain own copies of git repos
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r--Reaktor/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py
index a09d1bce..0483d46b 100644
--- a/Reaktor/config.py
+++ b/Reaktor/config.py
@@ -86,8 +86,8 @@ on_ping = [
'capname': 'nag',
'argv': [ 'commands/nag' ],
'env': {
- 'hostsdir': '/home/tv/krebs/hosts',
- 'servicesdir': '/home/tv/krebs/services'
+ 'hosts_repo': 'https://github.com/krebscode/hosts',
+ 'services_repo': '/home/tv/krebs/services'
},
'targets': irc_channels
}