Explorar el Código

Missing single quote

master
Colin Stubbs hace 7 años
padre
commit
32f3104dbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/map.jinja

+ 1
- 1
salt/map.jinja Ver fichero

@@ -162,7 +162,7 @@ that differ from whats in defaults.yaml
},
'MacOS': {
'salt_minion': 'com.saltstack.salt',
'salt_minion_pkg_source: 'https://repo.saltstack.com/osx/salt-' + salt_release + '-py2-x86_64.pkg',
'salt_minion_pkg_source': 'https://repo.saltstack.com/osx/salt-' + salt_release + '-py2-x86_64.pkg',
'salt_minion_pkg_hash': '',
'config_path': '/private/etc/salt',
'minion_service': 'com.saltstack.salt.minion',

Cargando…
Cancelar
Guardar