summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-06-12 18:53:10 +0200
committerGitHub <noreply@github.com>2026-06-12 18:53:10 +0200
commit623ae17e843a46ec9ed7b5cd71f2601753dc5dc2 (patch)
tree9fc0b7de664afb10d3a838aabfe32dcb336efa50
parentfca68b341d48e386f9ceff60e9284c8b9f5b356b (diff)
parent736f45f624db8973ed6449696783eb56e9238a3c (diff)
downloadvyos-documentation-623ae17e843a46ec9ed7b5cd71f2601753dc5dc2.tar.gz
vyos-documentation-623ae17e843a46ec9ed7b5cd71f2601753dc5dc2.zip
Merge pull request #2101 from vyos/salt-removal
T8973: remove salt from documentation - feature removed
-rw-r--r--docs/configuration/service/index.md1
-rw-r--r--docs/configuration/service/salt-minion.md51
2 files changed, 0 insertions, 52 deletions
diff --git a/docs/configuration/service/index.md b/docs/configuration/service/index.md
index 4018c5be..05041abf 100644
--- a/docs/configuration/service/index.md
+++ b/docs/configuration/service/index.md
@@ -20,7 +20,6 @@ monitoring
ntp
pppoe-server
router-advert
-salt-minion
snmp
ssh
tftp-server
diff --git a/docs/configuration/service/salt-minion.md b/docs/configuration/service/salt-minion.md
deleted file mode 100644
index e430f4fc..00000000
--- a/docs/configuration/service/salt-minion.md
+++ /dev/null
@@ -1,51 +0,0 @@
-(saltminion)=
-
-# Salt-Minion
-
-[SaltStack] is Python-based, open-source
-software for event-driven IT automation, remote task execution, and
-configuration management. Supporting the "infrastructure as code"
-approach to data center system and network deployment and management,
-configuration automation, SecOps orchestration, vulnerability remediation,
-and hybrid cloud control.
-
-## Requirements
-
-To use the Salt-Minion, a running Salt-Master is required. You can find more
-in the [Salt Project Documentation](https://docs.saltproject.io/en/latest/contents.html)
-
-## Configuration
-
-```{cfgcmd} set service salt-minion hash \<type\>
-
- The hash type used when discovering file on master server (default: sha256)
-```
-
-
-```{cfgcmd} set service salt-minion id \<id\>
-
-Explicitly declare ID for this minion to use (default: hostname)
-```
-
-
-```{cfgcmd} set service salt-minion interval \<1-1440\>
-
-Interval in minutes between updates (default: 60)
-```
-
-
-```{cfgcmd} set service salt-minion master \<hostname | IP\>
-
-The hostname or IP address of the master
-```
-
-
-```{cfgcmd} set service salt-minion master-key \<key\>
-
-URL with signature of master for auth reply verification
-```
-
-Please take a look in the Automation section to find some useful
-Examples.
-
-[saltstack]: https://saltproject.io/