mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44719 from rallytime/bp-44667
Back-port #44667 to 2017.7
This commit is contained in:
commit
b9ad4bba2d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def cert(name,
|
|||
salt 'gitlab.example.com' acme.cert dev.example.com "[gitlab.example.com]" test_cert=True renew=14 webroot=/opt/gitlab/embedded/service/gitlab-rails/public
|
||||
'''
|
||||
|
||||
cmd = [LEA, 'certonly', '--quiet']
|
||||
cmd = [LEA, 'certonly', '--non-interactive']
|
||||
|
||||
cert_file = _cert_file(name, 'cert')
|
||||
if not __salt__['file.file_exists'](cert_file):
|
||||
|
|
Loading…
Add table
Reference in a new issue