Skip to content
Snippets Groups Projects

Revert "add path to the exec commands"

Merged Henry Fröcklin requested to merge revert-b7be779e into production
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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,
}
}
Loading