Skip to content
Snippets Groups Projects
Commit b7be779e authored by Magnus Toneby's avatar Magnus Toneby
Browse files

add path to the exec commands

parent fc999dab
No related branches found
No related tags found
1 merge request!15Revert "fix more name conflicts"
Pipeline #127781 passed
...@@ -18,7 +18,7 @@ class vlc::vlc { ...@@ -18,7 +18,7 @@ class vlc::vlc {
} }
exec { 'install_vlc_requirements': exec { 'install_vlc_requirements':
command => 'pip install -r /home/henfr13/django-base/requirements.txt', command => '/usr/local/bin/pip install -r /home/henfr13/django-base/requirements.txt',
refreshonly => true, refreshonly => true,
} }
} }
...@@ -18,7 +18,7 @@ class vlc::vlcinv { ...@@ -18,7 +18,7 @@ class vlc::vlcinv {
} }
exec { 'install_vlcinv_requirements': exec { 'install_vlcinv_requirements':
command => 'pip install -r /home/henfr13/vlcinv/requirements.txt', command => '/usr/local/bin/pip install -r /home/henfr13/vlcinv/requirements.txt',
refreshonly => true, refreshonly => true,
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment