From 2e7994ef620e791398f62a0fd9f839580ad77987 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Fri, 11 Dec 2015 07:36:09 -0500 Subject: [PATCH] fix comment headings --- group_vars/all.sample | 6 +++--- roles/ceph-common/defaults/main.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/group_vars/all.sample b/group_vars/all.sample index 27e7c1817..a609c9ad5 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -47,9 +47,9 @@ dummy: #ceph_stable_key: https://download.ceph.com/keys/release.asc #ceph_stable_release: infernalis # ceph stable release -#################### -## Stable Releases # -#################### +################### +# Stable Releases # +################### #ceph_stable_releases: # - dumpling # - emperor diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 4945b3929..947fa1a80 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -45,9 +45,9 @@ ceph_stable: false # use ceph stable branch ceph_stable_key: https://download.ceph.com/keys/release.asc ceph_stable_release: infernalis # ceph stable release -#################### -## Stable Releases # -#################### +################### +# Stable Releases # +################### ceph_stable_releases: - dumpling - emperor -- 2.47.3