1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

M #-: Fix correct config suffix (#2747)

This commit is contained in:
Jan Orel 2023-09-21 17:40:48 +02:00 committed by GitHub
parent a97b7468fd
commit bdf6441245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,19 +128,19 @@
mode: '0640'
src: src/fireedge/etc/provision/provision-server.conf
- name: /etc/one/fireedge/provision/providers.d/*.yml
- name: /etc/one/fireedge/provision/providers.d/*.yaml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: src/fireedge/etc/provision/providers.d/*.yaml
- name: /etc/one/fireedge/provision/providers.d-extra/*.yml
- name: /etc/one/fireedge/provision/providers.d-extra/*.yaml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: share/oneprovision/edge-clusters-extra/*/providers/*/*.yml
src: share/oneprovision/edge-clusters-extra/*/providers/*/*.yaml
- name: /etc/one/fireedge/sunstone/sunstone-server.conf
class: Yaml