Skip to content
Snippets Groups Projects
Unverified Commit e4a5fe59 authored by santini-cyber's avatar santini-cyber Committed by GitHub
Browse files

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.
parent ce6951b2
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -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",
...@@ -260,4 +260,4 @@ ...@@ -260,4 +260,4 @@
} }
} }
} }
} }
\ No newline at end of file
...@@ -70,7 +70,7 @@ ...@@ -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",
...@@ -252,4 +252,4 @@ ...@@ -252,4 +252,4 @@
} }
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment