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', } } ######################################### Am I missing something or is it impossible to use the schedule type with my own defines? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.