Skip to content

Commit

Permalink
Add a missing comma in the netns manifest.
Browse files Browse the repository at this point in the history
Change-Id: I2a20ddc33f320f8fe7a7d3ea4b4671d45080782d
  • Loading branch information
marun committed Jul 18, 2013
1 parent 1ffec0e commit dd1fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packstack/puppet/modules/packstack/manifests/netns.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if $::netns_support != "true" {
exec { "netns_dependecy_install":
path => "/usr/bin/",
command => "yum update -y kernel iputils iproute"
command => "yum update -y kernel iputils iproute",
timeout => 900,
}

Expand Down

0 comments on commit dd1fdb9

Please sign in to comment.