Capitalize references to resoruces

This removes a deprication notice under puppet 3.7

Change-Id: Icb1ff6b9c2f8e5df8d75388b64fa390732c3a990
This commit is contained in:
Spencer Krum 2015-04-07 14:03:32 -07:00
parent 056cb1ffc9
commit 1add0816a4

View File

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