puppet-zabbix
puppet-zabbix copied to clipboard
Escape string inside update_pgpass command
Pull Request (PR) description
The update_pgpass
resource may fail when using strong ${database_password}
that contain special characters such as &
because the echoed string is not escaped. This Pull request adds ~~double quotes~~ shell_escape()
(as suggested by @smortex).
This Pull Request (PR) fixes the following issues
- Fixes #830