Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenyon/puppet-powerwall_dashboard
Puppet module for managing Powerwall-Dashboard
https://github.com/kenyon/puppet-powerwall_dashboard
Last synced: 12 days ago
JSON representation
Puppet module for managing Powerwall-Dashboard
- Host: GitHub
- URL: https://github.com/kenyon/puppet-powerwall_dashboard
- Owner: kenyon
- License: agpl-3.0
- Created: 2023-08-28T04:21:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-17T05:44:47.000Z (11 months ago)
- Last Synced: 2024-10-19T22:29:55.159Z (3 months ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# powerwall_dashboard
## Description
This module manages a [Powerwall-Dashboard](https://github.com/jasonacox/Powerwall-Dashboard) installation.
## Setup
### What powerwall_dashboard affects
TODO
### Setup Requirements
TODO
### Beginning with powerwall_dashboard
TODO
## Usage
TODO
## Limitations
See [`metadata.json`](metadata.json) for supported operating systems, supported Puppet versions,
and Puppet module dependencies.## Development
The development of this module attempts to be
[test-driven](https://en.wikipedia.org/wiki/Test-driven_development) as much as possible.
Therefore, changes should generally be accompanied by tests. The test suite is located in the
[`spec`](spec) directory. Acceptance tests (in the [`acceptance`](spec/acceptance) directory) use
[Serverspec](https://serverspec.org/), while unit tests (everything else) use
[rspec-puppet](https://rspec-puppet.com/).### Generating documentation
```console
pdk bundle exec rake strings:generate:reference
```See also:
* [Puppet Strings](https://puppet.com/docs/puppet/latest/puppet_strings.html)
### Release process
TODO