thor77-g10k

Puppet module to install and manage g10k


Keywords
puppet, puppet-module
License
MIT
Install
puppet module install thor77-g10k --version 0.1.1

Documentation

g10k

Manage and install g10k

Usage

class { 'g10k':
    cfg => {
        cachedir => '/var/cache/g10k',
    },
    sources => {
        environment => {
            remote => 'ssh://git@my.puppet.git:org/repo',
            basedir => '/etc/puppetlabs/code/environment',
        },
        hiera => {
            remote => 'ssh://git@my.puppet.git:org/repo',
            basedir => '/etc/puppetlabs/code/hiera',
        },
    },
}

Limitations

  • currently only supports Debian
  • no tests