This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apt-formula
mirror of
https://github.com/saltstack-formulas/apt-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
11
Wiki
Activity
Browse Source
Made Debian the default lookup
tags/v0.7.0
Ben McClure
10 years ago
parent
4142bcf87b
commit
92780c942f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apt/map.jinja
+ 1
- 1
apt/map.jinja
View File
@@ -5,4 +5,4 @@
'unattended_config': '50unattended-upgrades',
'periodic_config': '10periodic',
},
}, merge=salt['pillar.get']('apt:lookup')) %}
}, merge=salt['pillar.get']('apt:lookup')
, default='Debian'
) %}
Write
Preview
Loading…
Cancel
Save