From b05fe0bb0ba04afc07c4a4578ee085a8ef9c41cf Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 12 Mar 2012 21:15:33 -0700 Subject: [PATCH] update ip address to use eth0 This commit updates the ip address from eth1 to eth0. This is done for testing in ec2 where there is no defined eth1. --- examples/multi.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi.pp b/examples/multi.pp index c38457e5..7c4f5c8e 100644 --- a/examples/multi.pp +++ b/examples/multi.pp @@ -28,7 +28,7 @@ $swift_shared_secret='changeme' # assumes that the ip address where all of the storage nodes # will communicate is on eth1 -$swift_local_net_ip = $ipaddress_eth1 +$swift_local_net_ip = $ipaddress_eth0 Exec { logoutput => true }