一.简介 salt file.replace 文件内容处理函数,类似于ansible的lineinfile模块 二.参数介绍 name 被编辑文件的绝对路径,支持软链接 pattern 常规表达式,使用python的search函数进行匹配 repl 新替换的文件内容 count 替换发生的次数,默认为0全部替换 flags re module定义的flags,格式为list,such as ['IGNORECASE', 'MULTILINE'] append_if_not_found 默认:…