diff --git a/hshbase/apt/init.sls b/hshbase/apt/init.sls
index ace01c000e5eaf737cf18c02f058ccc17e87d6a9..d1084bfebf2e94a1742fc32818bd727290adecb4 100644
--- a/hshbase/apt/init.sls
+++ b/hshbase/apt/init.sls
@@ -6,7 +6,7 @@ include:
   - .pkgs
 
 # control /apt/sources.list and apt.sources.list.d on ubuntu and debian
-{% if grains['os'] == 'Debian' and grains['oscodename'] in ['squeeze', 'wheezy', 'jessie']
+{% if grains['os'] == 'Debian' and grains['oscodename'] in ['squeeze', 'wheezy', 'jessie', 'stretch']
    or grains['os'] == 'Ubuntu' and grains['oscodename'] in ['trusty'] %}
 hsh_apt_sources_list:
   file.managed: