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
|
@ -64,7 +64,7 @@ class samba::server {
|
|||
ensure => present,
|
||||
source => [ "puppet:///files/samba/lmhosts.${fqdn}",
|
||||
"puppet:///files/samba/lmhosts",
|
||||
"puppet:///samba/lmhosts", ],
|
||||
"puppet:///modules/samba/lmhosts", ],
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => $operatingsystem ? {
|
||||
|
@ -85,7 +85,7 @@ class samba::bdc {
|
|||
|
||||
file { "/etc/cron.hourly/sync-netlogon.sh":
|
||||
ensure => present,
|
||||
source => "puppet:///samba/sync-netlogon.sh",
|
||||
source => "puppet:///modules/samba/sync-netlogon.sh",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue