python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The 'salt==3000.3' distribution was not found and is required by the application
I have upgraded my salt-master and now it doesn't start with following error :
avril 02 18:28:05 aksalt salt-master[1881]: Traceback (most recent call last):
avril 02 18:28:05 aksalt salt-master[1881]...
akaii
Votes: 0
Answers: 2
How to exclude one object/option while processing a state file on multiple objects
I'm downloading certain microservices in a folder at D:\SaltDownload. I'm storing all of these files on my minions and the contents of the folder would look like this:
serviceA.zip
serviceB.zip
servic...
Sammy
Votes: 0
Answers: 0
How to set Recovery options in Windows services using SaltStack
I'm creating a custom Windows Service and deploying it on my salt-minions using Salt master.
The code for it is as follows:
create_service_{{servicename}}:
module.run:
- name: service.create
...
Sammy
Votes: 0
Answers: 1
How to execute multiple scripts with Salt cmd.script?
I'm trying to apply salt state that consist of multiple scripts. But some reason only script4 is running.
Here's my state file.
#!jinja|yaml|gpg
Distro_Specific_Scripts:
cmd.script:
- name: Run...
IeuD
Votes: 0
Answers: 2