This commit is contained in:
@@ -59,9 +59,10 @@ class puppet_cd::r10k::install (
|
|||||||
source => 'puppet:///modules/puppet_cd/webhook-go.rpm'
|
source => 'puppet:///modules/puppet_cd/webhook-go.rpm'
|
||||||
}
|
}
|
||||||
|
|
||||||
package { $pt_r10k_webhook_pkg:
|
exec { 'install rpm':
|
||||||
|
command = "yum install ${pt_r10k_webhook_pkg}",
|
||||||
ensure => $pt_pkg_ensure,
|
ensure => $pt_pkg_ensure,
|
||||||
require => File[$pt_r10k_webhook_pkg]
|
require => File[$pt_r10k_webhook_pkg],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user