3
0

remove yumrepo, since puppet is already installed in any case

This commit is contained in:
Arne Teuke
2025-02-27 18:45:49 +01:00
parent a75ddf964c
commit b9c3265cd2
6 changed files with 1 additions and 37 deletions

View File

@@ -6,8 +6,6 @@
class puppet_cd::main::install (
) inherits puppet_cd::params {
require puppet_cd::main::yumrepo
package { $pt_agent_pkg:
ensure => $pt_pkg_ensure,
}