mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2025-01-18 07:30:34 +00:00
add quotes to account_email in account.conf
This commit is contained in:
parent
c437a6b065
commit
f856290e11
@ -68,7 +68,7 @@ END
|
||||
} ->
|
||||
file_line { ' add email to acme conf':
|
||||
path => "${home_dir}/.acme.sh/account.conf",
|
||||
line => "ACCOUNT_EMAIL=${contact_email}",
|
||||
line => "ACCOUNT_EMAIL='${contact_email}'",
|
||||
match => '^ACCOUNT_EMAIL=.*$',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user