Skip to content

Commit

Permalink
M #-: Fix correct config suffix (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed May 30, 2023
1 parent 688b0b7 commit f777974
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/onecfg/share/etc/files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,19 @@
mode: '0640'
src: src/fireedge/etc/provision/provision-server.conf

- name: /etc/one/fireedge/provision/providers.d/*.yaml
- name: /etc/one/fireedge/provision/providers.d/*.yml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: src/fireedge/etc/provision/providers.d/*.yaml

- name: /etc/one/fireedge/provision/providers.d-extra/*.yaml
- name: /etc/one/fireedge/provision/providers.d-extra/*.yml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: share/oneprovision/edge-clusters-extra/*/providers/*/*.yaml
src: share/oneprovision/edge-clusters-extra/*/providers/*/*.yml

- name: /etc/one/fireedge/sunstone/sunstone-server.conf
class: Yaml
Expand All @@ -161,7 +161,7 @@
owner: root
group: oneadmin
mode: '0640'
src: src/fireedge/etc/sunstone/user/*/*.yaml
src: src/fireedge/etc/sunstone/*/*.yaml

- name: /etc/one/monitord.conf
class: Augeas::ONE
Expand Down Expand Up @@ -467,4 +467,6 @@
### Catch all unclassified files above and fail ############

- name: '/etc/one/**/**'
catch: true
- name: '/var/lib/one/remotes/etc/**/**'
catch: true

0 comments on commit f777974

Please sign in to comment.