Fix typo (MinonMinion)

- Notice the typo while reading docs
- Run `ack -i minon` to notice it's quite common and even made it into `doc/spelling_wordlist.txt`
- Run `ack -li minon | xargs sed -i 's|\([Mm]\)inon|\1inion|g'` to correct it
- Review changes
- Add + Commit
This commit is contained in:
Elias Probst 2020-05-09 18:02:24 +00:00 committed by Daniel Wozniak
parent 3eb68ede64
commit 830277e467
11 changed files with 25 additions and 25 deletions

View file

@ -40864,7 +40864,7 @@ There are several places where various configuration values need to be set in
order for the ESXi Proxy Minion to run and connect properly.
.SS Proxy Config File
.sp
On the machine that will be running the Proxy Minon process(es), a proxy config
On the machine that will be running the Proxy Minion process(es), a proxy config
file must be in place. This file should be located in the \fB/etc/salt/\fP directory
and should be named \fBproxy\fP\&. If the file is not there by default, create it.
.sp
@ -63129,7 +63129,7 @@ ec2\-web:
.UNINDENT
.UNINDENT
.sp
When salt cloud creates a new minon, it can automatically add grain information
When salt cloud creates a new minion, it can automatically add grain information
to the minion configuration file identifying the sources originally used
to define it.
.sp
@ -326896,7 +326896,7 @@ requires running \fBmanage.present\fP periodically every \fBloop_interval\fP sec
.IP \(bu 2
minion addition
.IP \(bu 2
minon removal
minion removal
.UNINDENT
.INDENT 0.0
.INDENT 3.5
@ -538146,7 +538146,7 @@ fbe2584abe Merge pull request \fI\%#26068\fP from jfindlay/auto_fix
1e9a850e23 fix autoruns.list looking in wrong directory
.UNINDENT
.IP \(bu 2
\fBISSUE\fP \fI\%saltstack/salt\-bootstrap#640\fP: (\fI\%Deshke\fP) salt\-minon install bug on ubuntu 14.04 tornado>=4.0 (refs: \fI\%#26065\fP)
\fBISSUE\fP \fI\%saltstack/salt\-bootstrap#640\fP: (\fI\%Deshke\fP) salt\-minion install bug on ubuntu 14.04 tornado>=4.0 (refs: \fI\%#26065\fP)
.IP \(bu 2
\fBISSUE\fP \fI\%saltstack/salt\-bootstrap#633\fP: (\fI\%neilmb\fP) Bootstrap install fails on python\-requests dependency (refs: \fI\%#26065\fP)
.IP \(bu 2

View file

@ -443,7 +443,7 @@ Memcached
metadata
Metadata
minionfs
minon
minion
mirrorlist
mkfile
mkfs

View file

@ -57,7 +57,7 @@ settings can be placed in the provider, profile or map configuration files:
- web
When salt cloud creates a new minon, it can automatically add grain information
When salt cloud creates a new minion, it can automatically add grain information
to the minion configuration file identifying the sources originally used
to define it.

View file

@ -47,15 +47,15 @@ Using the tables above, select the Salt Minion type.
Choices:
* ``SSH`` Proxy Minion (See `Salt Proxy Minion Configuration`_ Section)
* ``NX-API`` Proxy Minon (See `Salt Proxy Minion Configuration`_ Section)
* ``NX-API`` Proxy Minion (See `Salt Proxy Minion Configuration`_ Section)
* ``GuestShell`` Native Minion (See `GuestShell Salt Minion Installation`_ Section)
* Some platforms support a native minon installed directly on the NX-OS device inside the GuestShell
* Some platforms support a native minion installed directly on the NX-OS device inside the GuestShell
* The GuestShell is a secure Linux container environment running CentOS
STEP 3: Network Connectivity
----------------------------
Ensure that IP reachability exists between the NX-OS Salt Minon device and the SaltStack Master.
Ensure that IP reachability exists between the NX-OS Salt Minion device and the SaltStack Master.
**Note:** The management interface exists in a separate VRF context and requires additional configuration as shown.
@ -89,7 +89,7 @@ Here is a sample Proxy Minion directory structure
├── n7k-proxy.sls
└── top.sls
This displays a top sls file and two proxy minon sls files for a Nexus 3k and Nexus 7k device.
This displays a top sls file and two proxy minion sls files for a Nexus 3k and Nexus 7k device.
Sample contents for the ``top.sls`` file.
@ -105,7 +105,7 @@ Sample contents for the ``top.sls`` file.
Proxy Minion Pillar Data
------------------------
Here is a sample Proxy Minon pillar data file.
Here is a sample Proxy Minion pillar data file.
All of the data for both ssh and nxapi proxy minion types can be stored in the same pillar data file. To choose ``ssh`` or ``nxapi``, simply set the ``connection:`` parameter accordingly.
@ -305,7 +305,7 @@ Example:
- #id: salt
+ id: n3k-guestshell-minion
Start the Minon in the Guestshell and accept the key on the SaltStack Master.
Start the Minion in the Guestshell and accept the key on the SaltStack Master.
``[root@guestshell ~]# systemctl start salt-minion``
@ -327,7 +327,7 @@ Start the Minon in the Guestshell and accept the key on the SaltStack Master.
Proceed? [n/Y] Y
Key for minion n3k-guestshell-minion accepted.
Ping the SaltStack Minon running in the Guestshell.
Ping the SaltStack Minion running in the Guestshell.
.. code:: bash

View file

@ -517,7 +517,7 @@ Changelog for v2015.5.3..v2015.5.4
* 1e9a850e23 fix autoruns.list looking in wrong directory
* **ISSUE** `saltstack/salt-bootstrap#640`_: (`Deshke`_) salt-minon install bug on ubuntu 14.04 tornado>=4.0 (refs: `#26065`_)
* **ISSUE** `saltstack/salt-bootstrap#640`_: (`Deshke`_) salt-minion install bug on ubuntu 14.04 tornado>=4.0 (refs: `#26065`_)
* **ISSUE** `saltstack/salt-bootstrap#633`_: (`neilmb`_) Bootstrap install fails on python-requests dependency (refs: `#26065`_)

View file

@ -136,7 +136,7 @@ order for the ESXi Proxy Minion to run and connect properly.
Proxy Config File
-----------------
On the machine that will be running the Proxy Minon process(es), a proxy config
On the machine that will be running the Proxy Minion process(es), a proxy config
file must be in place. This file should be located in the ``/etc/salt/`` directory
and should be named ``proxy``. If the file is not there by default, create it.

View file

@ -37,7 +37,7 @@ This module supports execution using a Proxy Minion or Native Minion:
nxapi enabled
HTTPS Listen on port 443
Native minon configuration options:
Native minion configuration options:
.. code-block:: yaml

View file

@ -240,7 +240,7 @@ Minion information is sent in response to the following minion events:
- connection drops
- requires running ``manage.present`` periodically every ``loop_interval`` seconds
- minion addition
- minon removal
- minion removal
.. code-block:: python

View file

@ -27,7 +27,7 @@ To configure the proxy minion for ssh:
ssh_args: '-o PubkeyAuthentication=no'
key_accept: True
To configure the proxy minon for nxapi:
To configure the proxy minion for nxapi:
.. code-block:: yaml

View file

@ -40,7 +40,7 @@ class AutosignGrainsTest(ShellCase):
self.run_key("-d minion -y")
self.run_call(
"test.ping -l quiet"
) # get minon to try to authenticate itself again
) # get minion to try to authenticate itself again
if "minion" in self.run_key("-l acc"):
self.tearDown()
@ -59,7 +59,7 @@ class AutosignGrainsTest(ShellCase):
)
os.chmod(self.autosign_file_path, self.autosign_file_permissions)
self.run_call("test.ping -l quiet") # get minon to authenticate itself again
self.run_call("test.ping -l quiet") # get minion to authenticate itself again
try:
if os.path.isdir(self.autosign_grains_dir):
@ -76,7 +76,7 @@ class AutosignGrainsTest(ShellCase):
self.run_call(
"test.ping -l quiet"
) # get minon to try to authenticate itself again
) # get minion to try to authenticate itself again
self.assertIn("minion", self.run_key("-l acc"))
@slowTest
@ -88,6 +88,6 @@ class AutosignGrainsTest(ShellCase):
self.run_call(
"test.ping -l quiet"
) # get minon to try to authenticate itself again
) # get minion to try to authenticate itself again
self.assertNotIn("minion", self.run_key("-l acc"))
self.assertIn("minion", self.run_key("-l un"))

View file

@ -241,7 +241,7 @@ class UserTest(ModuleCase, SaltReturnAssertsMixin):
@skipIf(
salt.utils.platform.is_windows(),
"windows minon does not support roomnumber or phone",
"windows minion does not support roomnumber or phone",
)
@slowTest
def test_user_present_gecos(self):
@ -265,7 +265,7 @@ class UserTest(ModuleCase, SaltReturnAssertsMixin):
@skipIf(
salt.utils.platform.is_windows(),
"windows minon does not support roomnumber or phone",
"windows minion does not support roomnumber or phone",
)
@slowTest
def test_user_present_gecos_none_fields(self):
@ -295,7 +295,7 @@ class UserTest(ModuleCase, SaltReturnAssertsMixin):
self.assertEqual("", ret["homephone"])
@skipIf(
salt.utils.platform.is_windows(), "windows minon does not support createhome"
salt.utils.platform.is_windows(), "windows minion does not support createhome"
)
@slowTest
def test_user_present_home_directory_created(self):