search for: my_crontab

Displaying 1 result from an estimated 1 matches for "my_crontab".

2012 Feb 02
5
Schedule for own resources?
Hello, I am testing some schedule configurations and was wondering if I can use the schedule type in my own defines? As far as I can claim from my own tests, this is not possible? For example, the schedule "morning" does not work with my self-written define "my_crontab": ######################################### class crontab { schedule {"morning": range => "8-9", } my_crontab{"user-crontab": hostname => ''foobar001'', schedule => ''einmal'', } }...