itamae/cookbooks
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
..
base `apt` keyの指定方法を修正 2020-12-06 11:51:56 +09:00
blog Delete `monit` cookbook. 2020-10-13 21:12:27 +09:00
consul Deploy `nomad`. 2021-05-02 19:08:17 +09:00
consul-template Deploy `consul-template`. 2021-05-02 19:08:17 +09:00
digdag Modify the path to the `Moments` directory. 2021-08-13 11:19:39 +09:00
docker Ensure to satisfy the prerequisites. 2021-05-02 19:07:36 +09:00
embulk Install plugins for root 2021-06-19 20:19:42 +09:00
fzf Create `fzf` cookbook. 2019-08-10 21:41:45 +08:00
gitea Modify owner and group for `consul` config from `root` to `consul`. 2020-11-28 16:18:46 +09:00
grafana Modify owner and group for `consul` config from `root` to `consul`. 2020-11-28 16:18:46 +09:00
kazu634 Modify `/home/kazu634/.ssh/config` to connect to `gitea.kazu634.com`. 2021-06-19 20:06:35 +09:00
loki Modify owner and group for `consul` config from `root` to `consul`. 2020-11-28 16:18:46 +09:00
nginx Toggle `nginx` setup behavior. 2021-09-23 19:17:57 +09:00
nomad Deploy `/etc/nomad.d/acl.hcl`. 2021-06-19 19:56:45 +09:00
prometheus Unmonitor k8s. 2021-05-05 11:47:03 +09:00
prometheus-exporters Delete the unnecessary attributes. 2021-05-02 19:19:00 +09:00
promtail Ignore "libcontainer container" message. 2020-12-10 15:52:48 +09:00
supervisor initial commit 2019-03-03 16:50:49 +08:00
vector Change `vector` download URL. 2021-09-23 19:19:38 +09:00