File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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:
113113 {%- if repo.get(' enabled' , True ) % }
114114linux_repo_{{ name }}:
115115 pkgrepo.managed:
116- - refresh_db : False
116+ - refresh : False
117117 - require_in:
118118 - refresh_db
119119 {%- if repo.ppa is defined % }
@@ -146,7 +146,7 @@ linux_repo_{{ name }}:
146146 {%- else % }
147147linux_repo_{{ name }}:
148148 pkgrepo.absent:
149- - refresh_db : False
149+ - refresh : False
150150 - require:
151151 - file : / etc/ apt/ apt.conf.d/ 99proxies - salt- {{ name }}
152152 - require_in:
@@ -177,7 +177,7 @@ linux_repo_{{ name }}:
177177 {%- if not repo.get(' default' , False ) % }
178178linux_repo_{{ name }}:
179179 pkgrepo.managed:
180- - refresh_db : False
180+ - refresh : False
181181 - require_in:
182182 - refresh_db
183183 - name: {{ name }}
@@ -194,7 +194,7 @@ linux_repo_{{ name }}:
194194 {%- endif % }
195195 {%- else % }
196196 pkgrepo.absent:
197- - refresh_db : False
197+ - refresh : False
198198 - require_in:
199199 - refresh_db
200200 - name: {{ repo.source }}
You can’t perform that action at this time.
0 commit comments