-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lsst-it/release/0.1.0
release 0.1.0
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
Each new release typically also includes the latest modulesync defaults. | ||
These should not affect the functionality of the module. | ||
|
||
## [v0.1.0](https://github.com/lsst-it/puppet-powertop/tree/v0.1.0) (2023-12-01) | ||
|
||
[Full Changelog](https://github.com/lsst-it/puppet-powertop/compare/abd147c9f04043f05f09512d8a21531c2f5ccde2...v0.1.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- fwv [\#2](https://github.com/lsst-it/puppet-powertop/pull/2) ([jhoblitt](https://github.com/jhoblitt)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
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,30 @@ | ||
# Reference | ||
|
||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
### Classes | ||
|
||
* [`powertop`](#powertop): Manages powertop | ||
|
||
## Classes | ||
|
||
### <a name="powertop"></a>`powertop` | ||
|
||
Manages powertop | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `powertop` class: | ||
|
||
* [`ensure`](#-powertop--ensure) | ||
|
||
##### <a name="-powertop--ensure"></a>`ensure` | ||
|
||
Data type: `Enum['present', 'absent']` | ||
|
||
Whether powertop should be present or absent. | ||
|
||
Default value: `'present'` | ||
|