Do not remove ifmap for juniper packaging
diff --git a/opencontrail/config.sls b/opencontrail/config.sls
index d53daa5..6105e64 100644
--- a/opencontrail/config.sls
+++ b/opencontrail/config.sls
@@ -155,7 +155,8 @@
     - service: opencontrail_config_services
 {%- endif %}
 
-{%- if not common.vendor == "juniper" or not grains.get('virtual_subtype', None) == "Docker" %}
+{%- if not grains.get('virtual_subtype', None) == "Docker" %}
+{%- if not common.vendor == "juniper" %}
 
 /etc/contrail/supervisord_config_files/ifmap.ini:
   file.absent:
@@ -167,6 +168,7 @@
 {%- endif %}
 
 {%- endif %}
+{%- endif %}
 
 /etc/contrail/supervisord_config.conf:
   file.managed: