Merge pull request #149 from stefanandres/fix-unneeded-unicode
Remove invisible unicode character to prevent "invalid byte sequence in ...
This commit is contained in:
commit
90fd571ce5
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