From: John Spray Date: Thu, 6 Aug 2015 09:25:03 +0000 (+0100) Subject: tasks: fix syntax error in ceph.py X-Git-Tag: v10.2.6~165^2^2~419^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f530092e2aa3bdc73fcddc0feabe39759e79b4f;p=ceph.git tasks: fix syntax error in ceph.py From e195f9fa. Signed-off-by: John Spray --- diff --git a/tasks/ceph.py b/tasks/ceph.py index 604b4004841d..e0b7d8d231c2 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')