You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent does not run as a service. There is no good reason for running the service. Instead cron should be used to better manage how and when the agent runs.
Why is cron the better choice? I've been running the puppet client as a service for years. Wouldn't it make sense to let the user make the choice as to how to run the client instead of remove that choice entirely?
The text was updated successfully, but these errors were encountered:
This is a rewrite of the module for Puppet v4 only and takes on my very opinionated approach. Running through cron allows you to know when the puppet agent will run while still allowing for randomization of the runs. The method for doing this running the service is to use splay, though it does not allow you to know when the agent will run. Why do you run the service other than it being the default?
Quoting the README.md:
The agent does not run as a service. There is no good reason for running the service. Instead cron should be used to better manage how and when the agent runs.
Why is cron the better choice? I've been running the puppet client as a service for years. Wouldn't it make sense to let the user make the choice as to how to run the client instead of remove that choice entirely?
The text was updated successfully, but these errors were encountered: