Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
makes the template for checks optional
Browse files Browse the repository at this point in the history
proposed in the comments of commit #bcb5ad6
  • Loading branch information
mathewmeconry committed Feb 10, 2019
1 parent e7cad6b commit 9451821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icinga2-aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __add_main_parser(parser):
parser.add_argument('-th', '--template-host', dest='templateHost', type=open,
required=True, help='Which Template should be used for the host')
parser.add_argument('-tc', '--template-check', dest='templateCheck', type=open,
required=True, help='Which Template should be used for the checks')
required=False, help='Which Template should be used for the checks')
parser.add_argument('-nc', '--no-clean', dest='noClean',
default=False, action='store_true', required=False, help='Don\'t clean host folders')

Expand Down

0 comments on commit 9451821

Please sign in to comment.