An open API service indexing awesome lists of open source software.

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

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.