On Wed, 05 Mar 2014 07:57:18 -0800 wrote kaustubh chaudhari:
> Hey Thomas,
>
>
> Thats the tricky part! The location where i want to copy this file is
> created by setup. Its a windows application.
>
> So i will have to copy the file(overwrite) it after the package
> installation and than ignore any changes to that file.
> Thats where i am stuck!
ugly workaround:
- copy the config-file with a added ".puppet" suffix.
- create an Exec with "refreshonly => true" which copies this file to the
correct location
- create another empty file which notifies the Exec
- Thomas