summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",