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:
parent
33be443516
commit
5475229cfd
28 changed files with 65 additions and 65 deletions
|
@ -46,7 +46,7 @@ class apache::common {
|
|||
|
||||
file { "/usr/local/sbin/www-logrotate.sh":
|
||||
ensure => present,
|
||||
source => "puppet:///apache/www-logrotate.sh",
|
||||
source => "puppet:///modules/apache/www-logrotate.sh",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
@ -639,7 +639,7 @@ class apache::webalizer {
|
|||
purge => true,
|
||||
force => true,
|
||||
recurse => true,
|
||||
source => "puppet:///custom/empty",
|
||||
source => "puppet:///modules/custom/empty",
|
||||
}
|
||||
|
||||
case $operatingsystem {
|
||||
|
@ -659,7 +659,7 @@ class apache::webalizer {
|
|||
|
||||
file { "/usr/local/sbin/www-webalizer.sh":
|
||||
ensure => present,
|
||||
source => "puppet:///apache/www-webalizer.sh",
|
||||
source => "puppet:///modules/apache/www-webalizer.sh",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue