3
0

update erb

This commit is contained in:
Arne Teuke
2025-02-26 21:45:45 +01:00
parent 1add61cf33
commit 7271afe02d
4 changed files with 20 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ class puppet_cd::main::files (
owner => 'root',
group => 'root',
mode => '0644',
content => template($pt_puppet_conf_erb),
content => template($pt_agent_conf_erb),
notify => Service[$pt_agent_service],
}
}