Browse Source

Made Debian the default lookup

tags/v0.7.0
Ben McClure 10 years ago
parent
commit
92780c942f
1 changed files with 1 additions and 1 deletions
  1. +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') %}

Loading…
Cancel
Save