summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWilson McCoubrey <wilson@mccoubreys.co.uk>2017-03-30 16:01:24 +0100
committerTP Honey <tphoney@users.noreply.github.com>2017-03-30 16:01:24 +0100
commit55d113ff2e5da89d9eb0b455f8fb9c3231fdac36 (patch)
treee98bfb159c683227beee7187d36eac2e934c2c4a /examples
parentd4a0ee48913aa20b4121bba7a0842021eabd69b9 (diff)
[msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config (#754)
* [msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config * [maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release
Diffstat (limited to 'examples')
-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',
}