summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13 from pcheslock/task-lwrpJoshua Timberman2012-12-101-1/+18
|\
| * [COOK-1921] Set log action to fatal if missing un/pw and use command ifPete Cheslock2012-12-031-3/+3
| * COOK-1932 - Introduce :change action to task LWRPPete Cheslock2012-11-201-0/+17
* | [COOK-1921] Look for explicit service name to see if existsPete Cheslock2012-11-191-1/+1
|/
* Merge pull request #8 from timops/COOK-1571Joshua Timberman2012-10-311-1/+1
|\
| * COOK-1571: ensure msiexec will support spaces in msi package filenamesTim Green2012-08-221-1/+1
* | Added Windows scheduled task LWRPPaul Mooring2012-10-011-0/+107
|/
* Merge pull request #6 from rarenerd/masterJoshua Timberman2012-08-181-0/+8
|\
| * [COOK-1519] Add action to remove paths to windows_pathKristian Vlaardingerbroek2012-08-031-0/+8
* | use constants and refactor windows path processing.Tim Green2012-08-061-10/+10
* | added action :zip to windows_zipfile LWRPTim Green2012-08-061-0/+38
|/
* [COOK-1485] added empty 'title' argument to all uses of 'start' to fix issue ...Adam Mielke2012-07-231-3/+3
* Added timeout option to windows_package lwrpPaul Mooring2012-06-271-1/+1
* [COOK-1323] - Update for changes in Chef 0.10.10jtimberman2012-05-252-13/+11
* remove the quotes from the first parameter of the start command. Start does n...Joseph Anthony Pasquale Holsten2012-04-111-1/+1
* Merge pull request #344 from Andorbal/masterJoshua Timberman2012-03-061-0/+1
|\
| * COOK-1037: specified that the windows_zipfile provider use version 0.9.5 of r...Andrew Benz2012-02-211-0/+1
* | Merge pull request #349 from pmorton/COOK-667Joshua Timberman2012-03-011-0/+56
|\ \ | |/ |/|
| * COOK-667Paul Morton2012-02-231-0/+56
* | COOK-1007- windows_feature does not work to remove features with dismjessica2012-02-131-1/+1
* | Rebasing to provide a point of comparisonmartink2012-02-011-58/+0
* | Adding firewall resource to windows cookbook.renegaderebel2012-02-011-0/+58
|/
* Support binary types in registry keysJohn Keiser2011-12-231-1/+1
* older versions of windows sometimes return 127 on successful commandsSeth Chisamore2011-10-281-2/+2
* ensure we pass the registry redirection flag into reg.openSeth Chisamore2011-10-283-21/+21
* retry keyword can only be used in a rescue block in Ruby 1.9Seth Chisamore2011-10-231-3/+5
* Ruby 1.9's Open3 returns 0 and 42 for successful commandsSeth Chisamore2011-10-232-8/+8
* catch Win32::Registry::Error that pops up when searching certain keysSeth Chisamore2011-09-291-11/+14
* added a windows_batch resource/provider for running batch scripts remotelySeth Chisamore2011-09-271-0/+62
* refactored windows_path LWRPSeth Chisamore2011-09-271-11/+2
* combined numerous helper libarires for easier sharing across libaries/LWRPsSeth Chisamore2011-09-272-2/+2
* [COOK-745] gracefully handle required server restarts on Windows platformSeth Chisamore2011-09-121-0/+31
* refactor windows_feature resource and providers into LWRP filesSeth Chisamore2011-09-092-0/+94
* remove hard tabsSeth Chisamore2011-08-301-7/+6
* COOK-717 Fix calling of wrong action for removing an item from the pathPaul Morton2011-08-301-1/+1
* COOK-717 - Removed windows_env_vars and moved path to use env providerPaul Morton2011-08-302-60/+10
* added force_modify action to windows_registry resourceSeth Chisamore2011-08-171-1/+25
* add checksum support for remote packages in windows_packageSeth Chisamore2011-08-121-3/+3
* re-write of the windows_package logic for determining current installed packagesSeth Chisamore2011-08-121-11/+16
* registry_update should be privateSeth Chisamore2011-08-121-0/+1
* ensure windows platform specific gems are only loaded on windowsSeth Chisamore2011-08-112-4/+2
* update package helper naming to match other helpersSeth Chisamore2011-08-111-1/+3
* clean up copyright in all filesSeth Chisamore2011-08-113-0/+59
* clean up hard tabs and trailing whitespaceSeth Chisamore2011-08-104-43/+41
* Added default initializers to auto_run and env_varsPaul Morton2011-08-101-4/+0
* Added providers for managing the system path variablesPaul Morton2011-08-101-0/+34
* Added Environmental Var ProviderPaul Morton2011-08-101-0/+13
* Adding auto run providerPaul Morton2011-08-101-0/+17
* Registry provider to allow remove action + set_value now uses auto creationPaul Morton2011-08-101-1/+6
* Major Refactor of registry providerPaul Morton2011-08-101-87/+9