mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
35 lines
724 B
Text
35 lines
724 B
Text
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
|
|
|
|
Plugin Changelog
|
|
================
|
|
|
|
1.2
|
|
|
|
Changed:
|
|
* switch to Puppet 8 (#4800)
|
|
|
|
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
|
|
|
|
1.0
|
|
|
|
Added:
|
|
* add log file
|
|
* add introduction page
|
|
|
|
0.1
|
|
|
|
* Initial release
|