Skip to content
Snippets Groups Projects
Unverified Commit 5f7b8380 authored by Max Adamo's avatar Max Adamo
Browse files

fix geant_acme.py

parent 8d42b92a
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ if __name__ == "__main__":
if ARGS['--client']:
CLIENTS = ARGS['--client']
else:
CLIENTS = DOMAIN[0] # client makes only sense with Puppet
CLIENTS = [DOMAIN[0]] # client makes only sense with Puppet
WILDCARD = ARGS['--wildcard']
EXTRA = ARGS['--extra']
LOG_FILE = '/var/log/acme_{}/geant_acme.log'.format(PROVIDER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment