redis::timeout: 30
redis::maxmemory: 1gb
-#infra::profile::cron::cronjobs:
-# temp_rsync_flugdaten:
-# user: flugdat
-# command: '/bin/rsync -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@tst-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms/'
-# minute: '*/3'
-# description: FBBPSCDM-167
+infra::profile::cron::cronjobs:
+ temp_rsync_flugdaten:
+ # cron kann mit ensure: 'present' wieder aktiviert werden
+ ensure: 'absent'
+ user: flugdat
+ command: '/bin/rsync -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@tst-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms/'
+ minute: '*/3'
+ description: FBBPSCDM-167
rabbitmq::environment_variables:
NODENAME: 'rabbit@tst-api01-fbb.pixelpark.net'