Merge pull request #172 from drewfisher314/ticket/2136-add-solaris-12
Add support for Solaris 12
Esse commit está contido em:
commit
bf32ac86ca
2 arquivos alterados com 3 adições e 2 exclusões
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Carregando…
Referência em uma nova issue