This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
- ##2015 -05-22 - Relese 1.2.0
1
+ ##2015 -09-11 - Release 2.0.0
2
+ ###Summary
3
+
4
+ ####Features
5
+ New defined type ` rundeck::config::aclpolicyfile `
6
+ Refactored plugin installation to use puppet/archive
7
+ Refactored ` rundeck::config::resource_source `
8
+ New class ` rundeck::facts ` to install rundeck facts and external facts
9
+ Added param ` server_web_context ` to pass into the JVM args
10
+ Add support for a different JAVA_HOME directory
11
+ Added new function to validate acl policies
12
+ Added support for PAM authentication
13
+
14
+ #### Bugfixes
15
+ Ensure service is restarted on all config changes
16
+ Support installing rundeck with non-default user and groups
17
+ Fixing bind CN for ldap configuration
18
+ Fix the projects directory default in framework.properties
19
+ Download packages over https
20
+
21
+ #### Breaking changes
22
+ Removed params ` plugin_dir ` , ` user ` and ` group ` from ` rundeck::config::plugin `
23
+ Removed params ` user ` and ` group ` from ` rundeck::config::resource_source `
24
+ Removed the management of the JRE
25
+ Changes the format of the acl polices hash - see params.pp for example.
26
+
27
+ ##2015 -05-22 - Release 1.2.0
2
28
###Summary
3
29
4
30
Support for API ACLS and some bug fixes for RedHat/CentOS
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppet-rundeck" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"author" : " puppetcommunity" ,
5
5
"license" : " Apache-2.0" ,
6
6
"summary" : " Module for managing the installatation and configuration of the rundeck orchestration tool" ,
You can’t perform that action at this time.
0 commit comments