Skip to content

Commit d725df8

Browse files
committed
Revert "- add Solaris 12 support"
This reverts commit 158f33f.
1 parent d58e30b commit d725df8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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. Additionally, it is tested (but not supported) on Solaris 10 and 12 and Fedora 20-22.
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 10 and Fedora 20-22.
295295

296296
##Development
297297

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
'127.0.0.1',
232232
]
233233
} else {
234-
# Solaris 11, 12 ...
234+
# Solaris 11...
235235
$package_name = [ 'service/network/ntp' ]
236236
$restrict = [
237237
'default kod nomodify notrap nopeer noquery',

metadata.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@
7474
{
7575
"operatingsystem": "Solaris",
7676
"operatingsystemrelease": [
77-
"10",
78-
"11",
79-
"12"
77+
"11"
8078
]
8179
},
8280
{

0 commit comments

Comments
 (0)