https://github.com/pacso/puppet-dotfiles
My dotfiles, managed via boxen/puppet
https://github.com/pacso/puppet-dotfiles
Last synced: 10 months ago
JSON representation
My dotfiles, managed via boxen/puppet
- Host: GitHub
- URL: https://github.com/pacso/puppet-dotfiles
- Owner: pacso
- License: mit
- Created: 2013-03-29T08:44:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T22:43:47.000Z (over 3 years ago)
- Last Synced: 2025-07-24T10:01:06.195Z (11 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Puppet Module for Boxen
An example of how we write Puppet modules for Boxen. Replace this
paragraph with a short explanation of what the heck makes your module
useful.
## Usage
```puppet
boxen::example { 'best example ever':
salutation => 'fam'
}
```
## Required Puppet Modules
* `boxen`
* `anything-else`
## Development
Write code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.