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 5dd095e97a
commit 265e7d3fd3
1 changed files with 1 additions and 1 deletions

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}",
}
}