Skip to content

Commit

Permalink
Make apt a soft dependency per style guide, document Java requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
William Yardley committed Sep 16, 2017
1 parent 925b428 commit 2f3923a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,19 @@ The rundeck puppet module for installing and managing [Rundeck](http://rundeck.o
## Module Description

This module provides a way to manage the installation and configuration of
rundeck, it's projects, jobs and plugins.
rundeck, its projects, jobs and plugins.

## Setup

### Setup requirements

You need a compatible version of Java installed; you can use the
[puppetlabs/java](https://github.com/puppetlabs/puppetlabs-java) module if there
isn't already a suitable version.

On systems that use apt, there's a soft dependency on the
[puppetlabs/apt](https://github.com/puppetlabs/puppetlabs-apt) module.

### Classes and Defined Types

#### Class: `rundeck`
Expand Down
4 changes: 0 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
{
"name": "puppetlabs/java_ks",
"version_requirement": ">= 1.3.1 < 2.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.2.0 < 4.1.0"
}
],
"requirements": [
Expand Down

0 comments on commit 2f3923a

Please sign in to comment.