--- /dev/null
+---
+site::role: base_for_old_systems # because we don't need xymon
+site::additional_classes:
+ - accounts
+# Disable because of extra 7.3 download path
+# - repo::redhat::zfs
+ - site::profile::aem::author
+ - apache::mod::include
+
+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
+++ /dev/null
----
-site::role: base_for_old_systems # because we don't need xymon
-site::additional_classes:
- - accounts
-# Disable because of extra 7.3 download path
-# - repo::redhat::zfs
- - site::profile::aem::author
- - apache::mod::include
-
-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