Skip to content

Allow version targeting and auto-upgrading #7

@smerchek

Description

@smerchek

Currently, the package is only installed once. If new versions are present, they are not installed. There is also no way to force an upgrade with this module.

It should be possible to pass through the ensure setting as specified in the Puppet Documentation.

This will allow a specific version like 7u55-0~webupd8~1 (see http://www.ubuntuupdates.org/package/webupd8_java/precise/main/base/oracle-java7-installer for a list of versions).

Example Usage

class { 'java7':
   ensure => '7u55-0~webupd8~1',
}

The default should be installed to maintain backwards compatibility. It is also not desirable to auto-update java as there can often be breaking changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions