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:
William Van Hevelingen 2014-03-23 09:54:09 -07:00
parent 971906b1bf
commit 74118f6cff

View File

@ -31,7 +31,7 @@ define lodgeit::site(
if $image != '' {
file { "/srv/lodgeit/${name}/lodgeit/static/${image}":
ensure => present,
source => "puppet:///lodgeit/${image}",
source => "puppet:///modules/lodgeit/${image}",
}
}