Skip to content

Commit

Permalink
README: fix path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Aug 30, 2024
1 parent ee85084 commit 5a68a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ systemd::unit_file { 'foo.service':
This is equivalent to:

```puppet
file { '/usr/lib/systemd/system/foo.service':
file { '/etc/systemd/system/foo.service':
ensure => file,
owner => 'root',
group => 'root',
Expand Down

0 comments on commit 5a68a38

Please sign in to comment.