forked from martinhoefling/letsencrypt-formula
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
When I use this formula, I get the following warnings:
----------
ID: /usr/bin/certbot renew --dry-run --cert-name
Function: file.absent
Result: True
Comment: File /usr/bin/certbot renew --dry-run --cert-name is not present
Started: 07:10:06.754729
Duration: 3.858 ms
Changes:
Warnings: 'source', 'mode' and 'template' are invalid keyword arguments for
'file.absent'. If you were trying to pass additional data to be
used in a template context, please populate 'context' with 'key:
value' pairs. Your approach will work until Salt Nitrogen is out.
Please update your state files.
----------
ID: /usr/bin/certbot renew
Function: file.absent
Result: True
Comment: File /usr/bin/certbot renew is not present
Started: 07:10:06.770253
Duration: 3.709 ms
Changes:
Warnings: 'source', 'mode' and 'template' are invalid keyword arguments for
'file.absent'. If you were trying to pass additional data to be
used in a template context, please populate 'context' with 'key:
value' pairs. Your approach will work until Salt Nitrogen is out.
Please update your state files.
Presumably, those parameters should be conditioned on use_package being false.
grandmasterv
Metadata
Metadata
Assignees
Labels
No labels