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

@@ -1,17 +0,0 @@
###############################################################################
########## puppet.conf generated by puppet ###########
###############################################################################
[agent]
server = <%= @pt_pm_fqdn %>
classfile = $statedir/classes.txt
default_schedules = <%= @pt_default_schedules %>
environment = <%= @pt_environment %>
masterport = <%= @pt_masterport %>
noop = <%= @pt_noop %>
pluginsync = <%= @pt_pluginsync %>
report = <%= @pt_report %>
runinterval = <%= @pt_runinterval %>
splay = <%= @pt_splay %>
splaylimit = <%= @pt_splaylimit %>
usecacheonfailure = <%= @pt_usecacheonfailure %>