From 3ce3dd6bcc2b709c877d8f643507e06d67761c0d Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Thu, 9 Mar 2023 11:18:48 +0100 Subject: [PATCH] mgr: fix a typo This commit fixes a typo in `roles/ceph-mgr/defaults/main.yml` (s/mpdules/modules) Signed-off-by: Lorenz Bausch (cherry picked from commit 2f5e21b631107df87eea3529716ec55803aa9341) --- group_vars/mgrs.yml.sample | 2 +- roles/ceph-mgr/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/mgrs.yml.sample b/group_vars/mgrs.yml.sample index 6fb9bc155..4a1d64f05 100644 --- a/group_vars/mgrs.yml.sample +++ b/group_vars/mgrs.yml.sample @@ -21,7 +21,7 @@ dummy: ########### # MODULES # ########### -# Ceph mgr modules to enable, to view the list of available mpdules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/ +# Ceph mgr modules to enable, to view the list of available modules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/ # and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic' #ceph_mgr_modules: [] diff --git a/roles/ceph-mgr/defaults/main.yml b/roles/ceph-mgr/defaults/main.yml index 2f559dec4..a4dad30d7 100644 --- a/roles/ceph-mgr/defaults/main.yml +++ b/roles/ceph-mgr/defaults/main.yml @@ -13,7 +13,7 @@ mgr_secret: 'mgr_secret' ########### # MODULES # ########### -# Ceph mgr modules to enable, to view the list of available mpdules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/ +# Ceph mgr modules to enable, to view the list of available modules see: http://docs.ceph.com/docs/CEPH_VERSION/mgr/ # and replace CEPH_VERSION with your current Ceph version, e,g: 'mimic' ceph_mgr_modules: []