File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ linux_repo_{{ name }}_key:
113
113
{%- if repo.get(' enabled' , True ) % }
114
114
linux_repo_{{ name }}:
115
115
pkgrepo.managed:
116
- - refresh_db : False
116
+ - refresh : False
117
117
- require_in:
118
118
- refresh_db
119
119
{%- if repo.ppa is defined % }
@@ -146,7 +146,7 @@ linux_repo_{{ name }}:
146
146
{%- else % }
147
147
linux_repo_{{ name }}:
148
148
pkgrepo.absent:
149
- - refresh_db : False
149
+ - refresh : False
150
150
- require:
151
151
- file : / etc/ apt/ apt.conf.d/ 99proxies - salt- {{ name }}
152
152
- require_in:
@@ -177,7 +177,7 @@ linux_repo_{{ name }}:
177
177
{%- if not repo.get(' default' , False ) % }
178
178
linux_repo_{{ name }}:
179
179
pkgrepo.managed:
180
- - refresh_db : False
180
+ - refresh : False
181
181
- require_in:
182
182
- refresh_db
183
183
- name: {{ name }}
@@ -194,7 +194,7 @@ linux_repo_{{ name }}:
194
194
{%- endif % }
195
195
{%- else % }
196
196
pkgrepo.absent:
197
- - refresh_db : False
197
+ - refresh : False
198
198
- require_in:
199
199
- refresh_db
200
200
- name: {{ repo.source }}
You can’t perform that action at this time.
0 commit comments