summaryrefslogtreecommitdiffstats
path: root/modules/systemd
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-21 14:39:08 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-21 14:39:08 -0400
commit77f310e4c77f160c52b2c232d39eee1e56f59018 (patch)
tree710b37214d52b0b2447ad8fce4c469b4156c18d1 /modules/systemd
parent93eb874eb2ebcf1673c9aabd4b3d8d1a34265848 (diff)
downloadpuppet-tozt-77f310e4c77f160c52b2c232d39eee1e56f59018.tar.gz
puppet-tozt-77f310e4c77f160c52b2c232d39eee1e56f59018.zip
actually, install our systemd services to /etc
Diffstat (limited to 'modules/systemd')
-rw-r--r--modules/systemd/manifests/service.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/systemd/manifests/service.pp b/modules/systemd/manifests/service.pp
index 87a1dc9..ac4076a 100644
--- a/modules/systemd/manifests/service.pp
+++ b/modules/systemd/manifests/service.pp
@@ -1,7 +1,7 @@
define systemd::service($source = undef, $content = undef) {
include systemd
- file { "/usr/lib/systemd/system/${name}.service":
+ file { "/etc/systemd/system/${name}.service":
source => $source,
content => $content,
notify => [