https://github.com/kenyon/puppet-powerwall_dashboard
Puppet module for managing Powerwall-Dashboard
https://github.com/kenyon/puppet-powerwall_dashboard
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T01:23:44.000Z (10 months ago)
- Last Synced: 2026-06-12T07:33:50.576Z (about 1 month ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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