From 265e7d3fd3c9f7683fe14bcf7a8a185dc4e9b262 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sun, 23 Mar 2014 09:54:09 -0700 Subject: [PATCH] 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 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 28c91b1..ec0ecd6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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}", } }