From b5ec766427637b4cc15c375492808208c240e2ae Mon Sep 17 00:00:00 2001 From: Adam Jahn Date: Mon, 7 Dec 2015 17:12:13 -0500 Subject: [PATCH] update supported OS in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4971e9..af0e1bd0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ Module for provisioning DNS (bind9) -Tested on Ubuntu 12.04 and CentOS 6.5, patches to support other operating systems are welcome. +Supports: + +* Ubuntu: 14.04, 12.04 +* CentOS: 7.x, 6.x + +Patches to support other operating systems are welcome. This module depends on concat (https://github.com/puppetlabs/puppet-concat).