From d9a3addab124097f1731fb742fe52bf8b3a72b63 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 12 Aug 2016 18:44:30 +0200 Subject: [PATCH] sirona-aem - Add zfs cronjob --- .../sirona-aem/prod01-author-sirona.pixelpark.net.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/customer/sirona-aem/prod01-author-sirona.pixelpark.net.yaml b/customer/sirona-aem/prod01-author-sirona.pixelpark.net.yaml index aa9aefe5..9a373b5c 100644 --- a/customer/sirona-aem/prod01-author-sirona.pixelpark.net.yaml +++ b/customer/sirona-aem/prod01-author-sirona.pixelpark.net.yaml @@ -1,4 +1,12 @@ --- site::additional_classes: - site::profile::aem::author -# - apache::mod::headers \ No newline at end of file +# - apache::mod::headers + +site::profile::cron::cronjobs: + zfs_rotation: + user: root + command: '/usr/local/sbin/zfs_rotation.sh datapool 2592000' # 30 days + minute: 0 + hour: 2 + description: ZFS Snapshot \ No newline at end of file -- 2.39.5