Skip to content

Commit bbc6911

Browse files
Configs align
1 parent fb23ad9 commit bbc6911

File tree

4 files changed

+10
-0
lines changed
  • examples/docker/src/aem/default/etc
  • pkg/project

4 files changed

+10
-0
lines changed

examples/docker/src/aem/default/etc/aem.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ instance:
109109
# Specific endpoints / paths (like login page)
110110
path_ready:
111111
timeout: 10s
112+
login_page:
113+
skip: false
114+
path: "/libs/granite/core/content/login.html"
115+
status_code: 200
116+
contained_text: QUICKSTART_HOMEPAGE
112117

113118
# Managed locally (set up automatically)
114119
local:

pkg/project/app_classic/aem/default/etc/aem.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ instance:
9797
# OSGi components state tracking
9898
component_stable:
9999
skip: false
100+
abort: true
100101
pids_ignored: []
101102
pids_failed_activation: ["*"]
102103
pids_unsatisfied_reference: []

pkg/project/app_cloud/aem/default/etc/aem.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,14 @@ instance:
9393
received_max_age: 5s
9494
# OSGi components state tracking
9595
component_stable:
96+
skip: false
97+
abort: true
9698
pids_ignored: []
9799
pids_failed_activation: ["*"]
98100
pids_unsatisfied_reference: []
99101
# Sling Installer tracking
100102
installer:
103+
skip: false
101104
# JMX state checking
102105
state: true
103106
# Pause Installation nodes checking

pkg/project/instance/aem/default/etc/aem.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ instance:
9595
# OSGi components state tracking
9696
component_stable:
9797
skip: false
98+
abort: true
9899
pids_ignored: []
99100
pids_failed_activation: ["*"]
100101
pids_unsatisfied_reference: []

0 commit comments

Comments
 (0)