Forráskód Böngészése

Merge pull request #172 from drewfisher314/ticket/2136-add-solaris-12

Add support for Solaris 12
JT (Jonny) 9 éve
szülő
commit
bf32ac86ca
2 módosított fájl, 3 hozzáadás és 2 törlés
  1. 1 1
      README.markdown
  2. 2 1
      metadata.json

+ 1 - 1
README.markdown

@@ -250,7 +250,7 @@ Specifies whether the subsetting should be present. Valid options: 'present' and
 
 ##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 Windows 7 and Mac OS X 10.9.
+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 Windows 7, Mac OS X 10.9, and Solaris 12.
 
 ##Development
 

+ 2 - 1
metadata.json

@@ -70,7 +70,8 @@
       "operatingsystem": "Solaris",
       "operatingsystemrelease": [
         "10",
-        "11"
+        "11",
+        "12"
       ]
     },
     {