Skip to content

Commit

Permalink
service templates: clarify what "it" is
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Traylen <[email protected]>
  • Loading branch information
anarcat and traylenator authored Jan 17, 2025
1 parent fcdc5c0 commit eafea56
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 @@ -59,7 +59,7 @@ systemd::unit_file { 'foo.service':
```

If you're using "template" units (those with a `@` in it), you can
simply enable it with a `service` resource. This, for example, will
simply enable an instance of the template with a `service` resource. This, for example, will
enable the `foo@bar` service unit, based on the `foo@` template:

```puppet
Expand Down

0 comments on commit eafea56

Please sign in to comment.