Skip to content

Commit ab04af3

Browse files
author
Daniel Roseman
committed
Remove references to no-longer-existent machines.
1 parent 87468a4 commit ab04af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locksmith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import fabric.contrib.files
44
import util
55

6-
etcd_cluster = 'http://etcd-1.management:4001,http://etcd-2.management:4001,http://etcd-3.management:4001'
6+
etcd_cluster = 'http://etcd-1.management:4001'
77
locksmithctl = '/usr/bin/locksmithctl'
88

99

0 commit comments

Comments
 (0)