Skip to content

Commit

Permalink
Add support for AEM 6.3 SP1 CFP2 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 31, 2018
1 parent 70723f9 commit 5123088
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 2.4.0
*
### 2.3.1
* Add support for AEM 6.3 SP1 CFP2

### 2.3.0
* Enabled installation of Amazon SSM Agent by default
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all_var_files := $(VAR_FILES) $(ami_var_file)
# version: version of machine images to be created
version ?= 1.0.0
# packer_aem_version: version of packer-aem to be packaged
packer_aem_version ?= 2.4.0
packer_aem_version ?= 2.3.1

package: stage/packer-aem-$(packer_aem_version).tar.gz

Expand Down
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod 'pcfens/rhn_register', '1.5.0'
mod 'puppet/archive', '1.3.0'
mod 'puppet/yum', '2.1.0'
mod 'puppet-collectd', '5.3.0'
mod 'shinesolutions/aem_curator', '0.9.10'
mod 'shinesolutions/aem_curator', '0.9.11'
mod 'shinesolutions/amazon_ssm_agent', '0.9.0'
mod 'saz/limits', '2.5.0'
mod 'puppetlabs/concat', '4.1.0'
Expand Down
4 changes: 3 additions & 1 deletion examples/user-config/sandpit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aws:
subnet_id: ''
# Amazon Linux AMI 2017.09.1 (HVM
#source_ami: ami-33996b51
# Amazon Linux 2 LTS Candidate AMI 2017.12.0 (HVM)
# Amazon Linux 2 LTS Candidate AMI 2017.12.0 (HVM)
#source_ami: ami-71867013
# RHEL-7.4_HVM
source_ami: ami-ccecf5af
Expand All @@ -35,6 +35,8 @@ aws:

aem:
profile: aem62_sp1_cfp9
# AEM 6.3
# profile: aem63_sp1_cfp2
keystore_password: changeit
author:
jvm_mem_opts: "-Xss4m -Xms4096m -Xmx8192m"
Expand Down

0 comments on commit 5123088

Please sign in to comment.