mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
9 lines
228 B
Makefile
9 lines
228 B
Makefile
PLUGIN_NAME= puppet-agent
|
|
PLUGIN_VERSION= 0.2
|
|
PLUGIN_DEVEL= yes
|
|
PLUGIN_COMMENT= Manage Puppet Agent
|
|
PLUGIN_DEPENDS= puppet7 py${PLUGIN_PYTHON}-opn-cli
|
|
PLUGIN_MAINTAINER= jan.wink93@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|