Merge "Fix modules deprecation warning in lodgeit module"

This commit is contained in:
Jenkins 2014-04-17 20:23:27 +00:00 committed by Gerrit Code Review
commit 07a23375ad
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}",
}
}