mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
Change state structure for ini_manage to work;
This commit is contained in:
parent
5207f10b4d
commit
61f400df4c
@ -28,7 +28,10 @@ include:
|
||||
sync-type: git
|
||||
clone-depth: 1
|
||||
sync-uri: '{{ sync_uri }}'
|
||||
|
||||
/etc/portage/repos.conf/{{ repo_name }}.conf-absent:
|
||||
ini.options_absent:
|
||||
- name: /etc/portage/repos.conf/{{ repo_name }}.conf
|
||||
- sections:
|
||||
{{ repo_name }}:
|
||||
- sync-depth
|
||||
|
@ -29,7 +29,10 @@ gentoo:
|
||||
sync-type: git
|
||||
clone-depth: 1
|
||||
sync-uri: '{{ sync_uri }}'
|
||||
|
||||
/etc/portage/repos.conf/gentoo.conf-absent:
|
||||
ini.options_absent:
|
||||
- name: /etc/portage/repos.conf/gentoo.conf
|
||||
- sections:
|
||||
gentoo:
|
||||
- sync-depth
|
||||
|
@ -28,7 +28,10 @@ include:
|
||||
sync-type: git
|
||||
clone-depth: 1
|
||||
sync-uri: '{{ sync_uri }}'
|
||||
|
||||
/etc/portage/repos.conf/{{ repo_name }}.conf-absent:
|
||||
ini.options_absent:
|
||||
- name: /etc/portage/repos.conf/{{ repo_name }}.conf
|
||||
- sections:
|
||||
{{ repo_name }}:
|
||||
- sync-depth
|
||||
|
@ -28,7 +28,10 @@ include:
|
||||
sync-type: git
|
||||
clone-depth: 1
|
||||
sync-uri: '{{ sync_uri }}'
|
||||
|
||||
/etc/portage/repos.conf/{{ repo_name }}.conf-absent:
|
||||
ini.options_absent:
|
||||
- name: /etc/portage/repos.conf/{{ repo_name }}.conf
|
||||
- sections:
|
||||
{{ repo_name }}:
|
||||
- sync-depth
|
||||
|
Loading…
Reference in New Issue
Block a user