[trigger.py] Encore un .regen oublié :(
This commit is contained in:
parent
b70dd2577d
commit
2a4516fc17
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ if __name__ == '__main__':
|
|||
for host_service in trigger_config.services[hostname]:
|
||||
try:
|
||||
print affichage.style(" (Ré)Génération du service %s" % (host_service,), "cyan")
|
||||
trigger(host_service)(True)
|
||||
trigger(host_service).regen(True)
|
||||
except AttributeError:
|
||||
print "No suitable trigger handle found for service %s on host %s" % (host_service, hostname)
|
||||
elif args.daemon:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue