From d725df80e5906377db36dedd1ef5bf556e8e7885 Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Tue, 21 Jul 2015 12:08:38 -0700 Subject: [PATCH] Revert "- add Solaris 12 support" This reverts commit 158f33fe6098e615ebe91dc562b7c3d61cf06763. --- README.markdown | 2 +- manifests/params.pp | 2 +- metadata.json | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index fc2c1f3c3..03bafe7c8 100644 --- a/README.markdown +++ b/README.markdown @@ -291,7 +291,7 @@ Specifies the stratum the server should operate at when using the undisciplined ##Limitations -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 10 and 12 and Fedora 20-22. +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 10 and Fedora 20-22. ##Development diff --git a/manifests/params.pp b/manifests/params.pp index 76e297d94..d558c6920 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -231,7 +231,7 @@ '127.0.0.1', ] } else { - # Solaris 11, 12 ... + # Solaris 11... $package_name = [ 'service/network/ntp' ] $restrict = [ 'default kod nomodify notrap nopeer noquery', diff --git a/metadata.json b/metadata.json index 5e154e657..d673bb833 100644 --- a/metadata.json +++ b/metadata.json @@ -74,9 +74,7 @@ { "operatingsystem": "Solaris", "operatingsystemrelease": [ - "10", - "11", - "12" + "11" ] }, {