Skip to content

Commit 5bc2d58

Browse files
author
Drew Fisher
committed
Add support for Solaris 12
1 parent 130a334 commit 5bc2d58

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The `concat::setup` class should no longer be directly included in the manifest.
268268

269269
##Limitations
270270

271-
This module has been tested on [all PE-supported platforms](https://forge.puppetlabs.com/supported#compat-matrix), and no issues have been identified.
271+
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 Solaris 12.
272272

273273
##Development
274274

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"operatingsystem": "Solaris",
6868
"operatingsystemrelease": [
6969
"10",
70-
"11"
70+
"11",
71+
"12"
7172
]
7273
},
7374
{

0 commit comments

Comments
 (0)