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

@ -8,7 +8,7 @@ class func::minion {
file { "/etc/func/minion.conf":
ensure => present,
source => [ "puppet:///files/func/minion.conf",
"puppet:///func/minion.conf", ],
"puppet:///modules/func/minion.conf", ],
mode => 0644,
owner => root,
group => root,
@ -88,7 +88,7 @@ class func::server inherits func::minion {
file { "/etc/certmaster/certmaster.conf":
ensure => present,
source => [ "puppet:///files/func/certmaster.conf",
"puppet:///func/certmaster.conf", ],
"puppet:///modules/func/certmaster.conf", ],
mode => 0644,
owner => root,
group => root,