Skip to content
Snippets Groups Projects
Commit 75f372a9 authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Merge branch 'revert-b7be779e' into 'production'

Revert "add path to the exec commands"

See merge request !10
parents e6e0a298 2ea20705
No related branches found
No related tags found
2 merge requests!15Revert "fix more name conflicts",!10Revert "add path to the exec commands"
Pipeline #139330 passed
...@@ -18,7 +18,7 @@ class vlc::vlc { ...@@ -18,7 +18,7 @@ class vlc::vlc {
} }
exec { 'install_vlc_requirements': 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, 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 => '/usr/local/bin/pip install -r /home/henfr13/vlcinv/requirements.txt', command => '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