Skip to content

Commit

Permalink
Add confd and runit to all lb stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
karthequian committed Jan 30, 2017
1 parent 8d6bfc6 commit 6fe014a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 6fe014a

Please sign in to comment.