Skip to content

Commit a7639a0

Browse files
authored
(maint) Fix example syntax
Example was missing a comma
1 parent 8376c9b commit a7639a0

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)