Questions tagged [minion]
9 questions
1
vote
1 answer
Saltstack update all minions highstate once gitfs remote changed
I am struggling to implement a reactor (or any other method) to have all my minions updated once the salt master gitfs configured remote has changed (so when a commit has been pushed/merged into the branch the salt master is monitoring)
So far I…

tvb
- 783
- 1
- 10
- 21
1
vote
1 answer
Perl Mojolicious minion->enqueue with custom-id
According to Minion:
my $id = $minion->enqueue(foo => [@args]);
Is it possible to use a custom-id? For example:
my $id = Data::UUID->new->create_str;
$self->minion->enqueue(foo => [@args] => {id => $id});
Similar to the LinkCheck example, I don't…

h q
- 1,168
- 2
- 10
- 23
0
votes
0 answers
How to Update Salt-minion agent
I am trying to update the salt minion agent to the next version but I am getting the following as expected.
Minion did not return. [No response]
I tried the following:
Minion_Upgrade:
module.run:
- name: pkg.update
- pkgs:
-…

Megazord
- 71
- 6
0
votes
0 answers
Salt Minion Error: Unable to sign_in to master: Attempt to authenticate with the salt master failed with timeout error
I have a salt master and a minion running in VirturalBox using vagrant.
Minion is not able to connect to the master, when I execute 'salt-call test.version' it returns error 'Unable to sign_in to master: Attempt to authenticate with the salt master…

NaushadNaleer
- 1
- 1
0
votes
1 answer
SaltStack base, dev, prod environment setup question
New to saltstack, I have created a base environment and seems to be working fine. Now I'm trying to setup a dev and prod environment so I can have have custom modules along with also adding some from the base environment.
However even with setting…

fndogonza
- 1
- 2
0
votes
1 answer
How to download the folder from minio as zip file?
The steps I followed are.
get all objects from recursive objects
Iterable> results = minioClient.listObjects(ListObjectsArgs.builder()
.bucket(bucketName).recursive(true).build());
Then getting all streams of matching the…

Ajay
- 29
- 7
0
votes
0 answers
Is there any perfect way to make Minion Pro font available again for pdfLaTex?
Since the package MinionPro does not exist in Texlive2022 anymore, is there any way around to install the latest version of MinionProfonts for Texlive, and compile with pdflatex?
I know we could use lualatex or xelatex, but it always gives some…

KOF
- 99
- 9
0
votes
1 answer
Google Foobar challenge Minion Work Assignment Java test cases not passing
I have tried solving this problem using Java and for some reason only 2 out of 9 test cases pass but locally all my test cases pass. I am 99% positive that there is some issue with Google Foobar Java test cases for this challenge. Did someone…

Ankit S.
- 17
- 3
-1
votes
1 answer
How to pass binary data to Mojolicious Minion?
I am using the great tool for long running tasks Minion (docs)
For queued task I can provide a path to file.
This works fine if minions are working on same host machine.
But how to create task and pass binary data, if minions are running on…

Eugen Konkov
- 22,193
- 17
- 108
- 158