Go to file
Kazuhiro MUSASHI a87e94d4ee Change `vector` download URL.
```
diff --git a/cookbooks/vector/attributes.rb b/cookbooks/vector/attributes.rb
index c41aaf0..e48f7ef 100644
--- a/cookbooks/vector/attributes.rb
+++ b/cookbooks/vector/attributes.rb
@@ -16,7 +16,7 @@ ipaddr = run_command(cmd).stdout.chomp

 node.reverse_merge!({
   'vector' => {
-    'url' => 'https://github.com/timberio/vector/releases/download/',
+    'url' => 'https://github.com/vectordotdev/vector/releases/download/',
     'ipaddr' => ipaddr,
     'debPrefix' => 'vector-',
     'debPostfix' => '-amd64.deb'
```

```
diff --git a/cookbooks/vector/install.rb b/cookbooks/vector/install.rb
index 3def346..389ee76 100644
--- a/cookbooks/vector/install.rb
+++ b/cookbooks/vector/install.rb
@@ -8,7 +8,8 @@ vtag       = ''
 begin
   require 'net/http'

-  uri = URI.parse('https://github.com/timberio/vector/releases/latest')
+
+  uri = URI.parse('https://github.com/vectordotdev/vector/releases/latest')

   Timeout.timeout(3) do
     response = Net::HTTP.get_response(uri)
```
2021-09-23 19:19:38 +09:00
cookbooks Change `vector` download URL. 2021-09-23 19:19:38 +09:00
roles Change the default config to install `nomad` only. 2021-06-19 19:56:45 +09:00
tasks Use `fzf`, instead of `peco`. 2019-11-03 13:08:14 +08:00
.gitignore `nodes/`ディレクトリをgitの管理外にする 2019-08-10 19:05:13 +08:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version bump ruby versions. 2020-07-19 01:20:08 +09:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock bump gems versions. 2020-07-19 01:26:35 +09:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00