puppet-openstack-integration/manifests/mysql.pp
Emilien Macchi e1c20c9b1f Create manifests directory for common bits
Change-Id: Ibf7d3aa962e2e0727f0593f70186521602c48ca6
2015-11-18 15:09:18 +00:00

6 lines
72 B
Puppet

class openstack_integration::mysql {
class { '::mysql::server': }
}