forked from voxpupuli/puppet-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor module to use Hiera databindings. Use parameterized class.
See README file / class documentation.
- Loading branch information
1 parent
58786a3
commit 508a427
Showing
14 changed files
with
239 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name 'brycejohnson-jira' | ||
version '0.0.2' | ||
source 'https://github.com/brycejohnson/puppet-jira.git' | ||
author 'brycejohnson' | ||
license 'Apache License, Version 2.0' | ||
summary 'Module to install Jira' | ||
description 'Module to install Jira' | ||
project_page 'https://github.com/brycejohnson/puppet-jira/blob/master/README.md' | ||
|
||
## Add dependencies, if any: | ||
dependency 'mkrakowitzer/deploy', '>= 0.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.