mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-11 12:44:28 +03:00
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:
@@ -70,7 +70,7 @@
|
||||
"\n",
|
||||
"#cloud-config\n",
|
||||
"cloud_final_modules:\n",
|
||||
"- [scripts-user, always]\n",
|
||||
"- [scripts-user, once-per-instance]\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"--//\n",
|
||||
@@ -260,4 +260,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"\n",
|
||||
"#cloud-config\n",
|
||||
"cloud_final_modules:\n",
|
||||
"- [scripts-user, always]\n",
|
||||
"- [scripts-user, once-per-instance]\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"--//\n",
|
||||
@@ -252,4 +252,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user