summaryrefslogtreecommitdiffstats
path: root/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-27 09:04:05 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-27 09:04:05 -0400
commitb5c51da0fa5be265c7f681225e32821fcf3790fa (patch)
tree1a4c1cc213a45943a93deb31739ee6c6c19b44df /tozt
parent196f0abd43a6e547f9b74301d2b81d5c79fe727d (diff)
downloadpuppet-tozt-b5c51da0fa5be265c7f681225e32821fcf3790fa.tar.gz
puppet-tozt-b5c51da0fa5be265c7f681225e32821fcf3790fa.zip
absolute paths
Diffstat (limited to 'tozt')
-rw-r--r--tozt/systemd/manifests/init.pp2
-rw-r--r--tozt/ttrss/manifests/init.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tozt/systemd/manifests/init.pp b/tozt/systemd/manifests/init.pp
index 4ffb4e4..f6b992a 100644
--- a/tozt/systemd/manifests/init.pp
+++ b/tozt/systemd/manifests/init.pp
@@ -1,5 +1,5 @@
class systemd {
- exec { "systemctl daemon-reload":
+ exec { "/usr/bin/systemctl daemon-reload":
refreshonly => true;
}
}
diff --git a/tozt/ttrss/manifests/init.pp b/tozt/ttrss/manifests/init.pp
index 724843b..42722d5 100644
--- a/tozt/ttrss/manifests/init.pp
+++ b/tozt/ttrss/manifests/init.pp
@@ -26,7 +26,7 @@ class ttrss($dbpath) {
ensure => directory;
"/etc/systemd/system/postgresql.service.d/override.conf":
content => template('ttrss/postgres-service'),
- notify => Exec["systemctl daemon-reload"],
+ notify => Exec["/usr/bin/systemctl daemon-reload"],
require => File["/etc/systemd/system/postgresql.service.d"];
"/etc/webapps/tt-rss/config.php":
source => "puppet:///modules/ttrss/config.php",