File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ author_publish_dispatcher::dispatcher_data_devices:
2323 - device_name : " %{hiera('common::ami::publish_dispatcher_device_name')}"
2424 device_alias : " %{hiera('common::ami::publish_dispatcher_device_alias')}"
2525
26- author_publish_dispatcher::volume_type : gp2
26+ author_publish_dispatcher::volume_type : " %{hiera('common::volume_type') "
2727
2828author_publish_dispatcher::aem_password_retrieval_command : " %{hiera('common::aem_password_retrieval_command')}"
2929author_publish_dispatcher::awslogs_config_path : " %{hiera('common::awslogs_config_path')}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ preview_publish::aem_repo_devices:
1010 - device_name : " %{hiera('common::ami::device_name')}"
1111 device_alias : " %{hiera('common::ami::device_alias')}"
1212 aem_id : " %{hiera('preview_publish::aem_id')}"
13- preview_publish::volume_type : gp2
13+ preview_publish::volume_type : " %{hiera('common::volume_type') "
1414
1515preview_publish::revert_snapshot_type : " %{hiera('preview_publish::revert_snapshot_type')}"
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ publish::aem_repo_devices:
1010 - device_name : " %{hiera('common::ami::device_name')}"
1111 device_alias : " %{hiera('common::ami::device_alias')}"
1212 aem_id : " %{hiera('publish::aem_id')}"
13- publish::volume_type : gp2
13+ publish::volume_type : " %{hiera('common::volume_type') "
1414
1515publish::revert_snapshot_type : " %{hiera('publish::revert_snapshot_type')}"
1616
You can’t perform that action at this time.
0 commit comments