Changeset View
Changeset View
Standalone View
Standalone View
map.jinja
| {% set dirs = salt['grains.filter_by']({ | {% set dirs = salt['grains.filter_by']({ | ||||
| 'Debian': { | 'Debian': { | ||||
| 'etc': '/etc', | 'etc': '/etc', | ||||
| 'bin': '/usr/bin', | 'bin': '/usr/bin', | ||||
| 'home': '/home', | 'home': '/home', | ||||
| 'include': '/usr/include', | 'include': '/usr/include', | ||||
| 'lib': '/usr/lib', | 'lib': '/usr/lib', | ||||
| 'libexec': '/usr/libexec', | 'libexec': '/usr/libexec', | ||||
| 'man': '/usr/share/man', | 'man': '/usr/share/man', | ||||
| 'run': '/run', | |||||
| 'sbin': '/usr/sbin', | 'sbin': '/usr/sbin', | ||||
| 'share': '/usr/share', | 'share': '/usr/share', | ||||
| }, | }, | ||||
| 'FreeBSD' : { | 'FreeBSD' : { | ||||
| 'etc': '/usr/local/etc', | 'etc': '/usr/local/etc', | ||||
| 'bin': '/usr/local/bin', | 'bin': '/usr/local/bin', | ||||
| 'home': '/home', | 'home': '/home', | ||||
| 'include': '/usr/local/include', | 'include': '/usr/local/include', | ||||
| 'lib': '/usr/local/lib', | 'lib': '/usr/local/lib', | ||||
| 'libexec': '/usr/local/libexec', | 'libexec': '/usr/local/libexec', | ||||
| 'man': '/usr/local/share/man', | 'man': '/usr/local/share/man', | ||||
| 'run': '/var/run', | |||||
| 'sbin': '/usr/local/sbin', | 'sbin': '/usr/local/sbin', | ||||
| 'share': '/usr/local/share', | 'share': '/usr/local/share', | ||||
| }, | }, | ||||
| }, default='Debian') %} | }, default='Debian') %} | ||||
| {% set services = salt['grains.filter_by']({ | {% set services = salt['grains.filter_by']({ | ||||
| 'Debian': { | 'Debian': { | ||||
| 'manager': 'systemd', | 'manager': 'systemd', | ||||
| ▲ Show 20 Lines • Show All 213 Lines • Show Last 20 Lines | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator