浏览代码

Fixed the winrepo for new version of Salt

Change-Id: I7572d8e16e9126d5164a683ccf99b21f4c280cdb
pull/73/head
Ales Komarek 6 年前
父节点
当前提交
f64011b891
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      salt/master/win_repo.sls

+ 2
- 2
salt/master/win_repo.sls 查看文件

@@ -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

正在加载...
取消
保存