mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Merge pull request #85 from myii/test/fix-debian-node-and-python3-pip-settings
test(debian): fix `node` and `python3-pip` settings
This commit is contained in:
commit
7e1816a9bc
5 changed files with 6 additions and 13 deletions
|
@ -554,7 +554,6 @@ suites:
|
||||||
provisioner:
|
provisioner:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: node
|
- name: node
|
||||||
branch: test-kitchen
|
|
||||||
repo: git
|
repo: git
|
||||||
source: https://github.com/saltstack-formulas/node-formula.git
|
source: https://github.com/saltstack-formulas/node-formula.git
|
||||||
state_top:
|
state_top:
|
||||||
|
|
|
@ -88,8 +88,7 @@ values:
|
||||||
timeout: 120
|
timeout: 120
|
||||||
required:
|
required:
|
||||||
pkgs:
|
pkgs:
|
||||||
- libpython2.7-dev
|
- python3-pip
|
||||||
- python-pip
|
|
||||||
states: []
|
states: []
|
||||||
unwanted:
|
unwanted:
|
||||||
- campbel
|
- campbel
|
||||||
|
|
|
@ -88,8 +88,7 @@ values:
|
||||||
timeout: 120
|
timeout: 120
|
||||||
required:
|
required:
|
||||||
pkgs:
|
pkgs:
|
||||||
- libpython2.7-dev
|
- python3-pip
|
||||||
- python-pip
|
|
||||||
states: []
|
states: []
|
||||||
unwanted:
|
unwanted:
|
||||||
- campbel
|
- campbel
|
||||||
|
|
|
@ -88,8 +88,7 @@ values:
|
||||||
timeout: 120
|
timeout: 120
|
||||||
required:
|
required:
|
||||||
pkgs:
|
pkgs:
|
||||||
- libpython2.7-dev
|
- python3-pip
|
||||||
- python-pip
|
|
||||||
states: []
|
states: []
|
||||||
unwanted:
|
unwanted:
|
||||||
- campbel
|
- campbel
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
---
|
---
|
||||||
# Dependency (node)
|
# Dependency (node)
|
||||||
node:
|
node:
|
||||||
version: 12.16.1-1nodesource1
|
pkg:
|
||||||
install_from_ppa: true
|
use_upstream_repo: true # Debian family only
|
||||||
ppa:
|
|
||||||
repository_url: https://deb.nodesource.com/node_12.x
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
pkgs:
|
pkgs:
|
||||||
|
@ -40,8 +38,7 @@ packages:
|
||||||
# Pillar parameters have precedence so, if you add a package here, you
|
# Pillar parameters have precedence so, if you add a package here, you
|
||||||
# should also add the python pip package you want. Otherwise, the formula
|
# should also add the python pip package you want. Otherwise, the formula
|
||||||
# will take care of getting it if needed.
|
# will take care of getting it if needed.
|
||||||
- libpython2.7-dev
|
- python3-pip
|
||||||
- python-pip
|
|
||||||
wanted:
|
wanted:
|
||||||
# TODO: Investigate why this is longer working
|
# TODO: Investigate why this is longer working
|
||||||
# - dxpy
|
# - dxpy
|
||||||
|
|
Loading…
Add table
Reference in a new issue