summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_script.rb
Commit message (Collapse)AuthorAgeFilesLines
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
| | | | chefstyle -a fixed 1044 occurrances
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
|
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+2
| | | | | | | | - move macosx providers to dynamic resolution - move windows providers to dynamic resolution - move openbsd/netbsd providers to dynamic resolution - move all cron providers to dynamic resolution - move mdadm to static mapping
* fix specsLamont Granquist2015-02-231-2/+0
| | | | | reverts #get_default_attributes and #create_ace_with_mask_and_sid back to public methods, removes some redundant selfs
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
|
* powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-231-2/+0
|
* CR feedback: fix misleading method name for setting inheritance, validate ↵Adam Edwards2014-03-291-1/+1
| | | | class inheritance prior to instantiation
* CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-8/+10
|
* CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-1/+2
|
* CR feedback: boolean variable should use boolean false instead of ambiguous nilAdam Edwards2014-03-291-1/+1
|
* Guard resource new specs and spec fixesAdam Edwards2014-03-291-1/+1
|
* CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-291-3/+2
|
* Method name change, ignore translated attributes that are not defined for ↵Adam Edwards2014-03-291-1/+1
| | | | the resource
* Interpolated boolean return support for powershell_scriptadamedx2014-03-291-1/+21
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
|
* OC-8337: Architecture functional test coverageadamedx2013-06-251-2/+2
|
* OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-251-0/+31