Add attirbutes for `rclone`.

This commit is contained in:
Kazuhiro MUSASHI 2020-11-14 12:51:53 +09:00
parent df8c3dcdde
commit d1240d43b0
1 changed files with 8 additions and 1 deletions

View File

@ -8,5 +8,12 @@ node.reverse_merge!({
'digdag' => {
'binary_url' => 'https://dl.digdag.io/digdag-latest',
'install_path' => '/opt/digdag'
}
},
'rclone' => {
'url' => 'https://github.com/rclone/rclone/releases/download/',
'prefix' => 'rclone-',
'postfix' => '-linux-amd64',
'storage' => '/opt/rclone/',
'location' => '/usr/local/bin/'
},
})