标签: windows file module puppet puppet-enterprise
我需要确保该文件存在于特定目录的所有子目录中。 例如:
确保c:\myFile.txt文件及其相关内容存在于:
c:\myFile.txt
c:\path\to\folder\*\myFile.txt
怎么可能这样做? 感谢。
答案 0 :(得分:1)
你不能用puppet DSL做到这一点。
您需要创建一个自定义脚本,在Windows上为您执行此操作并执行该脚本。