Skip to content

Commit 158f33f

Browse files
author
Drew Fisher
committed
- add Solaris 12 support
1 parent e02640f commit 158f33f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Specifies the stratum the server should operate at when using the undisciplined
291291

292292
##Limitations
293293

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

296296
##Development
297297

manifests/params.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
$keys_file = '/etc/inet/ntp.keys'
182182
$package_name = $::operatingsystemrelease ? {
183183
/^(5\.10|10|10_u\d+)$/ => [ 'SUNWntpr', 'SUNWntpu' ],
184-
/^(5\.11|11|11\.\d+)$/ => [ 'service/network/ntp' ]
184+
/^(5\.11|11|11\.\d+)$/ => [ 'service/network/ntp' ],
185+
/^(5\.12|12|12\.\d+)$/ => [ 'service/network/ntp' ]
185186
}
186187
$restrict = [
187188
'default kod nomodify notrap nopeer noquery',

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
{
6767
"operatingsystem": "Solaris",
6868
"operatingsystemrelease": [
69-
"11"
69+
"11",
70+
"12"
7071
]
7172
},
7273
{

0 commit comments

Comments
 (0)