This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Fix trailing :
Change-Id: Id9d9178ca7417df1b8a83110e92cf4a62907982d
pull/128/head
Filip Pytloun
7 years ago
parent
f73b92fddf
commit
3af564619b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/system/repo.sls
+ 1
- 1
linux/system/repo.sls
View File
@@ -144,7 +144,7 @@ linux_repo_{{ name }}:
linux_repo_{{ name }}_absent:
file.absent:
- name: /etc/apt/sources.list.d/{{ name }}.list
:
- name: /etc/apt/sources.list.d/{{ name }}.list
{%- endif %}
Write
Preview
Loading…
Cancel
Save