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
93709a49
authored
Oct 29, 2017
by
John Doe
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
moved pypi to aws
parent
91926d00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
modules/joule/manifests/init.pp
modules/nilm/manifests/init.pp
modules/nilmdb/manifests/init.pp
modules/joule/manifests/init.pp
View file @
93709a49
...
...
@@ -15,8 +15,8 @@
class
joule
{
require
python
$pip_url
=
'http
://puppet:wX27zvbA@pypi.wattsworth.net:8080
/'
$pip_cmd
=
"pip3 install --upgrade
--upgrade-strategy only-if-needed --extra-index-url
${pip_url}
--trusted-host pypi.wattsworth.net
"
$pip_url
=
'http
s://pypi.wattsworth.net
/'
$pip_cmd
=
"pip3 install --upgrade
-strategy only-if-needed --upgrade --extra-index-url
${pip_url}
"
exec
{
'install_joule'
:
command
=>
"
${pip_cmd}
joule"
,
...
...
modules/nilm/manifests/init.pp
View file @
93709a49
...
...
@@ -11,8 +11,8 @@
#
class
nilm
{
require
python
$pip_url
=
'http
://puppet:wX27zvbA@pypi.wattsworth.net:8080
/'
$pip_cmd
=
"pip3 install --upgrade-strategy only-if-needed --upgrade --extra-index-url
${pip_url}
--trusted-host pypi.wattsworth.net
"
$pip_url
=
'http
s://pypi.wattsworth.net
/'
$pip_cmd
=
"pip3 install --upgrade-strategy only-if-needed --upgrade --extra-index-url
${pip_url}
"
package
{
'libfreetype6-dev'
:
ensure
=>
present
...
...
modules/nilmdb/manifests/init.pp
View file @
93709a49
...
...
@@ -15,8 +15,8 @@ class nilmdb {
require
'python'
require
'apache'
$pip_url
=
'http
://puppet:wX27zvbA@pypi.wattsworth.net:8080
/'
$pip_cmd
=
"pip2 install --upgrade --upgrade-strategy only-if-needed --extra-index-url
${pip_url}
--trusted-host pypi.wattsworth.net"
$pip_url
=
'http
s://pypi.wattsworth.net
/'
$pip_cmd
=
"pip2 install --upgrade --upgrade-strategy only-if-needed --extra-index-url
${pip_url}
...
...
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