From 8a389425075f54f8c10e2ff08c1aa07827d14622 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 3 Sep 2009 13:57:47 -0400 Subject: fix indentation in line.pp example configuration snippet --- manifests/defines/line.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'manifests') diff --git a/manifests/defines/line.pp b/manifests/defines/line.pp index be5ec31..bc2ece4 100644 --- a/manifests/defines/line.pp +++ b/manifests/defines/line.pp @@ -14,12 +14,12 @@ # is a more stable solution with less maintenance headaches afterwards. # # Usage: -# line { -# description: -# file => "filename", -# line => "content", -# ensure => {absent,*present*} -# } +# line { +# description: +# file => "filename", +# line => "content", +# ensure => {absent,*present*} +# } # # Example: # The following ensures that the line "allow ^$munin_host$" exists in -- cgit v1.2.3