From 2ea20705c4bbddaf95c73e44db7cb99bc8f17583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Fr=C3=B6cklin?= <henry.frocklin@liu.se> Date: Thu, 12 Sep 2024 11:43:00 +0000 Subject: [PATCH] Revert "add path to the exec commands" This reverts commit b7be779e97246a22ad6500b6c0cccc9fd8d6a1ec --- manifests/vlc.pp | 2 +- manifests/vlcinv.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/vlc.pp b/manifests/vlc.pp index 5900f02..19dd35e 100644 --- a/manifests/vlc.pp +++ b/manifests/vlc.pp @@ -18,7 +18,7 @@ class vlc::vlc { } exec { 'install_vlc_requirements': - command => '/usr/local/bin/pip install -r /home/henfr13/django-base/requirements.txt', + command => 'pip install -r /home/henfr13/django-base/requirements.txt', refreshonly => true, } } diff --git a/manifests/vlcinv.pp b/manifests/vlcinv.pp index 78307e3..1cfcc4f 100644 --- a/manifests/vlcinv.pp +++ b/manifests/vlcinv.pp @@ -18,7 +18,7 @@ class vlc::vlcinv { } exec { 'install_vlcinv_requirements': - command => '/usr/local/bin/pip install -r /home/henfr13/vlcinv/requirements.txt', + command => 'pip install -r /home/henfr13/vlcinv/requirements.txt', refreshonly => true, } } -- GitLab