bundle agent repo_yum_client_config(repos_dir) { vars: "bundle" string => "repo_yum_client_config"; files: debug:: "$(repos_dir)/debug-nonamespace.repo" create => "true", edit_line => hello("repo_yum_client_config.repos", "baseline"); reports: verbose:: "Calling $(bundle) with dir $(repos_dir)"; } bundle edit_line hello(tab, sectionName) { reports: debug:: "DEBUG doing nothing $(tab) $(sectionName)"; }