diff --git a/Puppetfile b/Puppetfile index ca66b10..f29fb47 100644 --- a/Puppetfile +++ b/Puppetfile @@ -48,5 +48,5 @@ mod 'stm-file_capability', '6.0.0' mod 'h0tw1r3-gitea', '3.2.0' mod 'bind', - :git => 'https://git.unkin.net/unkinben/puppet-bind.git', + :git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git', :tag => '1.0' diff --git a/hieradata/roles/infra/puppet/master.yaml b/hieradata/roles/infra/puppet/master.yaml index 199ab00..4af2c1c 100644 --- a/hieradata/roles/infra/puppet/master.yaml +++ b/hieradata/roles/infra/puppet/master.yaml @@ -18,8 +18,8 @@ profiles::puppet::cobbler_enc::version: 'system' profiles::puppet::cobbler_enc::packages: - 'requests' - 'PyYAML' -profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git -profiles::puppet::r10k::r10k_repo: https://git.unkin.net/unkinben/puppet-r10k.git +profiles::puppet::enc::repo: https://git.service.au-syd1.consul/unkinben/puppet-enc.git +profiles::puppet::r10k::r10k_repo: https://git.service.au-syd1.consul/unkinben/puppet-r10k.git profiles::puppet::g10k::bin_path: '/opt/puppetlabs/bin/g10k' profiles::puppet::g10k::cfg_path: '/etc/puppetlabs/r10k/r10k.yaml' profiles::puppet::g10k::environments_path: '/etc/puppetlabs/code/environments'