[fix] Add back missing containers

This commit is contained in:
William Wernert
2020-04-28 13:19:01 -04:00
parent e6492d4852
commit fa09a0ef4d
3 changed files with 6 additions and 17 deletions
-12
View File
@@ -1,12 +0,0 @@
{%- set FLEETSETUP = salt['pillar.get']('static:fleetsetup', '0') -%}
{%- if FLEETSETUP != 0 %}
launcherpkg:
pkg.installed:
- sources:
{% if grains['os'] == 'CentOS' %}
- launcher-final: salt://launcher/packages/launcher.rpm
{% elif grains['os'] == 'Ubuntu' %}
- launcher-final: salt://launcher/packages/launcher.deb
{% endif %}
{%- endif %}
-1
View File
@@ -1 +0,0 @@
Fleet Packages will be copied to this folder