Skip to content

Commit

Permalink
AEMC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 15, 2023
1 parent 8a71e5b commit 2994d1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: wttech
name: aem

# The version of the collection. Must be compatible with semantic versioning
version: "1.4.4"
version: "1.5.9"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/base/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aem_root_dir: "/opt/aem"
aem_home_dir: "{{ aem_root_dir }}/home"
aem_tool_dir: "{{ aem_home_dir }}/opt"

aem_cli_version: "1.4.1"
aem_cli_version: "1.5.9"
aem_cli_executable: "{{ aem_tool_dir }}/aemc-cli/lib/{{ aem_cli_version }}/aem"
aem_cli_filename: "aemc-cli_{{ aem_os }}_{{ aem_arch }}.{{ aem_ext }}"

Expand Down
4 changes: 4 additions & 0 deletions roles/instance/templates/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ instance:
crypto:
key_bundle_symbolic_name: com.adobe.granite.crypto.file

# Replication
replication:
bundle_symbolic_name: com.day.cq.cq-replication

# Workflow Manager
workflow:
launcher:
Expand Down

0 comments on commit 2994d1d

Please sign in to comment.