From 30f10ee1cd4dc5b0c09f84c46b5806b1ff65a3ea Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 6 Aug 2015 10:25:03 +0100 Subject: [PATCH] tasks: fix syntax error in ceph.py From e195f9fa. Signed-off-by: John Spray (cherry picked from commit 9f530092e2aa3bdc73fcddc0feabe39759e79b4f) --- tasks/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph.py b/tasks/ceph.py index 604b4004841dd..e0b7d8d231c23 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -126,9 +126,9 @@ def ceph_log(ctx, config): 'root.root', '/etc/logrotate.d/ceph-test.conf' ] + ) remote.chcon('/etc/logrotate.d/ceph-test.conf', 'system_u:object_r:etc_t:s0') - ) if ctx.config.get('log-rotate'): daemons = ctx.config.get('log-rotate') -- 2.39.5