From 4e8428507c8ea04681ee94d043eca57ffb38142b Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 2 Jun 2017 15:57:50 +0200 Subject: [PATCH] mobile-aem - correct admin passwort --- customer/mobile-aem/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/mobile-aem/common.yaml b/customer/mobile-aem/common.yaml index 3bb8a8e4..466df9fc 100644 --- a/customer/mobile-aem/common.yaml +++ b/customer/mobile-aem/common.yaml @@ -108,6 +108,8 @@ infra::profile::aem::author::license_download_id: ENC[PKCS7,MIIBmQYJKoZIhvcNAQcD infra::profile::aem::author::license_product_version: '6.2.0' infra::profile::aem::author::license_customer_name: 'Day Training' infra::profile::aem::author::license_product_name: 'Adobe Experience Manager' +# echtes admin passswort +infra::profile::aem::author::admin_pass: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAnjjKWVZqCMXzRMkxTMoX5+mAXZJSHCBF7cAHKIo/xyh+NYIn9XvFCkxRRGJkuL2H2L58uQHBt++zVNju8ROoZxzfTcCkbiSrLRRdpNINMpMQ4Nho/Y+sSQQk1AZKULoSL6h3nqQAmWJN1e92FUVPpjJgXYTGnFvhT1CaChZt21ckr64hzER0hGoo33ulA5dOYx/1cTBAbduqgrBZCHdwYEp6tfJielejnzMPLAQXIx6MBABAPi4nk0ZaNn2LZyIc9fZ+eMhTbIgAK9OCXVnqvZbx26Mx9AZvtbJcNQwpdA0LOE6PMS4d8QGIEh4pa/w1NhJrbNTva2CJni6HJONWcDBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBBWgqRxnoYdub+n+RHcTRhlgCA1OXoNpv/tAAgL4H2owP/pBzWrDii31+oaRA1ENOgwuQ==] infra::profile::aem::author::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true' @@ -145,6 +147,7 @@ infra::profile::aem::publish::license_download_id: ENC[PKCS7,MIIBmQYJKoZIhvcNAQc infra::profile::aem::publish::license_product_version: '6.2.0' infra::profile::aem::publish::license_customer_name: 'Day Training' infra::profile::aem::publish::license_product_name: 'Adobe Experience Manager' +infra::profile::aem::publish::admin_pass: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAnjjKWVZqCMXzRMkxTMoX5+mAXZJSHCBF7cAHKIo/xyh+NYIn9XvFCkxRRGJkuL2H2L58uQHBt++zVNju8ROoZxzfTcCkbiSrLRRdpNINMpMQ4Nho/Y+sSQQk1AZKULoSL6h3nqQAmWJN1e92FUVPpjJgXYTGnFvhT1CaChZt21ckr64hzER0hGoo33ulA5dOYx/1cTBAbduqgrBZCHdwYEp6tfJielejnzMPLAQXIx6MBABAPi4nk0ZaNn2LZyIc9fZ+eMhTbIgAK9OCXVnqvZbx26Mx9AZvtbJcNQwpdA0LOE6PMS4d8QGIEh4pa/w1NhJrbNTva2CJni6HJONWcDBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBBWgqRxnoYdub+n+RHcTRhlgCA1OXoNpv/tAAgL4H2owP/pBzWrDii31+oaRA1ENOgwuQ==] infra::profile::aem::publish::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true' -- 2.39.5