-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIMP-7202 #comment Add EL8 support for acpid
- Loading branch information
1 parent
7c9bb01
commit ef880f3
Showing
7 changed files
with
67 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* Fri Dec 06 2019 Trevor Vaughan <[email protected]> - 1.2.0-0 | ||
- Add EL8 support | ||
|
||
* Tue Aug 20 2019 Liz Nemsick <[email protected]> - 1.1.0-0 | ||
- Drop Puppet 4 support | ||
- Add Puppet 6 support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Reference | ||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
**Classes** | ||
|
||
* [`acpid`](#acpid): This class provides for the setup of the ACPI management subsystem. This will eventually grow to encompass all acpid capabilities. NOTE: Th | ||
|
||
## Classes | ||
|
||
### acpid | ||
|
||
This class provides for the setup of the ACPI management subsystem. | ||
|
||
This will eventually grow to encompass all acpid capabilities. | ||
|
||
NOTE: This is NOT compatible with GFS2 and should not be included with it. | ||
They will deliberately step on one another. | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `acpid` class. | ||
|
||
##### `ensure` | ||
|
||
Data type: `String` | ||
|
||
Management of the acpid package. | ||
|
||
Default value: simplib::lookup('simp_options::package_ensure', { 'default_value' => 'installed' }) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters