From b5c51da0fa5be265c7f681225e32821fcf3790fa Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 27 Oct 2018 09:04:05 -0400 Subject: absolute paths --- tozt/systemd/manifests/init.pp | 2 +- tozt/ttrss/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tozt') 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", -- cgit v1.2.3-54-g00ecf