This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
class puppet_cd::r10k::install (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
# if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
|
||||
if $pt_use_r10k == true {
|
||||
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
|
||||
# enable CRB
|
||||
exec { 'enable_crb':
|
||||
command => 'dnf config-manager --set-enabled crb',
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
:sources:
|
||||
:puppet:
|
||||
remote: <%= @pt_r10k_remote %>
|
||||
prefix: <&= @pt_r10k_prefix %>
|
||||
prefix: <%= @pt_r10k_prefix %>
|
||||
basedir: '<%= @pt_r10k_basedir %>'
|
||||
|
||||
Reference in New Issue
Block a user