summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fact.rb5
1 files 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|