Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

Having 2 Chocolatey provisioners for a VM, the first referenced is run multiple times #34

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

Say you have two choco provisioners, one that installs 7-zip and one that install chrome.

If you reference both on a VM, then the first referenced will be run twice (so 7-zip twice, rather than 7-zip then chrome)