Merge "Capitalize references to resoruces"

This commit is contained in:
Jenkins 2015-05-14 18:00:13 +00:00 committed by Gerrit Code Review
commit c42d0c5c55

View File

@ -10,7 +10,7 @@ class openstack_project::paste (
db_password => $db_password, db_password => $db_password,
port => '5000', port => '5000',
image => 'header-bg2.png', image => 'header-bg2.png',
require => mysql::db['openstack'], require => Mysql::Db['openstack'],
} }
class { 'mysql::server': class { 'mysql::server':