changing the build behavior in the aws cloudformation template from [… (#247)
changing the build behavior in the aws cloudformation template from [scripts-user, always] to [scripts-user, once-per-instance] so the userdata script is not run every time the server boots.
This commit is contained in:
parent
ce6951b21f
commit
e4a5fe5971
@ -70,7 +70,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"#cloud-config\n",
|
"#cloud-config\n",
|
||||||
"cloud_final_modules:\n",
|
"cloud_final_modules:\n",
|
||||||
"- [scripts-user, always]\n",
|
"- [scripts-user, once-per-instance]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"--//\n",
|
"--//\n",
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"#cloud-config\n",
|
"#cloud-config\n",
|
||||||
"cloud_final_modules:\n",
|
"cloud_final_modules:\n",
|
||||||
"- [scripts-user, always]\n",
|
"- [scripts-user, once-per-instance]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"--//\n",
|
"--//\n",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user