Fix typo in nova::db::allowed_hosts

This commit is contained in:
Adam Gandelman 2011-06-17 11:52:26 -07:00
parent 088791cc65
commit 8289ca9ca1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class nova::db::allowed_hosts ( $hosts, $user, $password, $database ) {
provider => 'mysql',
require => Database[$database],
}
database_grant { "${user}@{$name}/${database}":
database_grant { "${user}@${name}/${database}":
# TODO figure out which privileges to grant.
privileges => "all",
provider => 'mysql',