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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.4
Choose a base ref
...
head repository: puppetlabs/puppetlabs-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.5
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 17, 2011

  1. Add Debian based distro support.

    This change separates the package resource into an implementation
    class following the composite class pattern.
    
    In addition, the _real variables have been removed to prevent
    confusion.
    
    The validation functions have been updated to support a more
    clear regular expression.
    
    The debian package names are different, so conditional logic
    is required to set a debian based distro specific variable
    for the Java distribution name.
    
    While the puppet resources work, there is currently an issue
    on Lucid where the package REQUIRES interactive installation
    to accept the license agreement.  This will need to be fixed
    for fully automated deployment on apt based systems.
    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    e09792c View commit details
    Browse the repository at this point in the history
  2. Update the module example test manifest

    This change provides a clear indication about how relationships
    are expected to be managed when the end user consumes the module.
    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    1254456 View commit details
    Browse the repository at this point in the history
  3. Update README for apt and rpm based platforms.

    Package management for Lucid requires the partner
    repository to be enabled.  This change documents
    that fact.
    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    8aa2053 View commit details
    Browse the repository at this point in the history
  4. Bump stdlib module dependency to 0.1.6

    This change is required because the anchor resource type
    is not available in versions of puppetlabs-stdlib < 0.1.6
    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    0b54160 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ticket/master/X_debian_support'

    * ticket/master/X_debian_support:
      Bump stdlib module dependency to 0.1.6
      Update README for apt and rpm based platforms.
      Update the module example test manifest
      Add Debian based distro support.
    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    babdde5 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG for version 0.1.5

    Jeff McCune committed Jun 17, 2011
    Configuration menu
    Copy the full SHA
    8a7c2fc View commit details
    Browse the repository at this point in the history
Loading