Skip to content

Commit 9e53ae2

Browse files
mbloch1986cliffano
authored andcommitted
Enhancement/configure cloudwatch content health check cron (#75)
* Bump version up to 3.0.0 pre . * Add Cloudwatch logs for content health check cron job * Change version to 2.8.0 . Version 3.x is slated for AEM 6.4 support. * Change version to 2.8.0 Version 3.x is slated for AEM 6.4 support.
1 parent 8ef2ead commit 9e53ae2

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.8.0
2+
* Add CloudWatch config for content health check cron log
3+
14
### 2.7.3
25
* Upgrade ruby_aem_aws to 1.1.0
36
* Lock down nokogiri to 1.8.2 due to additional package dependencies in 1.8.3

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all_var_files := $(VAR_FILES) $(ami_var_file)
88
# version: version of machine images to be created
99
version ?= 1.0.0
1010
# packer_aem_version: version of packer-aem to be packaged
11-
packer_aem_version ?= 2.7.3
11+
packer_aem_version ?= 2.8.0
1212

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

provisioners/puppet/modules/config/data/RedHat/Amazon.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ config::base::cloudwatchlogs_logfiles:
3232
/var/log/shinesolutions/cron-stack-offline-compaction-snapshot.log: {}
3333
/var/log/shinesolutions/cron-live-snapshot-backup.log: {}
3434
/var/log/shinesolutions/cron-export-backups.log: {}
35+
/var/log/shinesolutions/cron-content-health-check.log: {}
3536
/var/log/cloud-init-output.log: {}
3637
/var/log/dmesg: {}

provisioners/puppet/modules/config/data/RedHat/RedHat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ config::base::cloudwatchlogs_logfiles:
3131
/var/log/shinesolutions/cron-stack-offline-compaction-snapshot.log: {}
3232
/var/log/shinesolutions/cron-live-snapshot-backup.log: {}
3333
/var/log/shinesolutions/cron-export-backups.log: {}
34+
/var/log/shinesolutions/cron-content-health-check.log: {}
3435
/var/log/cloud-init-output.log: {}
3536
/var/log/dmesg: {}

0 commit comments

Comments
 (0)