You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
I've just tried this module with bamboo-5.15.3 but get :
Error: Could not set 'file' on ensure: No such file or directory @ dir_s_mkdir - /opt/atlassian/atlassian-bamboo/bamboo-5.15.3/webapp/WEB-INF/classes/bamboo-init.properties20170327-14100-lp4va4.lock at /etc/puppetlabs/code/environments/INFRA_179_puppet_configuration_for_atlassian/modules/bamboo/manifests/init.pp:56
Looks like Atlassian may have reorganised the file structure so that the application/file is now unpacked to:
I've just tried this module with bamboo-5.15.3 but get :
Error: Could not set 'file' on ensure: No such file or directory @ dir_s_mkdir - /opt/atlassian/atlassian-bamboo/bamboo-5.15.3/webapp/WEB-INF/classes/bamboo-init.properties20170327-14100-lp4va4.lock at /etc/puppetlabs/code/environments/INFRA_179_puppet_configuration_for_atlassian/modules/bamboo/manifests/init.pp:56
Looks like Atlassian may have reorganised the file structure so that the application/file is now unpacked to:
"$dir/atlassian-bamboo/WEB-INF/classes/bamboo-init.properties
as opposed to:
"${dir}/webapp/WEB-INF/classes/bamboo-init.properties"
Andy
The text was updated successfully, but these errors were encountered: