summaryrefslogtreecommitdiffstats
path: root/modules/package
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 02:51:17 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-05 02:51:17 -0500
commitdb89441de14630e0f4a92182c317b12e14742bc5 (patch)
tree684ccc3f5162e7790263e7ba39831f82e63068b3 /modules/package
parent133e46a770b4f27956cd6f91ffbba75e29db1de6 (diff)
downloadpuppet-tozt-db89441de14630e0f4a92182c317b12e14742bc5.tar.gz
puppet-tozt-db89441de14630e0f4a92182c317b12e14742bc5.zip
use shell provider instead of posix
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 ff590f2..c39c732 100644
--- a/modules/package/manifests/makepkg.pp
+++ b/modules/package/manifests/makepkg.pp
@@ -7,6 +7,7 @@ define package::makepkg($asdeps=false) {
}
exec { "install $name":
+ provider => "shell",
command => "
mkdir -p /tmp/makepkg
cd /tmp/makepkg