Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-chocolatey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-chocolatey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 31, 2015

  1. (GH-54) Fix blocking Linux issue

    On Windows building the command for chocolatey_command evaluates
    environment variables, which causes the following issue:
    
    ```
    Error: Could not autoload puppet/provider/package/chocolatey: undefined
    method `+' for nil:NilClass
    /var/lib/puppet/lib/puppet/provider/package/chocolatey.rb:24:in
    `chocolatey_command'
    /var/lib/puppet/lib/puppet/provider/package/chocolatey.rb:69:in `block
    in <top (required)>'
    ```
    
    Fix that to only evaluate on Windows. On Linux just evaluate to
    'choco.exe'
    ferventcoder committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    1d66801 View commit details
    Browse the repository at this point in the history
  2. (maint) fix travis-lint issue

    No rvm for 2.1.5 yet apparently.
    ferventcoder committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    8d1c398 View commit details
    Browse the repository at this point in the history
  3. (maint) formatting

    ferventcoder committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    316d5b4 View commit details
    Browse the repository at this point in the history
  4. version 0.5.1

    ferventcoder committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    5e254dd View commit details
    Browse the repository at this point in the history
Loading