{"id":25781,"date":"2015-08-28T16:22:33","date_gmt":"2015-08-28T10:52:33","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=25781"},"modified":"2015-08-31T17:06:20","modified_gmt":"2015-08-31T11:36:20","slug":"puppet-module-for-aem-configuration","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/","title":{"rendered":"Puppet module for AEM configuration"},"content":{"rendered":"<p>This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents.<\/p>\n<p><a href=\"http:\/\/docs.adobe.com\/content\/docs\/en\/aem\/6-0.html\">Adobe Experience Manager<\/a> (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations.<\/p>\n<p><strong>For puppet configuration and installation<\/strong><br \/>\nPlease refer to below URL: <a title=\"click here\" href=\"http:\/\/www.tothenew.com\/blog\/installing-lastest-puppet-master-and-agent-3-7-5-setup-on-ubuntu14-04-and-testing-it-with-a-small-manifest\/\">Click Here<\/a><\/p>\n<p><strong>Setup requirements:<\/strong><\/p>\n<ul>\n<li>Java is required to be installed on the system.<\/li>\n<li>Custom puppet module for AEM configuration.<\/li>\n<li>AEM quickstart.jar file with license.properties.<\/li>\n<li>Server(puppet agent) with enough RAM<\/li>\n<\/ul>\n<p><strong>Begining with java dependency:<\/strong><br \/>\nTo resolve the java dependency need to install puppetlabs java module using the below command:<\/p>\n<p>[shell]puppet module install puppetlabs-java[\/shell]<\/p>\n<p><strong>Validate puppetlabs java module is installed using command<\/strong><\/p>\n<p>[shell]puppet module list[\/shell]<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-31-161157.png\" alt=\"Screenshot from 2015-08-31 16:11:57\" width=\"347\" height=\"28\" class=\"alignnone size-full wp-image-25909\" \/><\/p>\n<p><strong>Usage of &#8220;java&#8221; module in &#8220;\/etc\/puppet\/manifests\/site.pp&#8221; <\/strong><br \/>\n[shell]<br \/>\nclass { &#8216;java&#8217;:<br \/>\n  distribution =&gt; &#8216;jre&#8217;,<br \/>\n  version      =&gt; &#8216;latest&#8217;,<br \/>\n}<br \/>\n[\/shell]<\/p>\n<p>For detailed reference : <a href=\"https:\/\/forge.puppetlabs.com\/puppetlabs\/java\">Click Here<\/a><\/p>\n<p><strong>Download the custom puppet module for AEM Installation named &#8220;<strong>aem<\/strong>&#8221; : <a href=\"https:\/\/s3.amazonaws.com\/aem-testing\/aem.tar.gz\">Click Here<\/a><\/strong><\/p>\n<p>Un-tar &#8220;aem&#8221; module at &#8220;\/etc\/puppet\/modules&#8221;<\/p>\n<p>Directory structure of &#8220;aem&#8221; module<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-31-160520.png\" alt=\"Screenshot from 2015-08-31 16:05:20\" width=\"452\" height=\"362\" class=\"alignnone size-full wp-image-25905\" \/><\/p>\n<p><strong>Usage of &#8220;test&#8221; module in &#8220;\/etc\/puppet\/manifests\/site.pp&#8221;<\/strong><\/p>\n<p>[shell]<br \/>\nclass { &#8216;aem::author&#8217;:<br \/>\nmessage =&gt; author,   #specify the type of AEM installation to create.Only author\/publisher valid<br \/>\nport =&gt; 7502,           #specify the port on which AEM will listen.<br \/>\n}<br \/>\nclass { &#8216;aem::publish&#8217;:<br \/>\nmessage =&gt; publish,   #specify the type of AEM installation to create.Only author\/publisher valid<br \/>\nport =&gt; 7503,           #specify the port on which AEM will listen.<br \/>\n}<\/p>\n<p>[\/shell]<\/p>\n<p>Note: By default installation path set to \/tmp to change the default path need to change parameter $installation_dir with your path in file<br \/>\n&#8220;\/etc\/puppet\/modules\/aem\/manifests\/publish.pp&#8221; for &#8220;publish&#8221;<br \/>\n&#8220;\/etc\/puppet\/modules\/aem\/manifests\/author.pp&#8221; for &#8220;author&#8221;<\/p>\n<p><strong>Other parameter:<\/strong><br \/>\nOther parameter value defined in author.pp and publish.pp also modify as per requirements are:<\/p>\n<p>[shell]<br \/>\n$MaxPermSize = &#8216;256&#8217; #Specify the java MaxPermSize<br \/>\n$Xmx = &#8216;1024&#8217;, #Specify the java max heap size<br \/>\n[\/shell]<\/p>\n<p><strong>AEM quickstart jar file with license.properties<\/strong><\/p>\n<p>AEM <a href=\"http:\/\/www.adobe.com\/marketing-cloud\/enterprise-content-management.html?promoid=KFBZV\">license.properties<\/a> should be placed &#8220;\/etc\/puppet\/modules\/aem\/templates\/&#8221; and renamed as license.properties.erb as has dependency in author.pp and publish.pp<\/p>\n<p>Note:<br \/>\nIf you don&#8217;t want to rename then you need to make changes accordingly in dependency files.<\/p>\n<p>In &#8220;\/etc\/puppet\/modules\/aem\/templates\/launchinstance.sh.erb&#8221; you need to specify source from where you downloading cq-quickstart-5.6.1.jar in line number 12.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-31-170245.png\" alt=\"Screenshot from 2015-08-31 17:02:45\" width=\"462\" height=\"141\" class=\"alignnone size-full wp-image-25944\" \/><br \/>\nMoving large files like cq-quickstart-5.6.1.jar from puppetmaster to puppet-agents lead to puppetmaster high load-average or failure.  <\/p>\n<p><strong>Apply the module on puppet agents<\/strong><br \/>\n[shell]puppet agent -tv &#8211;debug[\/shell]<\/p>\n<p>Command finished notice:<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-31-152606.png\" alt=\"Screenshot from 2015-08-31 15:26:06\" width=\"663\" height=\"180\" class=\"alignnone size-full wp-image-25917\" \/><\/p>\n<p>Verify the changes on puppet agent<br \/>\n[shell]ps -ef |  grep java[\/shell]<\/p>\n<p><strong>Screenshot:<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-30-101842.png\" alt=\"Screenshot from 2015-08-30 10:18:42\" width=\"1282\" height=\"142\" class=\"alignnone size-full wp-image-25806\" \/><\/p>\n<p>As per other use case if you want to install Author and Publish on separate machine then use below command:<\/p>\n<p>For Author Installation:<br \/>\n[shell] puppet agent &#8211;no-daemonize &#8211;onetime &#8211;verbose &#8211;tags=author[\/shell]<br \/>\nFor Publish Installation:<br \/>\n[shell] puppet agent &#8211;no-daemonize &#8211;onetime &#8211;verbose &#8211;tags=publish[\/shell]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on [&hellip;]<\/p>\n","protected":false},"author":215,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":6,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-25781","post","type-post","status-publish","format-standard","hentry","category-technology"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ankit Kumar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Puppet module for AEM configuration | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Puppet module for AEM configuration | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#article\",\"name\":\"Puppet module for AEM configuration | TO THE NEW Blog\",\"headline\":\"Puppet module for AEM configuration\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ankit-kumar\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/08\\\/Screenshot-from-2015-08-31-161157.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#articleImage\"},\"datePublished\":\"2015-08-28T16:22:33+05:30\",\"dateModified\":\"2015-08-31T17:06:20+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#webpage\"},\"articleSection\":\"Technology\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#listItem\",\"name\":\"Puppet module for AEM configuration\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#listItem\",\"position\":3,\"name\":\"Puppet module for AEM configuration\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ankit-kumar\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ankit-kumar\\\/\",\"name\":\"Ankit Kumar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/b5a5db0f-57c5-4d54-a530-aa08ef764a49_ankit.kumar@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Ankit Kumar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/\",\"name\":\"Puppet module for AEM configuration | TO THE NEW Blog\",\"description\":\"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/puppet-module-for-aem-configuration\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ankit-kumar\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ankit-kumar\\\/#author\"},\"datePublished\":\"2015-08-28T16:22:33+05:30\",\"dateModified\":\"2015-08-31T17:06:20+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Puppet module for AEM configuration | TO THE NEW Blog","description":"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on","canonical_url":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#article","name":"Puppet module for AEM configuration | TO THE NEW Blog","headline":"Puppet module for AEM configuration","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/ankit-kumar\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Screenshot-from-2015-08-31-161157.png","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#articleImage"},"datePublished":"2015-08-28T16:22:33+05:30","dateModified":"2015-08-31T17:06:20+05:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#webpage"},"articleSection":"Technology"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.tothenew.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/www.tothenew.com\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#listItem","name":"Puppet module for AEM configuration"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#listItem","position":3,"name":"Puppet module for AEM configuration","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/www.tothenew.com\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/www.tothenew.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.tothenew.com\/blog\/author\/ankit-kumar\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/ankit-kumar\/","name":"Ankit Kumar","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/b5a5db0f-57c5-4d54-a530-aa08ef764a49_ankit.kumar@tothenew.com.jpg","width":96,"height":96,"caption":"Ankit Kumar"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/","name":"Puppet module for AEM configuration | TO THE NEW Blog","description":"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/ankit-kumar\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/ankit-kumar\/#author"},"datePublished":"2015-08-28T16:22:33+05:30","dateModified":"2015-08-31T17:06:20+05:30"},{"@type":"WebSite","@id":"https:\/\/www.tothenew.com\/blog\/#website","url":"https:\/\/www.tothenew.com\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Puppet module for AEM configuration | TO THE NEW Blog","og:description":"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on","og:url":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Puppet module for AEM configuration | TO THE NEW Blog","twitter:description":"This blog post focuses on AEM Author and Publish configuration using custom puppet module on agents. Adobe Experience Manager (AEM) provides a complete suite of applications for the Web Experience Management (WEM) of organisations. For puppet configuration and installation Please refer to below URL: Click Here Setup requirements: Java is required to be installed on","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"25781","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 19:56:32","updated":"2024-02-29 09:31:27","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPuppet module for AEM configuration\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Technology","link":"https:\/\/www.tothenew.com\/blog\/category\/technology\/"},{"label":"Puppet module for AEM configuration","link":"https:\/\/www.tothenew.com\/blog\/puppet-module-for-aem-configuration\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/25781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/215"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=25781"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/25781\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=25781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=25781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=25781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}