From 517d34f895b86eda99f59ddd95adaee9ac2b1a11 Mon Sep 17 00:00:00 2001
From: Philipp Dallig <philipp.dallig@pixelpark.com>
Date: Wed, 21 Jun 2017 11:51:57 +0200
Subject: [PATCH] mobile-aem - correct nodeservice

---
 customer/mobile-aem/common.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/customer/mobile-aem/common.yaml b/customer/mobile-aem/common.yaml
index a2a26524..23ca924f 100644
--- a/customer/mobile-aem/common.yaml
+++ b/customer/mobile-aem/common.yaml
@@ -124,11 +124,9 @@ infra::profile::aem::author::install_files:
     content: |
       path=./crx-quickstart/repository/datastore
       minRecordLength=1048576
-  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg:
+  org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.cfg:
     content: |
       customBlobStore=true
-  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.config:
-    content: |
       repository.home=${repository.home}/segmentstore
       tarmk.size=256
       pauseCompaction=B"false"
-- 
2.39.5