From: Zack Cerza Date: Mon, 16 Sep 2013 20:25:16 +0000 (-0500) Subject: Use teuthology-specific backup for /etc/sudoers X-Git-Tag: 1.1.0~1874^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b63396ef66a2e3400bd1f9e1c55e6f58ab6dff9;p=teuthology.git Use teuthology-specific backup for /etc/sudoers --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 1d3ea2bf1..9541c07b1 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -287,7 +287,7 @@ def archive(ctx, config): def sudo(ctx, config): log.info('Configuring sudo...') sudoers_file = '/etc/sudoers' - backup_ext = '.orig' + backup_ext = '.orig.teuthology' tty_expr = 's/requiretty/!requiretty/' pw_expr = 's/!visiblepw/visiblepw/'