mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Check proper directory for requirements file
This commit is contained in:
@@ -42,7 +42,7 @@ class klipper::install {
|
||||
user => $klipper::user,
|
||||
}
|
||||
~> exec { 'Install Klipper python modules':
|
||||
command => "${klipper::python_dir}/bin/pip install -r ${klipper::python_dir}/scripts/klippy-requirements.txt",
|
||||
command => "${klipper::python_dir}/bin/pip install -r ${klipper::src_path}/scripts/klippy-requirements.txt",
|
||||
refreshonly => true,
|
||||
subscribe => Vcsrepo[$klipper::src_path],
|
||||
user => $klipper::user,
|
||||
|
||||
Reference in New Issue
Block a user