diff options
author | tv <tv@shackspace.de> | 2014-07-15 12:37:34 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-07-15 12:37:34 +0200 |
commit | 0a39b3ecd80965002044cf7ba9d0a99c94ad1261 (patch) | |
tree | f2c9115c7185638ce66b01286f8f10622ab3e38a /Reaktor/config.py | |
parent | 38769e12bfbc963e1bfd3226bdc0c907209bdb09 (diff) |
Reaktor nag: maintain own copies of git repos
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 4 |
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 } |