Fixed deprecation warnings "Files found in modules without specifying 'modules' in file path". This will break 0.24.x client compatibility.

This commit is contained in:
Timo Mkinen 2011-01-26 20:06:13 +02:00
parent 33be443516
commit 5475229cfd
28 changed files with 65 additions and 65 deletions

View file

@ -72,7 +72,7 @@ class mysql::server {
ensure => present,
source => [ "puppet:///files/mysql/my.cnf.${hostname}",
"puppet:///files/mysql/my.cnf",
"puppet:///mysql/my.cnf", ],
"puppet:///modules/mysql/my.cnf", ],
mode => 0644,
owner => root,
group => root,
@ -82,7 +82,7 @@ class mysql::server {
file { "/etc/logrotate.d/mysql":
ensure => present,
source => "puppet:///mysql/mysql.logrotate",
source => "puppet:///modules/mysql/mysql.logrotate",
mode => 0644,
owner => root,
group => root,
@ -159,7 +159,7 @@ class mysql::server::report {
file { "/etc/cron.daily/mysql-report":
ensure => present,
source => "puppet:///mysql/mysql-report.cron",
source => "puppet:///modules/mysql/mysql-report.cron",
mode => 0755,
owner => root,
group => root,