Fix typo in psql

This commit is contained in:
vic 2012-11-23 18:10:59 +04:00
parent 9d0caf1181
commit 91adde865f

View File

@ -42,7 +42,7 @@ define postgresql::psql(
cwd => '/tmp',
user => $user,
returns => 1,
unless => "/bin/echo \"$quoted_$unless\" | $psql | egrep -v -q '^$'",
unless => "/bin/echo \"$quoted_unless\" | $psql | egrep -v -q '^$'",
refreshonly => $refreshonly,
}
}