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

Add support for Solaris 12
This commit is contained in:
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"
]
},
{