From 5bc2d58394ae5c3306552f00400716ad4a529a8a Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Sat, 20 Jun 2015 08:48:50 -0600 Subject: [PATCH] Add support for Solaris 12 --- README.md | 2 +- metadata.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b9a8983..afec06dc0 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ The `concat::setup` class should no longer be directly included in the manifest. ##Limitations -This module has been tested on [all PE-supported platforms](https://forge.puppetlabs.com/supported#compat-matrix), and no issues have been identified. +This module has been tested on [all PE-supported platforms](https://forge.puppetlabs.com/supported#compat-matrix), and no issues have been identified. Additionally, it is tested (but not supported) on Solaris 12. ##Development diff --git a/metadata.json b/metadata.json index 1d4599260..6f6adab6a 100644 --- a/metadata.json +++ b/metadata.json @@ -67,7 +67,8 @@ "operatingsystem": "Solaris", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, {