summaryrefslogtreecommitdiff
path: root/hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml')
-rw-r--r--hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml b/hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml
index 2567e93..bfc8f2b 100644
--- a/hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml
+++ b/hot/software-config/boot-config/templates/install_config_agent_ubuntu_pip.yaml
@@ -21,9 +21,9 @@ resources:
config:
str_replace:
params:
- $heat_config_script: {get_file: ../../elements/heat-config/os-refresh-config/configure.d/55-heat-config}
- $hook_script: {get_file: ../../elements/heat-config-script/install.d/hook-script.py}
- $heat_config_notify: {get_file: ../../elements/heat-config/bin/heat-config-notify}
+ $heat_config_script: {get_file: ../../../../../heat-agents/heat-config/os-refresh-config/configure.d/55-heat-config}
+ $hook_script: {get_file: ../../../../../heat-agents/heat-config-script/install.d/hook-script.py}
+ $heat_config_notify: {get_file: ../../../../../heat-agents/heat-config/bin/heat-config-notify}
$occ_conf: {get_file: fragments/os-collect-config.conf}
$orc_oac: {get_file: fragments/20-os-apply-config}
template: {get_file: fragments/configure_config_agent.sh}