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
This commit is contained in:
Takashi Kajinami 2025-03-09 09:32:09 +09:00
parent fa28c1cd58
commit fb53f21702

View File

@ -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",
}
}