Replies: 3 comments 7 replies
-
|
I'll take a look and see what is going on. I've been meaning to take a look at the repository functionality since it's never been well documented and we need some documentation in that area. |
Beta Was this translation helpful? Give feedback.
-
|
Try something like this. For apt, the repository setting isn't respected since I believe that was more added in for homebrew where taps/casks (its versions of repos) are easily specified when installing. Homebrew doesn't also have a requirement for gpg keys or anything. Its not too dissimilar from go modules where a tap/casks is just a specially structures git repository. We do have actions for specifying adding repositories separately from the install which with the current build of Comtrya, would be the way to do it for apt-based systems. Admittedly, this is the first time I tried running the It did fail for me. But I am also not sure if HashiCorp provides the bits in their repo for aarch64 since I was running this on with Debian aarch64 in a UTM virtual machine. This is also the bit that isn't well documented. And never really has been for the linux package managers. In the old documentation, there was some documentation on using |
Beta Was this translation helpful? Give feedback.
-
|
Alright, more experimenting and looking at the code. The |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Maybe someone can give me a hand.
this part works
at this point I get an error
ERROR execute:manifest_load{manifest=“nomad.yaml”}:Beta Was this translation helpful? Give feedback.
All reactions