> Ive recently started using the method described below which is working > well so far. It may not be able to work with the 'appendifnosuchline' > approach. > > http://linuxman.wikispaces.com/Creating+a+cron+job+with+puppet
Hmm, interesting. Have you considered using the ubiquitous file concat mechanism? (I forget the download link, sorry). I've got to add: Your assumption that "you can't really have puppet-managed and non-puppet-managed jobs in the same crontab" is just not true. You are usually *not* supposed to managed crontabs as files (except the cron provider is broken on your platform, as in Ace's case). Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
