ソースを参照

add pillar_roots for minion and master in pillar.example

master
Edvinas Klovas 9年前
コミット
47b75d05c7
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      pillar.example

+ 6
- 1
pillar.example ファイルの表示

@@ -27,7 +27,9 @@ salt:
file_roots:
base:
- /srv/salt

pillar_roots:
base:
- /srv/pillar
# for salt-api with tornado rest interface
rest_tornado:
port: 8000
@@ -56,6 +58,9 @@ salt:
file_roots:
base:
- /srv/salt
pillar_roots:
base:
- /srv/pillar
module_config:
test: True
test.foo: foo

読み込み中…
キャンセル
保存