Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thor77/puppet-g10k
- Owner: Thor77
- Created: 2019-07-27T17:10:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T18:52:17.000Z (about 5 years ago)
- Last Synced: 2024-10-12T06:04:21.250Z (27 days ago)
- Topics: puppet, puppet-module
- Language: Ruby
- Homepage: https://forge.puppet.com/thor77/g10k
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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