This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ install_type | Stash install type - "standalone" only for now | String | standal
5656url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash
5757url | URL for Stash install | String | auto-detected (see attributes/default.rb)
5858user | user to run Stash | String | stash
59- version | Stash version to install | String | 3.10 .2
59+ version | Stash version to install | String | 4.0 .2
6060
6161### Stash Backup Attributes (Shared)
6262
@@ -332,4 +332,5 @@ Please see license information in: [LICENSE](LICENSE)
332332* Mikhail Zholobov (@legal90 )
333333* Claudio Rivabene (@crivabene )
334334* Patrick Connolly (@patcon )
335+ * Benjamin Neff (@SuperTux88 )
335336* Lincoln Lee (@linc01n )
Original file line number Diff line number Diff line change 11set [ 'build-essential' ] [ 'compile_time' ] = true
22
3- default [ 'stash' ] [ 'version' ] = '4.0.1 '
3+ default [ 'stash' ] [ 'version' ] = '4.0.2 '
44default [ 'stash' ] [ 'product' ] = Chef ::Version . new ( node [ 'stash' ] [ 'version' ] ) >= Chef ::Version . new ( '4.0.0' ) ? 'bitbucket' : 'stash'
55
66default [ 'stash' ] [ 'home_path' ] = "/var/atlassian/application-data/#{ node [ 'stash' ] [ 'product' ] } "
117117when '3.10.2' then '2597e9954397af5016c30c9f90befd09c6da71c4e7745813c77e60329427989e'
118118when '3.11.1' then '7db6327554e3481a8b351188991f5858d01aeebce3f9bc290da5ad9d0fbfe1e7'
119119when '4.0.1' then 'f59462077fa4ccc522b7bbf1ad6ebef4753cd0e41abf54bc0491d07eea40593d'
120+ when '4.0.2' then '40dbb55194f9227d931a411c0785e73d38506070f9063d69e19201eb3e0ad2de'
120121end
121122
122123default [ 'stash' ] [ 'apache2' ] [ 'access_log' ] = ''
You can’t perform that action at this time.
0 commit comments