Add a missing comma in the netns manifest.

Change-Id: I2a20ddc33f320f8fe7a7d3ea4b4671d45080782d
This commit is contained in:
Maru Newby
2013-07-18 22:47:18 +00:00
parent 1ffec0e358
commit dd1fdb9703

View File

@@ -9,7 +9,7 @@ class packstack::netns (
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,
}