The SaltStack platform, also known as Salt, is a Python-based open-source configuration management software and remote execution engine.
I made two test bash scripts on Linux to make the problem clear. TestScript1 looks like: echo "TestScript1 Arguments:" echo "$1" …
bash shell double-quotes salt-stackI am using a jinja template to generate a state file for salt. I added some conditionals and would like …
jinja2 salt-stackI tried to add: mypack: pkg: - installed - pkgs: - mercurial - git cmd.run: - name: 'mkdir -p /…
salt-stackI have quite extensive salt config and I want to be able to see what has changed. If I just …
salt-stackI got the following error when I attempted "vagrant up" on the standard ubuntu/vivid64 with virtualbox: initctl: Unable to …
ubuntu vagrant upstart salt-stack sysvCurrently I have the following rule for creating a directory /init/dir: file.recurse: - source: salt://init_dir/init …
linux salt-stackWhen writing template files using Jinja2 for Saltstack, I often define some variables at the beginning of the file. For …
jinja2 salt-stackI want to do something like that: if file A exists or there is no symlink B, I want to …
salt-stackOur saltstack is based on hostnames (webN., dbN., etc.). But for various things I need IPs of those servers. For …
python jinja2 salt-stackSo far as I can see in the Salt documentation (e.g. here) there are two main types of modules …
python service salt-stack