- infra::profile::typo3
- infra::profile::mysql_server
- infra::profile::postfix
- - infra::profile::cron
+ - infra::profile::cron
# user
accounts::users:
priority: "06"
content: |
jenkins ALL=(apache) NOPASSWD: ALL
- jenkins ALL=(root) NOPASSWD: ALL
+# jenkins ALL=(root) NOPASSWD: ALL
# Postfix Config
postfix::myorigin: 'pixelpark.com'
- infra::profile::typo3
- infra::profile::mysql_server
- infra::profile::postfix
+ - infra::profile::cron
# user
accounts::users:
# Postfix Config
postfix::myorigin: 'pixelpark.com'
-
infra::additional_packages:
ImageMagick: {}
- '2'
- '30'
+# typo3 scheduler cron
+infra::profile::cron::cronjobs:
+ vbb-import:
+ command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run'
+ minute: '15'
+ hour: '*'
+ date: '*'
+ month: '*'
+ weekday: '*'
+ user: apache
+ environment:
+ # - 'MAILTO=root'
+ - 'PATH="/usr/bin:/bin"'
+ description: 'typo3 scheduler'
+
# basic auth apache - check
infra::profile::apache::htdigest:
server: