Commits on Jun 23, 2014

  1. Remove support for puppet:/// files.

    This cannot work in master/agent mode, and it's safest to remove it for
    now and look at adding similar functionality in future.
    Ashley Penney committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    e24c375 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Merge pull request #73 from apenney/rip-out-puppet-files-mistake

    Remove support for puppet:/// files.
    Morgan Haskel committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    bdfaa23 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2014

  1. Configuration menu
    Copy the full SHA
    4cec286 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2014

  1. Sync files

    Colleen Murphy committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    37b5e67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from cmurphy/master

    Start synchronizing module files
    Morgan Haskel committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    5b765a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. Update .sync.yml to support new .travis.yml configs

    Colleen Murphy committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    173c0ac View commit details
    Browse the repository at this point in the history
  2. Synchronize .travis.yml

    Colleen Murphy committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    d979360 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Update Gemfile for .travis.yml defaults

    Colleen Murphy committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    5e58e7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from cmurphy/master

    Synchronize .travis.yml
    hunner committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    d942950 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Add validate and lint tasks to travis script

    Colleen Murphy committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    b4a3397 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from cmurphy/master

    Add validate and lint tasks to travis script
    Ashley Penney committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    a0a99ee View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Update spec_helper for more consistency

    Morgan Haskel committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    14f9825 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from mhaskel/spec_updates

    Update spec_helper for more consistency
    Ashley Penney committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    d6c2502 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Fix acceptance helper

    Stop starting puppet master unnecessarily and fix directory creation
    and dependency installation.
    Colleen Murphy committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    8d443c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from cmurphy/fix_beaker

    Fix acceptance helper
    Morgan Haskel committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    c2c24e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. Stop depending on puppet certs to test java_ks

    Previously we removed the call to `puppet master` during acceptance
    testing setup because it caused conflicts in agent-master multinode
    setups. However, we realized that the reason for the call to `puppet
    master` in the first place was so that java_ks could use the existing
    puppet certs that exist on the puppet master. This patch refactors the
    tests to generate a CA and private key itself. This avoids having tests
    depend on a certain node configuration.
    
    It also adds /usr/bin to the PATH on solaris so that the java_ks type
    can use the openssl command in tests on solaris.
    Colleen Murphy committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    68142c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from cmurphy/certs

    Stop depending on puppet certs to test java_ks
    hunner committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    5bb2e7a View commit details
    Browse the repository at this point in the history
  3. Only install modules on masters during tests

    This should fix failed puppet module installs on solaris 11 and
    windows.
    Colleen Murphy committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    28f9955 View commit details
    Browse the repository at this point in the history
  4. Fix solaris 10 tests

    As long as basic_spec.rb runs before the other acceptance tests, we
    don't need to include the java class in the other tests. This patch
    removes the java class from the other tests since it is not supported
    on solaris 10. It also fixes the PATH so that we can find ruby on
    solaris 10, foss or PE.
    Colleen Murphy committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    668dd7b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #88 from cmurphy/sol10

    Fix solaris 10 tests
    Morgan Haskel committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    5d45fa2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89 from cmurphy/fix_module_install

    Only install modules on masters during tests
    Morgan Haskel committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    fdd5bda View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. Add tests for windows and remove usage of OPENSSL to check MD5 as key…

    …tool has that capability
    
    Conflicts:
    	spec/acceptance/keystore_spec.rb
    	spec/acceptance/private_key_spec.rb
    	spec/acceptance/truststore_spec.rb
    	spec/spec_helper_acceptance.rb
    Travis Fields committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    d92f39e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Update PE and OS compatibility info in metadata

    Now compatible with PE 3.4 and SLES 10.
    Colleen Murphy committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    68b2014 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from cmurphy/metadata

    Update PE and OS compatibility info in metadata
    hunner committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    53d955b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Refactor to remove openssl dependency. Increase test coverage and sim…

    …plify the test layout
    Travis Fields committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    49802ef View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Prepare 1.2.4.

    Ashley Penney authored and Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    0dfa596 View commit details
    Browse the repository at this point in the history
  2. Release 1.2.4

    This is a compatibility release. No functional changes to this module
    were made in this release, just testing infrastructure changes to extend
    tests to RHEL7 and Ubuntu 14.04
    hunner authored and Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    faa41d0 View commit details
    Browse the repository at this point in the history
  3. Remove windows support.

    Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    38e76ef View commit details
    Browse the repository at this point in the history
  4. openssl on sol 11 is in /usr/bin

    hunner authored and Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    2623b6b View commit details
    Browse the repository at this point in the history
  5. 1.2.5 prep.

    Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    dc3da6d View commit details
    Browse the repository at this point in the history
  6. Remove AIX 5.3 support as we can't test against it.

    Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    69fcfb6 View commit details
    Browse the repository at this point in the history
  7. Remove puppet_module_install in favor of copy_module_to

    Travis Fields authored and Morgan Haskel committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    afdc1b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #94 from mhaskel/merge_1.2.x_into_master

    Merge 1.2.x into master
    cyberious committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    ce33258 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Merge remote-tracking branch 'upstream/1.2.x' into merge_1.2.x

    Conflicts:
    	CHANGELOG.md
    	Modulefile
    	metadata.json
    	spec/spec_helper_acceptance.rb
    Morgan Haskel committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    ade564c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Merge pull request #102 from mhaskel/merge_1.2.x

    Merge 1.2.x
    cyberious committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    e94ef2d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Fix password_file handling

    Sven Sternberger authored and Morgan Haskel committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    208951d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. MODULES-618 - fix java_ks when using password_file

    Anywhere we were using @resource[:password] in the provider use
    password_file instead. Make sure we try using password_file.
    
    Fixes #59
    Morgan Haskel committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    f971f36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from mhaskel/MODULES-618

    MODULES-618 - fix java_ks when using password_file
    hunner committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    c25ab61 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Configuration menu
    Copy the full SHA
    f430404 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Update .sync.yml for new Gemfile template

    Colleen Murphy committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    89bbe8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from cmurphy/gemfile

    Update .sync.yml for new Gemfile template
    Morgan Haskel committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    9e3c68f View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md

    Colleen Murphy committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    0eec02a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Add json gem

    The puppet_facts gem implicitly depends on the json gem.
    On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is
    not explicitly pulled in by the hiera gem. So we add it
    here explicitly.
    Colleen Murphy committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    a3fe30b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from cmurphy/master

    Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
    Morgan Haskel committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    51b503d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Merge remote-tracking branch 'origin/master' into WindowsTesting

    Conflicts:
    	lib/puppet/provider/java_ks/keytool.rb
    	spec/acceptance/keystore_spec.rb
    	spec/acceptance/private_key_spec.rb
    	spec/acceptance/truststore_spec.rb
    	spec/spec_helper_acceptance.rb
    Travis Fields committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    984a1cb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Configuration menu
    Copy the full SHA
    dd031b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from cyberious/WindowsTesting

    Add tests for windows and remove usage of OPENSSL to check MD5 as keytool has that capability
    hunner committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    2699b6c View commit details
    Browse the repository at this point in the history
  3. Fix spec_helper_acceptance for pe

    You only want to start the puppetmaster on non-windows boxes running
    FOSS tests.
    Morgan Haskel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    beba2c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from mhaskel/spec_helper_acceptance_fix

    Fix spec_helper_acceptance for pe
    cyberious committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    6b10cea View commit details
    Browse the repository at this point in the history
  5. More spec_helper_acceptance fixes

    Morgan Haskel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    7f1bf8e View commit details
    Browse the repository at this point in the history