diff --git a/sysutils/puppet-agent/Makefile b/sysutils/puppet-agent/Makefile index a7112f55c..f79acafee 100644 --- a/sysutils/puppet-agent/Makefile +++ b/sysutils/puppet-agent/Makefile @@ -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" diff --git a/sysutils/puppet-agent/pkg-descr b/sysutils/puppet-agent/pkg-descr index 3e8426bcb..0cd522fc5 100644 --- a/sysutils/puppet-agent/pkg-descr +++ b/sysutils/puppet-agent/pkg-descr @@ -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: diff --git a/sysutils/puppet-agent/src/opnsense/mvc/app/views/OPNsense/PuppetAgent/index.volt b/sysutils/puppet-agent/src/opnsense/mvc/app/views/OPNsense/PuppetAgent/index.volt index 7e0d533c5..c9ca842c1 100644 --- a/sysutils/puppet-agent/src/opnsense/mvc/app/views/OPNsense/PuppetAgent/index.volt +++ b/sysutils/puppet-agent/src/opnsense/mvc/app/views/OPNsense/PuppetAgent/index.volt @@ -61,8 +61,8 @@ POSSIBILITY OF SUCH DAMAGE.

{{ lang._("Welcome to the Puppet Agent plugin! This plugin allows you to integrate OPNsense with your Puppet environment.") }}

{{ 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:") }}

{{ lang._("Note that these tools are not directly related to this plugin. Please report issues and missing features directly to the author.") }}