您好我正在sql server上为saltstack编写一个模块。我在获得支柱方面遇到了一些麻烦。如果有人可以帮我承担如何工作的支柱。
我想知道在变量的前面有一个例子的区别。
=== top.sls===
sqlserver:
db_name:
user: name of the user
passw: password
=== end top.sls ==
**=== top.sls===
sqlserver:
db_name:
-user: name of the user
-passw: password
=== end top.sls ==**
答案 0 :(得分:0)
这实际上是yaml语法。破折号表示物品在列表中。
在此处查看更多内容:http://salt.readthedocs.org/en/latest/topics/yaml/#rule-three-dashes