diff --git a/ContainerCloud/stacks/haproxy-lb-to-apache/Makefile b/ContainerCloud/stacks/haproxy-lb-to-apache/Makefile index 4d94a59809..17bb01339b 100644 --- a/ContainerCloud/stacks/haproxy-lb-to-apache/Makefile +++ b/ContainerCloud/stacks/haproxy-lb-to-apache/Makefile @@ -1,4 +1,4 @@ -IMAGES=apache-backend haproxy +IMAGES=runit confd apache-backend haproxy # Include the common makefile which provides the following targets: # stack (default): runs images, publish, and generate-stack-yml targets diff --git a/ContainerCloud/stacks/haproxy-lb-to-nginx/Makefile b/ContainerCloud/stacks/haproxy-lb-to-nginx/Makefile index 452401e7e2..6f7c060011 100644 --- a/ContainerCloud/stacks/haproxy-lb-to-nginx/Makefile +++ b/ContainerCloud/stacks/haproxy-lb-to-nginx/Makefile @@ -1,4 +1,4 @@ -IMAGES=nginx-backend haproxy +IMAGES=runit confd nginx-backend haproxy # Include the common makefile which provides the following targets: # stack (default): runs images, publish, and generate-stack-yml targets diff --git a/ContainerCloud/stacks/nginx-lb-to-apache/Makefile b/ContainerCloud/stacks/nginx-lb-to-apache/Makefile index ce9ef037e3..bccdf112e1 100644 --- a/ContainerCloud/stacks/nginx-lb-to-apache/Makefile +++ b/ContainerCloud/stacks/nginx-lb-to-apache/Makefile @@ -1,4 +1,4 @@ -IMAGES=apache-backend nginx-lb +IMAGES=runit confd apache-backend nginx-lb # Include the common makefile which provides the following targets: # stack (default): runs images, publish, and generate-stack-yml targets diff --git a/ContainerCloud/stacks/nginx-lb-to-nginx/Makefile b/ContainerCloud/stacks/nginx-lb-to-nginx/Makefile index d72de7c158..1ac4118913 100644 --- a/ContainerCloud/stacks/nginx-lb-to-nginx/Makefile +++ b/ContainerCloud/stacks/nginx-lb-to-nginx/Makefile @@ -1,4 +1,4 @@ -IMAGES=nginx-backend nginx-lb +IMAGES=runit confd nginx-backend nginx-lb # Include the common makefile which provides the following targets: # stack (default): runs images, publish, and generate-stack-yml targets