Skip to content

Commit

Permalink
Merge pull request #489 from kenyon/readme-path-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon authored Sep 2, 2024
2 parents ff0c85e + 5a68a38 commit 259c26b
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 259c26b

Please sign in to comment.