浏览代码

Updated pillar.example with mine example.

tags/v0.57.0
Andrew Vant 9 年前
父节点
当前提交
2d986eaa3f
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      pillar.example

+ 9
- 0
pillar.example 查看文件

@@ -66,6 +66,15 @@ salt:
spam: sausage
cheese: bread

# salt mine setup
mine_interval: 60
# mine_functions can be set at the top level of the pillar, and
# that is preferable because it doesn't affect the conf file and
# doesn't require a minion restart. However, you can configure it
# here instead if you really want to.
mine_functions:
network.interface_ip: [eth0]

# salt cloud config
cloud:
master: salt

正在加载...
取消
保存