[pve-devel] [Patch V2 cluster] Add ACME plugin config file to cluster files

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Apr 1 15:30:42 CEST 2020


On 4/1/20 3:25 PM, Fabian Grünbichler wrote:
> On March 31, 2020 12:08 pm, Wolfgang Link wrote:
>> Signed-off-by: Wolfgang Link <w.link at proxmox.com>
>> ---
>>  data/PVE/Cluster.pm | 1 +
>>  data/src/status.c   | 1 +
>>  2 files changed, 2 insertions(+)
>>
>> diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
>> index 068d626..b410003 100644
>> --- a/data/PVE/Cluster.pm
>> +++ b/data/PVE/Cluster.pm
>> @@ -54,6 +54,7 @@ my $observed = {
>>      'priv/shadow.cfg' => 1,
>>      'priv/tfa.cfg' => 1,
>>      'priv/token.cfg' => 1,
>> +    'priv/plugins.cfg' => 1,
> 
> IMHO this is a bit of a general name, maybe 'acme_plugins.cfg' ?

Agreed, we could also move it into a seperate folder priv/acme/plugins.cfg
either way is fine to me.





More information about the pve-devel mailing list