projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8390620
)
s/scope.hiera/scope.function_hiear/
author
Luca Filipozzi
<lfilipoz@emyr.net>
Wed, 16 May 2012 19:46:48 +0000
(19:46 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Wed, 16 May 2012 19:46:48 +0000
(19:46 +0000)
modules/motd/templates/motd.erb
patch
|
blob
|
history
diff --git
a/modules/motd/templates/motd.erb
b/modules/motd/templates/motd.erb
index
3fdf393
..
887a6bd
100644
(file)
--- 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