mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/puppet-agent: add default values for server+environment
This commit is contained in:
@@ -9,6 +9,9 @@ WWW: https://puppet.com/docs/puppet/latest/man/agent.html
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
Changed:
|
||||
* add default values for Puppet Server + Environment
|
||||
|
||||
1.0
|
||||
|
||||
Added:
|
||||
|
||||
+3
-3
@@ -1,19 +1,19 @@
|
||||
<model>
|
||||
<mount>//OPNsense/puppetagent</mount>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
<description>Manage Puppet Agent service</description>
|
||||
<items>
|
||||
<!-- container -->
|
||||
<general>
|
||||
<!-- fields -->
|
||||
<Enabled type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</Enabled>
|
||||
<FQDN type="HostnameField">
|
||||
<default>puppet</default>
|
||||
<Required>Y</Required>
|
||||
</FQDN>
|
||||
<Environment type="TextField">
|
||||
<default>production</default>
|
||||
<Required>Y</Required>
|
||||
<mask>/^.{1,100}$/u</mask>
|
||||
<ValidationMessage>Should be a string between 1 and 100 characters.</ValidationMessage>
|
||||
|
||||
Reference in New Issue
Block a user