From: Luca Filipozzi Date: Wed, 16 May 2012 19:55:57 +0000 (+0000) Subject: string rather than symbol X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a9150d93f722801e272f20bd4cbdfb5e8190574a;p=mirror%2Fdsa-puppet.git string rather than symbol --- 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