summaryrefslogtreecommitdiffstats
path: root/modules/package
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 02:49:44 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-05 02:49:44 -0500
commit133e46a770b4f27956cd6f91ffbba75e29db1de6 (patch)
tree42a62a37280527d790aa021a7344b36112d2f738 /modules/package
parent0ad593583ec7d40f956790fcf9ae8531f5783985 (diff)
downloadpuppet-tozt-133e46a770b4f27956cd6f91ffbba75e29db1de6.tar.gz
puppet-tozt-133e46a770b4f27956cd6f91ffbba75e29db1de6.zip
exec needs a path
Diffstat (limited to 'modules/package')
-rw-r--r--modules/package/manifests/makepkg.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/package/manifests/makepkg.pp b/modules/package/manifests/makepkg.pp
index 7fecdb4..ff590f2 100644
--- a/modules/package/manifests/makepkg.pp
+++ b/modules/package/manifests/makepkg.pp
@@ -17,6 +17,7 @@ define package::makepkg($asdeps=false) {
pacman -U --noconfirm --needed $extra_cmdline $name-*.pkg.tar.xz
",
unless => "pacman -Q $name > /dev/null 2>&1",
+ path => "/usr/bin",
require => [
Tozt::User["doy"],
Package["git"],