Skip to content

Commit

Permalink
config(azure): changing default bake template (#1988)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason <jason.mcintosh@armory.io>
Co-authored-by: Mark Rampton <mrampton@gmail.com>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 610d9e0 commit 3bc0018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ProviderType providerType() {
@Override
public AzureBakeryDefaults emptyBakeryDefaults() {
AzureBakeryDefaults result = new AzureBakeryDefaults();
result.setTemplateFile("azure-linux.json");
result.setTemplateFile("azure-linux.pkr.hcl");
return result;
}
}

0 comments on commit 3bc0018

Please # to comment.