From bb231bdfc2acca172203039d6a1e4852ab4809b0 Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Mon, 25 Apr 2011 02:44:20 +0100 Subject: Updated help message. Signed-off-by: Krzysztof Wilczynski --- fact.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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| -- cgit v1.2.3