Merge "Add a missing comma in the netns manifest."
This commit is contained in:
@@ -9,7 +9,7 @@ class packstack::netns (
|
|||||||
if $::netns_support != "true" {
|
if $::netns_support != "true" {
|
||||||
exec { "netns_dependecy_install":
|
exec { "netns_dependecy_install":
|
||||||
path => "/usr/bin/",
|
path => "/usr/bin/",
|
||||||
command => "yum update -y kernel iputils iproute"
|
command => "yum update -y kernel iputils iproute",
|
||||||
timeout => 900,
|
timeout => 900,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user