From 17d30ef4a5870215ea33ec63e2a689b1341f74a1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 9 Mar 2025 09:32:09 +0900 Subject: [PATCH] Fix new lint errors Fix "WARNING: there should be a single space before '=>'" newly detected by new puppet-lint. Note that [ssl] enable option in an example file is removed because the option no longer exists in keystone. Change-Id: Ief08abd4217f661ebaa240efbbc3cdfe88e52030 (cherry picked from commit fb53f21702176116c2e8133d9ef0b0b299f08bfd) (cherry picked from commit 9c0a6c1fdc65051893a6adc31c3b1cd0ffa5e615) (cherry picked from commit 9e04836f568c199a871ec7cfe3be5f3f0a1f5313) --- manifests/ringsync.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ringsync.pp b/manifests/ringsync.pp index c0f2a847..c115c70a 100644 --- a/manifests/ringsync.pp +++ b/manifests/ringsync.pp @@ -15,6 +15,6 @@ define swift::ringsync( Exec { path => '/usr/bin' } rsync::get { "/etc/swift/${ring_type}.ring.gz": - source => "rsync://${ring_server}/swift_server/${ring_type}.ring.gz", + source => "rsync://${ring_server}/swift_server/${ring_type}.ring.gz", } }