Skip to content

Commit

Permalink
Merge pull request redhat-openstack#285 from bmjen/revert-solaris-12
Browse files Browse the repository at this point in the history
Revert "- add Solaris 12 support"
  • Loading branch information
Morgan Haskel committed Jul 21, 2015
2 parents 90778bc + d725df8 commit d08256a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
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. Additionally, it is tested (but not supported) on Solaris 10 and 12 and Fedora 20-22.
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 10 and Fedora 20-22.

##Development

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
'127.0.0.1',
]
} else {
# Solaris 11, 12 ...
# Solaris 11...
$package_name = [ 'service/network/ntp' ]
$restrict = [
'default kod nomodify notrap nopeer noquery',
Expand Down
4 changes: 1 addition & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10",
"11",
"12"
"11"
]
},
{
Expand Down

0 comments on commit d08256a

Please sign in to comment.