fix: install build-essential for agent
This commit is contained in:
parent
f661d0d0c9
commit
252f7ea6d7
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
|
||||
## [Unreleased]
|
||||
- fix: install python-requests for backend
|
||||
- fix: install build-essential for agent
|
||||
|
||||
## [1.0.0] - 2019-02-06
|
||||
- first version
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
packages:
|
||||
- sensu-go-agent
|
||||
- sensu-plugins-ruby
|
||||
- build-essential
|
||||
- monitoring-plugins-basic
|
||||
register: result
|
||||
retries: 3
|
||||
|
|
|
@ -11,6 +11,7 @@ puts '================================'
|
|||
sensu-go-agent
|
||||
sensu-go-cli
|
||||
sensu-go-backend
|
||||
build-essential
|
||||
monitoring-plugins-basic
|
||||
python-requests
|
||||
].each do |package|
|
||||
|
|
Loading…
Reference in a new issue