Skip to content

Commit

Permalink
Merge pull request #274 from drewfisher314/ticket/2137-add-solaris-12
Browse files Browse the repository at this point in the history
- add Solaris 12 support
  • Loading branch information
jonnytdevops committed Jun 23, 2015
2 parents cb1af28 + 158f33f commit 09d4db0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -291,7 +291,7 @@ Specifies the stratum the server should operate at when using the undisciplined

##Limitations

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

##Development

Expand Down
3 changes: 2 additions & 1 deletion manifests/params.pp
Expand Up @@ -181,7 +181,8 @@
$keys_file = '/etc/inet/ntp.keys'
$package_name = $::operatingsystemrelease ? {
/^(5\.10|10|10_u\d+)$/ => [ 'SUNWntpr', 'SUNWntpu' ],
/^(5\.11|11|11\.\d+)$/ => [ 'service/network/ntp' ]
/^(5\.11|11|11\.\d+)$/ => [ 'service/network/ntp' ],
/^(5\.12|12|12\.\d+)$/ => [ 'service/network/ntp' ]
}
$restrict = [
'default kod nomodify notrap nopeer noquery',
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Expand Up @@ -66,7 +66,8 @@
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"11"
"11",
"12"
]
},
{
Expand Down

0 comments on commit 09d4db0

Please sign in to comment.