3
0
Arne Teuke
2025-10-25 19:10:37 +02:00
parent 077d5f3ad7
commit fd42940c4c

View File

@@ -60,8 +60,7 @@ class puppet_cd::r10k::install (
}
exec { 'install rpm':
command = "yum install ${pt_r10k_webhook_pkg}",
ensure => $pt_pkg_ensure,
command => "yum install ${pt_r10k_webhook_pkg}",
require => File[$pt_r10k_webhook_pkg],
}
}