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
|
@ -63,7 +63,7 @@ class mythtv::backend {
|
|||
|
||||
file { "/etc/sysconfig/mythbackend":
|
||||
ensure => present,
|
||||
source => "puppet:///mythtv/mythbackend",
|
||||
source => "puppet:///modules/mythtv/mythbackend",
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
@ -86,7 +86,7 @@ class mythtv::backend {
|
|||
|
||||
file { "/etc/cron.daily/mythorphans":
|
||||
ensure => present,
|
||||
source => "puppet:///mythtv/mythorphans",
|
||||
source => "puppet:///modules/mythtv/mythorphans",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
@ -107,7 +107,7 @@ class mythtv::cron inherits mythtv::backend {
|
|||
|
||||
file { "/etc/cron.daily/mythfilldatabase":
|
||||
ensure => present,
|
||||
source => "puppet:///mythtv/mythfilldatabase",
|
||||
source => "puppet:///modules/mythtv/mythfilldatabase",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
@ -115,7 +115,7 @@ class mythtv::cron inherits mythtv::backend {
|
|||
|
||||
file { "/etc/cron.daily/mythoptimize":
|
||||
ensure => present,
|
||||
source => "puppet:///mythtv/mythoptimize",
|
||||
source => "puppet:///modules/mythtv/mythoptimize",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue