Details
Description
On Windows Server, one can create Virtual Hard Disk (VHD) images and mount them to a certain directory (for example: C:\myimage). In the output of the dir command, this looks like this:
26.01.2016 15:06 <JUNCTION> myimage [\??\Volume{424e0171-c617-4f40-90b0-e333fa1df204}\]
|
Now, when Puppet needs to manage something inside myimage, it fails with this message:
Error: Cannot create C:/myimage/somedir; parent directory C:/myimage does not exist
|
Error: /Stage[main]/Myclass/File[C:/myimage/somedir]/ensure: change from absent to directory failed: Cannot create C:/myimage/somedir; parent directory C:/myimage does not exist
|