From c1fa3752bf8b072eda231f98eb263227c04df84f Mon Sep 17 00:00:00 2001 From: Jan Winkler Date: Mon, 11 Oct 2021 10:20:22 +0200 Subject: [PATCH] Release puppet-agent version 1.0 --- sysutils/puppet-agent/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/puppet-agent/Makefile b/sysutils/puppet-agent/Makefile index 7e1977c2a..712b01e4f 100644 --- a/sysutils/puppet-agent/Makefile +++ b/sysutils/puppet-agent/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= puppet-agent -PLUGIN_VERSION= 0.2 -PLUGIN_DEVEL= yes +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Manage Puppet Agent PLUGIN_DEPENDS= puppet7 py${PLUGIN_PYTHON}-opn-cli PLUGIN_MAINTAINER= jan.wink93@gmail.com