0

I need to ensure that file exist inside all sub-directories of specific directory. for example:

Ensure that the c:\myFile.txt file and his contect exist at:

c:\path\to\folder\*\myFile.txt

how is it possible to do that? Thanks.

Oz Bar-Shalom
  • 1,747
  • 1
  • 18
  • 33

1 Answers1

1

You can't do that with puppet DSL.

You need to create a custom script that does that for you on windows and execute that.

cristi
  • 2,019
  • 1
  • 22
  • 31