diff --git a/hieradata/common.yaml b/hieradata/common.yaml index b8267f4..9533387 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -41,7 +41,7 @@ profiles::puppet::client::show_diff: true profiles::puppet::client::usecacheonfailure: false profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git -profiles::puppet::enc::release: '0.1' +profiles::puppet::enc::release: '0.2' profiles::puppet::enc::force: true profiles::puppet::r10k::r10k_repo: https://git.unkin.net/unkinben/puppet-r10k.git profiles::puppet::g10k::bin_path: '/opt/puppetlabs/bin/g10k' diff --git a/site/roles/manifests/infra/packagerepo.pp b/site/roles/manifests/infra/packagerepo.pp new file mode 100644 index 0000000..1f2afdc --- /dev/null +++ b/site/roles/manifests/infra/packagerepo.pp @@ -0,0 +1,6 @@ +# a role to deploy a packagerepo +class roles::infra::packagerepo { + include profiles::defaults + include profiles::base + include profiles::base::datavol +}