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

Add support for Solaris 12
這個提交存在於:
JT (Jonny) 2015-06-23 15:59:57 +01:00
當前提交 bf32ac86ca
共有 2 個檔案被更改,包括 3 行新增2 行删除

查看文件

@ -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

查看文件

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