Skip to content

Commit 74db59f

Browse files
authored
Merge pull request #829 from puppetlabs/binford2k-patch-1
(maint) Fix example syntax
2 parents 187ed8b + a7639a0 commit 74db59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/file_line.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
7373
file_line { "XScreenSaver":
7474
ensure => present,
75-
path => '/root/XScreenSaver'
75+
path => '/root/XScreenSaver',
7676
line => "*lock: 10:00:00",
7777
match => '^*lock:',
7878
encoding => "iso-8859-1",

0 commit comments

Comments
 (0)