fix: install python-requests for backend
This commit is contained in:
parent
2f6e2646c8
commit
f661d0d0c9
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- fix: install python-requests for backend
|
||||||
|
|
||||||
## [1.0.0] - 2019-02-06
|
## [1.0.0] - 2019-02-06
|
||||||
- first version
|
- first version
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
packages:
|
packages:
|
||||||
- sensu-go-backend
|
- sensu-go-backend
|
||||||
- sensu-go-cli
|
- sensu-go-cli
|
||||||
|
- python-requests
|
||||||
register: result
|
register: result
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 1
|
delay: 1
|
||||||
|
|
|
@ -12,6 +12,7 @@ puts '================================'
|
||||||
sensu-go-cli
|
sensu-go-cli
|
||||||
sensu-go-backend
|
sensu-go-backend
|
||||||
monitoring-plugins-basic
|
monitoring-plugins-basic
|
||||||
|
python-requests
|
||||||
].each do |package|
|
].each do |package|
|
||||||
describe package(package) do
|
describe package(package) do
|
||||||
it { should be_installed }
|
it { should be_installed }
|
||||||
|
|
Loading…
Reference in a new issue