From eafea56b188366582206018e3ca817fa5c1ebfe7 Mon Sep 17 00:00:00 2001 From: anarcat Date: Fri, 17 Jan 2025 09:09:43 -0500 Subject: [PATCH] service templates: clarify what "it" is Co-authored-by: Steve Traylen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50353838..26b6f0e9 100644 --- a/README.md +++ b/README.md @@ -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