summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-09-03 13:57:47 -0400
committerMicah Anderson <micah@riseup.net>2009-09-03 13:57:47 -0400
commit8a389425075f54f8c10e2ff08c1aa07827d14622 (patch)
tree40d20b4fca2db9db1ec21ff9d6a4fd1d62d5e440 /manifests
parent89be6dc2f6f705efce82fab4bfbd03059ee2b510 (diff)
fix indentation in line.pp example configuration snippet
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/line.pp12
1 files changed, 6 insertions, 6 deletions
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