Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thor77/puppet-g10k

Puppet module to install and manage g10k
https://github.com/thor77/puppet-g10k

puppet puppet-module

Last synced: 27 days ago
JSON representation

Puppet module to install and manage g10k

Awesome Lists containing this project

README

        

# g10k

Manage and install [g10k](https://github.com/xorpaul/g10k)

## Usage

```puppet
class { 'g10k':
cfg => {
cachedir => '/var/cache/g10k',
},
sources => {
environment => {
remote => 'ssh://[email protected]:org/repo',
basedir => '/etc/puppetlabs/code/environment',
},
hiera => {
remote => 'ssh://[email protected]:org/repo',
basedir => '/etc/puppetlabs/code/hiera',
},
},
}
```

## Limitations

* currently only supports Debian
* no tests