This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66default [ 'stash' ] [ 'service_type' ] = 'init'
77default [ 'stash' ] [ 'url_base' ] = 'http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash'
88default [ 'stash' ] [ 'user' ] = 'stash'
9- default [ 'stash' ] [ 'version' ] = '3.4 .0'
9+ default [ 'stash' ] [ 'version' ] = '3.6 .0'
1010
1111default [ 'stash' ] [ 'url' ] = "#{ node [ 'stash' ] [ 'url_base' ] } -#{ node [ 'stash' ] [ 'version' ] } .tar.gz"
1212default [ 'stash' ] [ 'checksum' ] =
123123default [ 'stash' ] [ 'backup_client' ] [ 'install_path' ] = node [ 'stash' ] [ 'install_path' ]
124124default [ 'stash' ] [ 'backup_client' ] [ 'password' ] = 'changeit'
125125default [ 'stash' ] [ 'backup_client' ] [ 'user' ] = 'admin'
126- default [ 'stash' ] [ 'backup_client' ] [ 'version' ] = '1.5 .0'
126+ default [ 'stash' ] [ 'backup_client' ] [ 'version' ] = '1.6 .0'
127127stash_backup_client_version = Chef ::Version . new ( node [ 'stash' ] [ 'backup_client' ] [ 'version' ] )
128128
129129default [ 'stash' ] [ 'backup_client' ] [ 'url_base' ] =
152152when '1.3.1' then '625af0a8402e85d62768f99a409ce4e140ef3afc961514b549fb9f98877c39db'
153153when '1.4.0' then 'c57a5fafb8aaaccea0bd57aae0bce24472ee6d172c0a558c11759b26b6c0196c'
154154when '1.5.0' then '6f7180a507a0e4c147e2c6a1fa82daf273e038243acefaa39fa7363472164765'
155+ when '1.6.0' then '6605a8fbeab3f60567832f2bdba790583646b7ba637eee5b1da8148b5ecacf97'
155156end
156157
157158default [ 'stash' ] [ 'backup_client' ] [ 'cron' ] [ 'day' ] = '*'
You can’t perform that action at this time.
0 commit comments