GithubHelp home page GithubHelp logo

Compare with cron_core ? about puppet-cron HOT 2 OPEN

voxpupuli avatar voxpupuli commented on July 3, 2024 3
Compare with cron_core ?

from puppet-cron.

Comments (2)

alexjfisher avatar alexjfisher commented on July 3, 2024 2

The cron type (now in cron_core, but formally a builtin type), manages the crontabs of users. eg. all cron resources with user => root will end up in a single crontab (/var/spool/cron/root on EL7 at least).

The type inserts some comments with warnings to not mess with the file manually.

# HEADER: This file was autogenerated at 2021-03-31 16:26:03 +0100 by puppet.
# HEADER: While it can still be managed manually, it is definitely not recommended.
# HEADER: Note particularly that the comments starting with 'Puppet Name' should
# HEADER: not be deleted, as doing so could cause duplicate cron jobs.
# Puppet Name: foo
0 2 * * 5 foo.sh
# Puppet Name: bar
* 15 1 * * bar.sh

In contrast, this module creates cron entries by creating separate files under /etc/cron.d. I think some people prefer this approach.

PRs to the docs, (maybe a rationale section??), always welcome. :)

from puppet-cron.

mfuhrmann avatar mfuhrmann commented on July 3, 2024

Yeah. The differences are not clear or good to find (I didn't find anything).

from puppet-cron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.