summaryrefslogtreecommitdiff
path: root/network/cumulus
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-03-18 07:51:40 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-03-18 07:51:58 -0700
commiteebd6c93ba04ffac98e710459edd990b132f7820 (patch)
treeea73cc84cdf11bd3bc32e12c1799ac4c27693f57 /network/cumulus
parent4be29d6e84c5b692d2a8b0733d2e22da80d298da (diff)
downloadansible-modules-core-eebd6c93ba04ffac98e710459edd990b132f7820.tar.gz
Fix documentation
Diffstat (limited to 'network/cumulus')
-rw-r--r--network/cumulus/cl_bond.py2
-rw-r--r--network/cumulus/cl_bridge.py2
-rw-r--r--network/cumulus/cl_interface.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/network/cumulus/cl_bond.py b/network/cumulus/cl_bond.py
index c6844bd6..89725810 100644
--- a/network/cumulus/cl_bond.py
+++ b/network/cumulus/cl_bond.py
@@ -127,7 +127,7 @@ requirements: [ Alternate Debian network interface manager - \
ifupdown2 @ github.com/CumulusNetworks/ifupdown2 ]
notes:
- because the module writes the interface directory location. Ensure that
- ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/*' or
+ ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/\*' or
whatever path is mentioned in the ``location`` attribute.
- For the config to be activated, i.e installed in the kernel,
diff --git a/network/cumulus/cl_bridge.py b/network/cumulus/cl_bridge.py
index 076c3f56..c0bf2d52 100644
--- a/network/cumulus/cl_bridge.py
+++ b/network/cumulus/cl_bridge.py
@@ -89,7 +89,7 @@ requirements: [ Alternate Debian network interface manager
ifupdown2 @ github.com/CumulusNetworks/ifupdown2 ]
notes:
- because the module writes the interface directory location. Ensure that
- ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/*' or
+ ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/\*' or
whatever path is mentioned in the ``location`` attribute.
- For the config to be activated, i.e installed in the kernel,
diff --git a/network/cumulus/cl_interface.py b/network/cumulus/cl_interface.py
index 71c1a75e..d8dd3bf9 100644
--- a/network/cumulus/cl_interface.py
+++ b/network/cumulus/cl_interface.py
@@ -104,7 +104,7 @@ requirements: [ Alternate Debian network interface manager - \
ifupdown2 @ github.com/CumulusNetworks/ifupdown2 ]
notes:
- because the module writes the interface directory location. Ensure that
- ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/*' or
+ ``/etc/network/interfaces`` has a 'source /etc/network/interfaces.d/\*' or
whatever path is mentioned in the ``location`` attribute.
- For the config to be activated, i.e installed in the kernel,