{#- Copyright (c) 2018 Intracom Telecom and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution, and is available at http://www.apache.org/licenses/LICENSE-2.0 -#} {% set server = salt['grains.filter_by']({ 'Debian': { 'pkgs': ['libglib2.0-0'], 'quagga_package_url': 'https://wiki.opnfv.org/download/attachments/6827916/quagga-ubuntu.tar.gz', 'quagga_package_checksum': 'https://wiki.opnfv.org/download/attachments/6827916/quagga-ubuntu.checksum', 'install_cmd': 'dpkg -i' }, 'RedHat': { 'pkgs': ['glib2', 'glib2-devel'], 'quagga_package_url': 'https://wiki.opnfv.org/download/attachments/6827916/quagga-4.tar.gz', 'quagga_package_checksum': 'https://wiki.opnfv.org/download/attachments/6827916/quagga-4.checksum', 'install_cmd': 'yum -y' }, }, merge=salt['pillar.get']('quagga:server')) %}