Skip to content

Commit bf32ac8

Browse files
committed
Merge pull request redhat-openstack#172 from drewfisher314/ticket/2136-add-solaris-12
Add support for Solaris 12
2 parents a09bfef + 366523b commit bf32ac8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Specifies whether the subsetting should be present. Valid options: 'present' and
250250

251251
##Limitations
252252

253-
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.
253+
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.
254254

255255
##Development
256256

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"operatingsystem": "Solaris",
7171
"operatingsystemrelease": [
7272
"10",
73-
"11"
73+
"11",
74+
"12"
7475
]
7576
},
7677
{

0 commit comments

Comments
 (0)