Dynatrace / Dynatrace-AppMon-Chef

Installs the Dynatrace Application Monitoring solution using Chef.
MIT License
12 stars 15 forks source link

Symlink isn't updated when updating the prefix_dir attribute #11

Closed nicka closed 8 years ago

nicka commented 9 years ago

For example in production we use an external AWS EBS volume:

"dynatrace": {
    "server": {
        "linux": {
            "installer": {
                "prefix_dir": "/persistent/opt"
            }
        },
    },
}
metmajer commented 9 years ago

Hi @nicka. I will think about a solution for this, soon.

pozieblo commented 8 years ago

I tested the following secnearios on a recent version of the cookbook:

"dynatrace": {
    "server": {
        "linux": {
            "installer": {
                "prefix_dir": "/opt/other"
            }
        },
    },
}

and launched the server recipe. I then reinstalled the server with another prefix (“/opt/other2”) without any issue. Finally I took an old version (commit f6e6a4595d from Sept 23, 2015) trying to reproduce the issue without success – the symlink was created and the server worked fine. Closing it for now as I am unable to reproduce it.