Merge "Start use error_exit function in AWS LB"
This commit is contained in:
commit
ce3f1d299c
@ -177,7 +177,8 @@ lb_template_default = r'''
|
||||
"/opt/aws/bin/cfn-init -s ",
|
||||
{ "Ref": "AWS::StackId" },
|
||||
" -r LB_instance ",
|
||||
" --region ", { "Ref": "AWS::Region" }, "\n",
|
||||
" --region ", { "Ref": "AWS::Region" },
|
||||
" || error_exit 'Failed to run cfn-init'\n",
|
||||
|
||||
"# HAProxy+SELinux, https://www.mankier.com/8/haproxy_selinux \n",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user