diff --git a/cloud-deployments/aws/cloudformation/aws_build_from_source_no_credentials.json b/cloud-deployments/aws/cloudformation/aws_build_from_source_no_credentials.json index a964137740833509afb34259b00e55fe81d7c702..86971696e3bd05d2dcce89ce0ec4ac6c3e5af836 100644 --- a/cloud-deployments/aws/cloudformation/aws_build_from_source_no_credentials.json +++ b/cloud-deployments/aws/cloudformation/aws_build_from_source_no_credentials.json @@ -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 @@ } } } -} \ No newline at end of file +} diff --git a/cloud-deployments/aws/cloudformation/cf_template.template b/cloud-deployments/aws/cloudformation/cf_template.template index b261a2d89cb24d593a51bc5cd2d609978cf6f610..7aeb28b1445b8e6877c74e51448fbb6b0a6eafd3 100644 --- a/cloud-deployments/aws/cloudformation/cf_template.template +++ b/cloud-deployments/aws/cloudformation/cf_template.template @@ -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 @@ } } } -} \ No newline at end of file +}