gpt4 book ai didi

salt-stack - (SaltStack) SLS dog中的ID dog不是字典

转载 作者:行者123 更新时间:2023-12-04 10:49:34 25 4
gpt4 key购买 nike

我一直在尝试在/etc/modules 文件中找到一个模式 (bcm2708_wdog),如果它不存在,则将其添加到底部。每次我尝试这个时,我都会得到“SLS dog 中的 ID dog is not a dictionary”。我不知道这是什么意思。
这是文件:

dog:
- file.replace:
- name: /etc/modules
- pattern: 'bcm2708_wdog'
- append_if_not_found: True

最佳答案

它应该看起来像这样:

dog:
file.replace: # <--------this line was your problem.
- name: /etc/modules
- pattern: 'bcm2708_wdog'
- append_if_not_found: True

以“-”开头的行表示列表中的项目。在您的版本中,您已将顶级“dog”元素定义为包含字典的列表。 Salt 期望它是一个直接的字典,因此错误。

关于salt-stack - (SaltStack) SLS dog中的ID dog不是字典,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31414095/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com