Skip to content

Commit

Permalink
Fix description of systemd_unit_file_templates
Browse files Browse the repository at this point in the history
Actually, for `foo.service` we don't look for `foo.service.j2`. User either has  to have either`foo.service`, in both variable and as template file, or `foo.service.j2`.
  • Loading branch information
msekletar authored Oct 9, 2023
1 parent a8589cd commit bef06ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ List of systemd unit file names that should be deployed to managed nodes.
### systemd_unit_file_templates

List of systemd unit file names that should be deployed to managed nodes. Each name should
correspond to Jinja template file that will be templated out to managed nodes, e.g. for unit
`foo.service` the respective `foo.service.j2` will be templated and copied over to managed
nodes. If the local file has a `.j2` suffix it will be stripped to form the service name.
correspond to Jinja template file that will be templated out to managed nodes. If the local
file has a `.j2` suffix it will be stripped to form the service name.

### systemd_dropins

Expand Down

0 comments on commit bef06ce

Please sign in to comment.