We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a1dc9 commit 3f54813Copy full SHA for 3f54813
manifests/server/instance/passwd.pp
@@ -60,7 +60,7 @@
60
# environment variable. If the password is correct (current), this
61
# command will exit with an exit code of 0, which will prevent the main
62
# command from running.
63
- unless => "${psql_path} -h localhost -p ${port} -c 'select 1' > /dev/null",
+ unless => "${shell_escape($psql_path)}${_dboption} -h localhost -p ${port} -c 'select 1' > /dev/null",
64
path => '/usr/bin:/usr/local/bin:/bin',
65
}
66
0 commit comments