set an appropriate parent for the parameter
This commit is contained in:
parent
6367e359ea
commit
6b53c07da0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Puppet::Type.newtype(:postgresql_psql) do
|
|||
defaultto("postgres")
|
||||
end
|
||||
|
||||
newparam(:cwd) do
|
||||
newparam(:cwd, :parent => Puppet::Parameter::Path) do
|
||||
desc "The working directory under which the psql command should be executed."
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue