From 55d113ff2e5da89d9eb0b455f8fb9c3231fdac36 Mon Sep 17 00:00:00 2001 From: Wilson McCoubrey Date: Thu, 30 Mar 2017 16:01:24 +0100 Subject: [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 --- examples/file_line.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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', } -- cgit v1.2.3