From a9150d93f722801e272f20bd4cbdfb5e8190574a Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Wed, 16 May 2012 19:55:57 +0000 Subject: [PATCH] string rather than symbol --- modules/motd/templates/motd.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 2b6370899..829994b4b 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -103,7 +103,7 @@ end if scope.lookupvar('::cluster') purp += "\nThis server is a node in ganeti cluster: " purp += scope.lookupvar('::cluster') + ".\n" - Puppet::Parser::Functions.function(:hiera_array) + Puppet::Parser::Functions.function('hiera_array') scope.function_hiera_array('nodes').each do |node| purp += "\t" + node + "\n" end -- 2.20.1