site::role: base
site::additional_classes:
- repo::redhat::zfs
- - site::profile::aem::author
\ No newline at end of file
+ - site::profile::aem::author
+
+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
site::role: base
site::additional_classes:
- repo::redhat::zfs
- - site::profile::aem::publish
\ No newline at end of file
+ - site::profile::aem::publish
+
+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
site::role: base
site::additional_classes:
- repo::redhat::zfs
- - site::profile::aem::publish
\ No newline at end of file
+ - site::profile::aem::publish
+
+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