Remove invisible unicode character to prevent "invalid byte sequence in US-ASCII"
This commit is contained in:
parent
531df208dd
commit
ed5e57ca89
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class puppetdb::server::jetty_ini (
|
|||
}
|
||||
|
||||
if str2bool($ssl_set_cert_paths) == true {
|
||||
# assume paths have been validated in calling class
|
||||
# assume paths have been validated in calling class
|
||||
ini_setting { 'puppetdb_ssl_key':
|
||||
ensure => present,
|
||||
setting => 'ssl-key',
|
||||
|
|
Loading…
Reference in a new issue