Skip to content

Commit

Permalink
config(azure): changing default bake template
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesisOsorio authored and sergio-quintero committed Nov 23, 2022
1 parent 79e0447 commit 5e322e1
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 5e322e1

Please # to comment.