ソースを参照

Merge pull request #133 from edvinasme/pillar-update

add pillar_roots for minion and master in pillar.example
master
Brian Jackson 9年前
コミット
b3db6e2a76
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

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