set an appropriate parent for the parameter

This commit is contained in:
Brett Porter 2012-12-14 23:22:38 +11:00
parent 6367e359ea
commit 6b53c07da0

View file

@ -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