From: Luca Filipozzi Date: Wed, 16 May 2012 19:46:48 +0000 (+0000) Subject: s/scope.hiera/scope.function_hiear/ X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=852ebca91fc654255e1c031cdb7fb3d304da73ca;p=mirror%2Fdsa-puppet.git s/scope.hiera/scope.function_hiear/ --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 3fdf393ae..887a6bd28 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -108,7 +108,7 @@ end if scope.lookupvar('site::nodeinfo').has_key?('footer') purp += "\n" + wrap(scope.lookupvar('site::nodeinfo')['footer']) + "\n" - scope.hiera_array('nodes').each do |node| + scope.function_hiera_array('nodes').each do |node| purp += "\t" + node + "\n" end end