summaryrefslogtreecommitdiff
path: root/examples/file_line.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file_line.pp')
-rw-r--r--examples/file_line.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/file_line.pp b/examples/file_line.pp
index 85b1325..e628bea 100644
--- a/examples/file_line.pp
+++ b/examples/file_line.pp
@@ -2,8 +2,8 @@
# of the file_line resource type.
file { '/tmp/dansfile':
ensure => file,
-} ->
-file_line { 'dans_line':
+}
+-> file_line { 'dans_line':
line => 'dan is awesome',
path => '/tmp/dansfile',
}