Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support feature list changes in v0.9.10+ #133

Closed
ferventcoder opened this issue Jun 20, 2016 · 1 comment
Closed

Support feature list changes in v0.9.10+ #133

ferventcoder opened this issue Jun 20, 2016 · 1 comment

Comments

@ferventcoder
Copy link
Contributor

ferventcoder commented Jun 20, 2016

choco feature list has different output now in 0.9.10+ versus older versions of Chocolatey.

0.9.10+:

[ ] disabledFeature - description
[x] enabledFeature - description

Older versions:

disabledFeature - [Disabled] | description
enabledFeature - [Enabled] | description

In addition, the limited output (-r) is now:

disabledFeature|Disabled|description
enabledFeature|Enabled|description

Handle those in the config.pp.

@ferventcoder
Copy link
Contributor Author

#132

ferventcoder pushed a commit that referenced this issue Jun 20, 2016
Update config.pp to accomodate new choco feature list -r output. The findstr
fails to match on the new version of chocolatey 0.9.10.2.
It can now find: "autoUninstaller|Enabled|" or "autoUninstaller|Disabled|"
ferventcoder added a commit that referenced this issue Jun 20, 2016
* pr132:
  (GH-133) Feature list update for  0.9.10
@ferventcoder ferventcoder added this to the 1.2.5 milestone Jun 20, 2016
@ferventcoder ferventcoder self-assigned this Jun 20, 2016
@ferventcoder ferventcoder changed the title 0.9.10 Feature list changes Support feature list changes in v0.9.10+ Jun 20, 2016
ferventcoder added a commit to ferventcoder/puppet-chocolatey that referenced this issue Jul 6, 2016
* master:
  (version) 1.2.5
  (maint) prep for release of 1.2.5
  (chocolatey-archiveGH-128) PowerShell 1.x provider fixes for "else"
  (chocolatey-archiveGH-133) Feature list update for  0.9.10
  (version) 1.2.4
  (chocolatey-archiveGH-125) Compatible Up to PowerShell Provider 3.x
  (chocolatey-archiveGH-125) Wrap PowerShell Redirect in Try/Catch
  (chocolatey-archiveGH-69) Fix - default provider example
  (doc) make that text a bit more prominent
  (version) 1.2.3 for real
  (version) 1.2.3
  (doc) add editions of Chocolatey
  (chocolatey-archiveGH-100) Do not call choco with --debug --verbose
  (version) 1.2.2
  Sign the installer script template
  (chocolatey-archiveGH-119) Implement PowerShell Redirection Fix
ferventcoder added a commit to ferventcoder/puppet-chocolatey that referenced this issue Jul 11, 2016
* master:
  (version) 1.2.6
  (MODULES-3536) modsync update
  (maint) Remove travis and metadata-json-lint gems
  (chocolatey-archiveGH-134) Only Enable AutoUninstaller in 0.9.9.x
  (version) 1.2.5
  (maint) prep for release of 1.2.5
  (chocolatey-archiveGH-128) PowerShell 1.x provider fixes for "else"
  (chocolatey-archiveGH-133) Feature list update for  0.9.10
  (version) 1.2.4
  (chocolatey-archiveGH-125) Compatible Up to PowerShell Provider 3.x
  (chocolatey-archiveGH-125) Wrap PowerShell Redirect in Try/Catch
  (chocolatey-archiveGH-69) Fix - default provider example
  (doc) make that text a bit more prominent
  (version) 1.2.3 for real
  (version) 1.2.3
  (doc) add editions of Chocolatey
  (chocolatey-archiveGH-100) Do not call choco with --debug --verbose
  (version) 1.2.2
  Sign the installer script template
  (chocolatey-archiveGH-119) Implement PowerShell Redirection Fix
DavidS pushed a commit to DavidS/puppetlabs-chocolatey that referenced this issue Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant