Commit d3c211e4 by source_reader

added openvpn and started fixing dependency graph

parent 503d4c18
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Packages required by multiple modules # Packages required by multiple modules
# #
class common { class common {
$pkgs=['build-essential','screen'] $pkgs=['build-essential','screen','octave','emacs','openvpn']
package { $pkgs: package { $pkgs:
ensure => present ensure => present
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
# Copyright 2017 John Donnal, unless otherwise noted. # Copyright 2017 John Donnal, unless otherwise noted.
# #
class nilm { class nilm {
require raspi
$pip_url="http://puppet:wX27zvbA@pypi.wattsworth.net:8080/" $pip_url="http://puppet:wX27zvbA@pypi.wattsworth.net:8080/"
$pip_cmd="pip3 install --upgrade --extra-index-url ${pip_url} --trusted-host pypi.wattsworth.net" $pip_cmd="pip3 install --upgrade --extra-index-url ${pip_url} --trusted-host pypi.wattsworth.net"
......
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