Files
puppet-openstacklib/manifests/wsgi
Benedikt Trefzer 75aa4228e9 fix copy of wsgi file beeing a symlink
if wsgi_script file is a symlink to another file (eg.
in a virtual environment) the file resource copied the
symlink instead of creating a new file.

This patch ensures, that symlinks are followed and a
ordinary file is created instead of copying the symlink.

Change-Id: I53e59dbfb8810a519fce24e1e381e0f83c5a1c29
2017-06-28 11:34:22 +02:00
..