Skip to content

Commit

Permalink
Merge pull request #4 from lsst-it/release/0.1.0
Browse files Browse the repository at this point in the history
release 0.1.0
  • Loading branch information
jhoblitt authored Dec 1, 2023
2 parents 9ab0c37 + 13dc5a9 commit 4e71a56
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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)*
30 changes: 30 additions & 0 deletions REFERENCE.md
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'`

0 comments on commit 4e71a56

Please sign in to comment.