Commit befc82aa by source_reader

added symlink to nilm so it can be run with sudo

parent 8e4038e5
Showing with 4 additions and 7 deletions
......@@ -3,13 +3,10 @@ class nilm::config{
# 'nilm-filter-prep','nilm-filter-sinefit',
# 'nilm-filter-reconstructor','nilm-filter-rawtoprep',
# 'nilm-plug','jim-term']
# $nilm_bin.each |String $name| {
# file{"/usr/local/bin/$name":
# ensure => link,
# target => "/var/venvs/joule/bin/$name"
# }
# }
file{"/usr/local/bin/nilm":
ensure => link,
target => "/var/venvs/joule/bin/nilm"
}
exec{'initialize_nilm':
command => 'nilm initialize',
path => ['/var/venvs/joule/bin','/usr/local/bin','/usr/sbin','/bin'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment