Changeset View
Changeset View
Standalone View
Standalone View
map.jinja
Show All 28 Lines | 'Debian': { | ||||
'tcsh': '/usr/bin/tcsh', | 'tcsh': '/usr/bin/tcsh', | ||||
}, | }, | ||||
'FreeBSD' : { | 'FreeBSD' : { | ||||
'bash': '/usr/local/bin/bash', | 'bash': '/usr/local/bin/bash', | ||||
'fish': '/usr/local/bin/fish', | 'fish': '/usr/local/bin/fish', | ||||
'tcsh': '/bin/tcsh', | 'tcsh': '/bin/tcsh', | ||||
}, | }, | ||||
}, default='Debian') %} | }, default='Debian') %} | ||||
{% set packages = salt['grains.filter_by']({ | |||||
'Debian' : { | |||||
'sphinx': 'python3-sphinx', | |||||
}, | |||||
'RedHat': { | |||||
'sphinx': 'python3-sphinx', | |||||
}, | |||||
'Arch': { | |||||
'sphinx': 'python-sphinx', | |||||
}, | |||||
'FreeBSD' : { | |||||
'sphinx': 'py27-sphinx', | |||||
}, | |||||
}, default='Debian') %} |
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator