Explorar el Código

Fixed the winrepo for new version of Salt

Change-Id: I7572d8e16e9126d5164a683ccf99b21f4c280cdb
pull/73/head
Ales Komarek hace 6 años
padre
commit
f64011b891
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      salt/master/win_repo.sls

+ 2
- 2
salt/master/win_repo.sls Ver fichero

@@ -15,8 +15,8 @@ include:

{{ master.win_repo.address }}:
git.latest:
- target: /srv/salt/win/repo
- rev: {{ master.win_repo.branch }}
- target: /srv/salt/win/repo-ng
- rev: {{ master.windows_repo.get('revision', 'master') }}
- require:
- file: /srv/salt/win
- pkg: git_packages

Cargando…
Cancelar
Guardar