mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/puppet-agent: add default values for server+environment
This commit is contained in:
parent
5a7c598321
commit
9d8f6704ff
2 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue