From cc22d682db97fc08c66cda6669fc634ff6d907a2 Mon Sep 17 00:00:00 2001 From: nervo Date: Mon, 4 Dec 2017 17:35:00 +0100 Subject: [PATCH] Debian stretch support (#61) Debian stretch support --- CHANGELOG.md | 2 ++ Makefile | 2 +- meta/main.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac222e..d7fa00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 0dbda50..6320c48 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/meta/main.yml b/meta/main.yml index 0b84d28..42bd8cb 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,6 +14,7 @@ galaxy_info: versions: - wheezy - jessie + - stretch galaxy_tags: - alerting - monitoring