summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_firewall_rule.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated the firewall rule resource to allow for multiple remote addresses, up...John McCrae2021-06-041-2/+3
* Updated the firewall rule resource to allow for multiple remote addresses, up...John McCrae2021-06-031-4/+17
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-2/+2
* Improve automatic docs generationdocsTim Smith2021-02-151-5/+2
* convert most internal powershell_out to powershell_execmwrock2020-10-281-11/+9
* Convert windows custom resources to unified_modeLamont Granquist2020-08-041-0/+2
* Resolve Performance/RangeInclude warningsrubocop_Performance_RangeIncludeTim Smith2020-08-031-3/+3
* Align all our comments with the codeTim Smith2020-05-061-2/+2
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-5/+9
* Add documentation descriptions to multiple resourcesauto-generate-resource-docsTim Smith2020-04-271-1/+1
* Minor improvements to the resource descriptionsTim Smith2020-04-231-0/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* add example for icmp_typePatrick Schaumburg2020-04-021-0/+11
* use define_resource_requirements instead of own methodPatrick Schaumburg2020-04-011-28/+35
* disable false valuePatrick Schaumburg2020-03-301-1/+1
* fix chefstyle errorPatrick Schaumburg2020-03-301-2/+3
* add missing validationPatrick Schaumburg2020-03-301-0/+1
* add some more testsPatrick Schaumburg2020-03-301-1/+0
* fix second checkPatrick Schaumburg2020-03-301-1/+1
* fix 2 lintingsPatrick Schaumburg2020-03-301-2/+3
* return true instead of easily truePatrick Schaumburg2020-03-301-1/+1
* fix rubocopPatrick Schaumburg2020-03-301-2/+3
* fix linting errors + add unit test for is_set_properly? methodPatrick Schaumburg2020-03-301-6/+6
* add check for protocol and icmp_type during action createPatrick Schaumburg2020-03-301-1/+31
* add existing examples to codePatrick Schaumburg2020-03-301-0/+28
* use double quotes instead of single quotesPatrick Schaumburg2020-03-271-1/+1
* add icmp_type propertyPatrick Schaumburg2020-03-261-2/+10
* remove default value for descriptionPatrick Schaumburg2020-03-261-1/+0
* Fix Chefstyle lintPatrick Schaumburg2020-03-201-1/+1
* extend windows_firewall_rule abilities (displayname, description)Patrick Schaumburg2020-03-201-3/+13
* Fix windows_firewall_rule resource for rules with multiple associated profilesThomas Heinen2020-03-191-2/+6
* Update the introduced value for windows_firewall_rule's group propertyTim Smith2020-03-181-1/+1
* update to latest version of filePatrick Schaumburg2020-03-181-6/+6
* Merge branch 'master' into ps/windows_firewall_rule-groupPatrick Schaumburg2020-03-181-2/+2
|\
| * Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* | Merge branch 'master' into ps/windows_firewall_rule-groupPatrick Schaumburg2019-11-161-6/+11
|\ \ | |/
| * fix a chefstyle issueTor Magnus Rakvåg2019-10-071-1/+1
| * fix chefstyle errorsTor Magnus Rakvåg2019-10-071-2/+2
| * unkown profiles should raise a validation errorTor Magnus Rakvåg2019-10-071-1/+6
| * these parameters require arraysTor Magnus Rakvåg2019-09-261-2/+2
| * improved factoringTor Magnus Rakvåg2019-09-261-9/+2
| * the profile property has to support arraysTor Magnus Rakvåg2019-09-251-5/+12
* | Fix linting errorsPatrick Schaumburg2019-08-081-2/+2
* | Make idempotentPatrick Schaumburg2019-08-081-3/+8
* | add introducedPatrick Schaumburg2019-08-081-1/+2
* | add group to windows_firewall_rule resourcePatrick Schaumburg2019-07-101-2/+8
|/
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-3/+3
* Style/SymbolArrayLamont Granquist2019-07-021-4/+4