Files

36 lines
724 B
Plaintext
Raw Permalink Normal View History

2021-05-19 12:32:51 +02:00
Puppet lets you centrally manage every important aspect of your system using
a cross-platform specification language that manages all the separate
elements normally aggregated in different files, like users, cron jobs, and
hosts, along with obviously discrete elements like packages, services, and
files.
WWW: https://puppet.com/docs/puppet/latest/man/agent.html
2021-10-11 23:43:50 +02:00
Plugin Changelog
================
2025-07-11 22:27:39 +02:00
1.2
Changed:
* switch to Puppet 8 (#4800)
2023-01-18 00:21:27 +01:00
1.1
Added:
* add new options runinterval and runtimeout
* add new option usecacheonfailure
Changed:
* add default values for Puppet Server + Environment
* don't wipe puppet.conf if service is disabled
2021-10-11 23:43:50 +02:00
1.0
Added:
* add log file
* add introduction page
2021-10-11 23:43:50 +02:00
0.1
* Initial release