Skip to content

Commit

Permalink
Fixed spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
vpramo committed Dec 17, 2015
1 parent 88d3426 commit bd83871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/vrouter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
'VIRTUAL-HOST-INTERFACE/ip': value => "${vrouter_ip}/${vrouter_cidr}";
'VIRTUAL-HOST-INTERFACE/gateway': value => $vrouter_gw_orig;
'VIRTUAL-HOST-INTERFACE/physical_interface': value => $vrouter_physical_interface;
'VIRUTAL-HOST-INTERFACE/compute_node_address':value => $vrouter_ip;
'VIRTUAL-HOST-INTERFACE/compute_node_address':value => $vrouter_ip;
}

if $metadata_proxy_secret {
Expand Down

0 comments on commit bd83871

Please sign in to comment.