]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Updated help message.
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Mon, 25 Apr 2011 01:44:20 +0000 (02:44 +0100)
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Mon, 25 Apr 2011 01:46:12 +0000 (02:46 +0100)
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
fact.rb

diff --git a/fact.rb b/fact.rb
index 2c22f60c40084f21f9ce3ea83bd9b8cb4c2e51d3..806c330bd4816b77d5570d77bf2886b3679a7549 100644 (file)
--- 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|