Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
removing notes on solaris support
Browse files Browse the repository at this point in the history
  • Loading branch information
salderma committed Sep 25, 2013
1 parent b55d8a9 commit 969237e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ This module requires functions provided by the Example42 Puppi module (you need

For detailed info about the logic and usage patterns of Example42 modules check the DOCS directory on Example42 main modules set.

## USAGE - Solaris Support

* This module supports Solaris platform but doing so requires setting Package Sources in your site.pp

Package {
provider => $osfamily ? {
redhat => yum,
solaris => pkgutil,
sles => zypper,
}
}

* Solaris Support is not yet compatible with Puppi

## USAGE - Basic management

* Install nrpe with default settings
Expand Down

0 comments on commit 969237e

Please sign in to comment.