sysutils/puppet-agent: switch to Puppet 8

This commit is contained in:
Frank Wall 2025-07-11 22:27:39 +02:00 committed by Franco Fichtner
parent fb9748c06d
commit 28cc6ca7b5
3 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,7 @@
PLUGIN_NAME= puppet-agent
PLUGIN_VERSION= 1.1
PLUGIN_VERSION= 1.2
PLUGIN_COMMENT= Manage Puppet Agent
PLUGIN_DEPENDS= puppet7 py${PLUGIN_PYTHON}-opn-cli
PLUGIN_DEPENDS= puppet8 py${PLUGIN_PYTHON}-opn-cli
PLUGIN_MAINTAINER= jan.wink93@gmail.com
.include "../../Mk/plugins.mk"

View file

@ -9,6 +9,11 @@ WWW: https://puppet.com/docs/puppet/latest/man/agent.html
Plugin Changelog
================
1.2
Changed:
* switch to Puppet 8 (#4800)
1.1
Added:

View file

@ -61,8 +61,8 @@ POSSIBILITY OF SUCH DAMAGE.
<p>{{ lang._("Welcome to the Puppet Agent plugin! This plugin allows you to integrate OPNsense with your Puppet environment.") }}</p>
<p>{{ lang._("Keep in mind that you should not treat OPNsense like any other operating system. Most notably you should not modify system files or packages. Instead use the OPNsense API to make configuration changes and to manage plugins. The following tools are a good starting point when trying to automate OPNsense with Puppet:") }}</p>
<ul>
<li>{{ lang._("%sopn-cli:%s A command line client to configure OPNsense core and plugin components through their respective APIs.") | format('<a href="https://github.com/andeman/opn-cli" target="_blank">', '</a>') }}</li>
<li>{{ lang._("%spuppet/opnsense:%s A read-to-use Puppet module for automating the OPNsense firewall.") | format('<a href="https://github.com/andeman/puppet-opnsense" target="_blank">', '</a>') }}</li>
<li>{{ lang._("%sopn-cli:%s A command line client to configure OPNsense core and plugin components through their respective APIs.") | format('<a href="https://github.com/andreas-stuerz/opn-cli" target="_blank">', '</a>') }}</li>
<li>{{ lang._("%spuppet/opnsense:%s A read-to-use Puppet module for automating the OPNsense firewall.") | format('<a href="https://github.com/andreas-stuerz/puppet-opnsense" target="_blank">', '</a>') }}</li>
</ul>
<p>{{ lang._("Note that these tools are not directly related to this plugin. Please report issues and missing features directly to the author.") }}</p>
</div>