Skip to content

Commit

Permalink
Update README and metadata for simple fork
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnferry committed Sep 13, 2017
1 parent 519bc2a commit 8f72a02
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.6
2.3.1
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
## Overview

The Oracle Solaris Providers module includes Solaris-specific implementations of
types and providers. These include some common features as well as features
types and providers. These include some common features as well as features
found exclusively on Oracle Solaris.

This is a direct fork of the presumably abandonded provider puboished by Oracle.
Beyond simple naming and metadata changes this is identical to the provider
shipped natively with Solaris 11 SRU 23.

## Module Description

The Oracle Solaris Providers module currently enables configuration of the
Expand All @@ -34,17 +38,17 @@ Many more types and providers will be added in the future.

The naming providers included in this module make changes to the SMF properties of the following services:

svc:/network/dns/client
svc:/network/ldap/client
svc:/network/nis/client
svc:/network/nis/domain
svc:/network/dns/client
svc:/network/ldap/client
svc:/network/nis/client
svc:/network/nis/domain

The package providers modify the configuration of IPS.

### Beginning with solaris_providers

For Solaris 11.x puppet module install oracle-solaris_providers
For Solaris 12.x pkg install puppet/oracle-solaris_providers
For Solaris 11.x puppet module install oracle-solaris_providers
For Solaris 12.x pkg install puppet/oracle-solaris_providers

## Usage

Expand All @@ -56,10 +60,10 @@ providers: dns, ldap, nis, pkg_facet, pkg_mediator, pkg_publisher, pkg_variant
The naming providers interact with SMF properties of the following
services using the svcprop(1) command:

svc:/network/dns/client
svc:/network/ldap/client
svc:/network/nis/client
svc:/network/nis/domain
svc:/network/dns/client
svc:/network/ldap/client
svc:/network/nis/client
svc:/network/nis/domain

The package providers interact with IPS using the pkg(1) command.

Expand All @@ -71,4 +75,3 @@ These modules were created for use on Oracle Solaris 11 and 12.

Contributors should issue pull requests via Github. See the project page at:
https://github.com/oraclesolaris/puppet-module

8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oracle-solaris_providers",
"name": "shawnferry-solaris_providers",
"version": "1.2.2",
"author": "Oracle",
"author": "Oracle/Shawn Ferry",
"summary": "Oracle Solaris Providers",
"license": "Apache-2.0",
"source": "https://github.com/oraclesolaris/puppet-solaris_providers",
Expand All @@ -10,15 +10,15 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_range": "4.7.x"
"version": ">= 4.7.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"11",
"12"
"11.4"
]
}
],
Expand Down

0 comments on commit 8f72a02

Please sign in to comment.