Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Debian stretch support (#61)
Browse files Browse the repository at this point in the history
Debian stretch support
  • Loading branch information
nervo authored and ameliedefrance committed Dec 4, 2017
1 parent d238b26 commit cc22d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Debian stretch support

## [1.0.0] - 2016-01-24
### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ include .manala/make/Makefile
########

ROLE = manala.sensu
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ galaxy_info:
versions:
- wheezy
- jessie
- stretch
galaxy_tags:
- alerting
- monitoring
Expand Down

0 comments on commit cc22d68

Please sign in to comment.