+++ /dev/null
----
-# Host is down
-infra::additional_classes:
- - infra::profile::aem::author
-
-# Cron for Compaction
-infra::profile::cron::cronjobs:
- compaction:
- user: aem
- command: 'sudo -n /bin/systemctl stop puppet ; /opt/adobe/author/crx-quickstart/bin/oak_compactor.py ; sudo -n /bin/systemctl start puppet'
- minute: 0
- hour: 8
- weekday: 0
- description: AEM Tar Compaction
+++ /dev/null
----
-# Host is down
-infra::additional_classes:
- - infra::profile::aem::publish
-
-# Cron for Compaction
-infra::profile::cron::cronjobs:
- compaction:
- user: aem
- command: 'sudo -n /bin/systemctl stop puppet ; /opt/adobe/publish/crx-quickstart/bin/oak_compactor.py ; sudo -n /bin/systemctl start puppet'
- minute: 0
- hour: 3
- weekday: 0
- description: AEM Tar Compaction
+++ /dev/null
----
-# Host is down
-infra::additional_classes:
- - infra::profile::aem::publish
-
-# Cron for Compaction
-infra::profile::cron::cronjobs:
- compaction:
- user: aem
- command: 'sudo -n /bin/systemctl stop puppet ; /opt/adobe/publish/crx-quickstart/bin/oak_compactor.py ; sudo -n /bin/systemctl start puppet'
- minute: 0
- hour: 12
- weekday: 0
- description: AEM Tar Compaction