Thanks to visit codestin.com
Credit goes to github.com

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: hashicorp/packer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: stkerr/packer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on May 2, 2016

  1. Use OS specific mkdir command.

    Previous implementation hardcoded "mkdir -p" which is fine for Unix, but
    fails on Windows. This change draws on the example in the chef-solo
    provisioner on how to detect the OS in use and use an appropriate mkdir
    command.
    Sam Kerr committed May 2, 2016
    Configuration menu
    Copy the full SHA
    5682dd7 View commit details
    Browse the repository at this point in the history
  2. Add guest_os_type support to amazon-ebs types.

    Sam Kerr committed May 2, 2016
    Configuration menu
    Copy the full SHA
    983304f View commit details
    Browse the repository at this point in the history
  3. Fix copy & paste errors from Chef.

    Sam Kerr committed May 2, 2016
    Configuration menu
    Copy the full SHA
    ead218d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Update puppet-masterless commands to be OS specific.

    In addition to updating the mkdir command, the actual executeCommand
    needs to be OS specific, since Windows doesn't have sudo and Unix
    doesn't require 'SET' when trying to change the value of a variable.
    Sam Kerr committed May 3, 2016
    Configuration menu
    Copy the full SHA
    9a879d8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Modify the actual Windows command used to run Puppet.

    Since the Facter vars on Windows are set with 'SET <varname>=<value>', a
    '&&' is needed between the SET commands and the actual Puppet
    invocation.
    Sam Kerr committed May 5, 2016
    Configuration menu
    Copy the full SHA
    1de3d5c View commit details
    Browse the repository at this point in the history
Loading