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
|
@ -40,7 +40,7 @@ class network::helper::debian {
|
|||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
source => "puppet:///network/interfaces.in",
|
||||
source => "puppet:///modules/network/interfaces.in",
|
||||
}
|
||||
|
||||
file { "/etc/network/interfaces.d":
|
||||
|
@ -51,7 +51,7 @@ class network::helper::debian {
|
|||
purge => true,
|
||||
force => true,
|
||||
recurse => true,
|
||||
source => "puppet:///custom/empty",
|
||||
source => "puppet:///modules/custom/empty",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue