Fix modules deprecation warning in lodgeit module
DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Change-Id: I5cc7bce4645af9ae3672aaaee721c053929308b4
This commit is contained in:
parent
971906b1bf
commit
74118f6cff
@ -31,7 +31,7 @@ define lodgeit::site(
|
|||||||
if $image != '' {
|
if $image != '' {
|
||||||
file { "/srv/lodgeit/${name}/lodgeit/static/${image}":
|
file { "/srv/lodgeit/${name}/lodgeit/static/${image}":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "puppet:///lodgeit/${image}",
|
source => "puppet:///modules/lodgeit/${image}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user