From 9465f48a6560f7d263931ec08618699dc44321f3 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 27 Jun 2012 15:47:24 -0400 Subject: 2.7 underscore rename: site-mysql --- manifests/server/base.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/server/base.pp b/manifests/server/base.pp index fea7a3f..82d4b6a 100644 --- a/manifests/server/base.pp +++ b/manifests/server/base.pp @@ -8,10 +8,10 @@ class mysql::server::base( file { 'mysql_main_cnf': path => '/etc/mysql/my.cnf', source => [ - "puppet:///modules/site-mysql/${::fqdn}/my.cnf", - "puppet:///modules/site-mysql/my.cnf.${::operatingsystem}.{lsbdistcodename}", - "puppet:///modules/site-mysql/my.cnf.${::operatingsystem}", - "puppet:///modules/site-mysql/my.cnf", + "puppet:///modules/site_mysql/${::fqdn}/my.cnf", + "puppet:///modules/site_mysql/my.cnf.${::operatingsystem}.{lsbdistcodename}", + "puppet:///modules/site_mysql/my.cnf.${::operatingsystem}", + "puppet:///modules/site_mysql/my.cnf", "puppet:///modules/mysql/config/my.cnf.${::operatingsystem}.{lsbdistcodename}", "puppet:///modules/mysql/config/my.cnf.${::operatingsystem}", "puppet:///modules/mysql/config/my.cnf" -- cgit v1.2.3