From: Krzysztof Wilczynski Date: Mon, 25 Apr 2011 01:44:20 +0000 (+0100) Subject: Updated help message. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bb231bdfc2acca172203039d6a1e4852ab4809b0;p=puppet-stdlib.git Updated help message. Signed-off-by: Krzysztof Wilczynski --- diff --git a/fact.rb b/fact.rb index 2c22f60..806c330 100644 --- a/fact.rb +++ b/fact.rb @@ -33,14 +33,13 @@ This will produce the following: notice: Scope(Partition[hda1]): hda1 notice: Scope(Partition[hda2]): hda2 - Which allows you to avoid resorting to the following: $fact = "partitions_${name}" $result = split(inline_template("<%= scope.lookupvar(fact) %>"), ',') -Phasing out the need for use and abuse of the infamous inline_template in the -partitions define given above. +Phasing out the need for use and abuse of the infamous inline_template +in the partitions define given above. EOS ) do |arguments|