With [this configuration](https://github.com/l0b0/root/blob/3e0834edba39d9e0b4d67c226064fb1dd68bc475/modules/integrated_development_environment/manifests/init.pp#L7-L10): ``` class { 'idea::ultimate': version => '14.1.4', build => '141.1532.4', } ``` the file system ends up with this shortcut: ``` $ ls -l /opt/idea lrwxrwxrwx 1 root root 20 Jun 20 18:27 /opt/idea -> /opt/idea-IU-141.1532.4 ``` At least for this version the installation path ends up being `/opt/idea-14.1.4/idea-IU-141.1532.4`, so the shortcut should point there.
With this configuration:
the file system ends up with this shortcut:
At least for this version the installation path ends up being
/opt/idea-14.1.4/idea-IU-141.1532.4, so the shortcut should point there.