From 74118f6cff2defd9ad2787d9b7fed80bc4cc12e6 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 --- modules/lodgeit/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lodgeit/manifests/site.pp b/modules/lodgeit/manifests/site.pp index 28c91b1fdd..ec0ecd6751 100644 --- a/modules/lodgeit/manifests/site.pp +++ b/modules/lodgeit/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}", } }