Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d3c211e4
authored
May 30, 2017
by
source_reader
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added openvpn and started fixing dependency graph
parent
503d4c18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
modules/common/manifests/init.pp
modules/nilm/manifests/init.pp
modules/common/manifests/init.pp
View file @
d3c211e4
...
...
@@ -3,7 +3,7 @@
# Packages required by multiple modules
#
class
common
{
$pkgs
=
[
'build-essential'
,
'screen'
]
$pkgs
=
[
'build-essential'
,
'screen'
,
'octave'
,
'emacs'
,
'openvpn'
]
package
{
$pkgs
:
ensure
=>
present
...
...
modules/nilm/manifests/init.pp
View file @
d3c211e4
...
...
@@ -10,6 +10,7 @@
# Copyright 2017 John Donnal, unless otherwise noted.
#
class
nilm
{
require
raspi
$pip_url
=
"http://puppet:wX27zvbA@pypi.wattsworth.net:8080/"
$pip_cmd
=
"pip3 install --upgrade --extra-index-url
${pip_url}
--trusted-host pypi.wattsworth.net"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment