Installs Fiddler
This cookbook is deprecated.
- Windows 7
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Server 2012 R2
Fiddler requires the .NET framework 4 (4.0, 4.5.x, or 4.6.x) which can be installed via another cookbook of your choosing.
Include fiddler::default
in your node's run list.
node['fiddler']['url']
- The full download URL to the installer executable, defaults to http://www.telerik.com/docs/default-source/fiddler/fiddler4setup.exe?sfvrsn=2.node['fiddler']['checksum']
- The SHA256 of the installer executable file.
Installs Fiddler4
Author:: Shawn Neal ([email protected])