From 4c57b1672e0201df3c98666157aba09fe1b741ab Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 30 Sep 2012 15:06:18 +0200 Subject: [PATCH] module_formatter now also uses Jinja2 trim_blocks - Updated man template accordingly - seem to have left in illegal char in facter DOCUMENTATION... --- facter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facter b/facter index f274a35df45..e4baac035e4 100755 --- a/facter +++ b/facter @@ -23,7 +23,7 @@ DOCUMENTATION = ''' --- module: facter -short_description: Runs the discovery program ‘facter’ on the remote system +short_description: Runs the discovery program I(facter) on the remote system description: - Runs the discovery program I(facter) on the remote system, returning JSON data that can be useful for inventory purposes.