forked from stephenrjohnson/puppetmodule
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
50 lines (50 loc) · 2.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2012-08-28 - Stephen Johnson <[email protected]> - 0.0.2
* Revert inifile updating sheel scripts as it adds spaces
2012-08-31 - Stephen Johnson <[email protected]> - 0.0.3
* Fix reporting and add more spec tests
2012-09-05 - Stephen Johnson <[email protected]> - 0.0.4
* Add pluginsync support
* Fix issue with inherited file permissions
* Cleanup code to use resource defaults
2013-03-22 Stephen Johnson <[email protected]> - 0.0.5
* Updated dependencies
2013-03-29 Stephen Johnson <[email protected]> - 0.0.7
* Added redhat support
2013-05-01 Stephen Johnson <[email protected]> - 0.0.8
* Fix puppet site references
2013-05-12 Stephen Johnson <[email protected]> - 0.0.9
* Add srv record support to client
2013-07-22 Stephen Johnson <[email protected]> - 0.0.14
* Added support of version 0.8.0 of Apache module
2013-07-22 Stephen Johnson <[email protected]> - 0.0.15
* Use puppetlabs inifile
2013-10-04 Stephen Johnson <[email protected]> - 0.0.16
* Identation fixes
* Also add puppetmaster-common to get round version issue
* Add spec tests for puppetmaster-common
2013-10-04 Stephen Johnson <[email protected]> - 0.0.17
* Fix for puppetmaster-common not being in redhat repo
2013-10-27 Stephen Johnson <[email protected]> - 0.0.18
* Add RedHat spec tests <Pall Valmundsson>
* Add ServerSpec test <Pall Valmundsson>
* Fix issues with external run type for agent
* Remove dependencies on MIT Gpg Server
2013-11-10 Stephen Johnson <[email protected]> - 0.0.19
* Support configuring storeconfigs on an external puppetdb server <Pall Valmundsson>
2014-02-28 Stephen Johnson <[email protected]> - 0.0.20
* fix directory and file permissions <saz>
* add parameter for changing hiera_config value <saz>
* fix apache_custom_fragment template for apache2.4 <saz>
2014-04-29 Stephen Johnson <[email protected]> - 0.0.21
* added puppet agent option "ordering" <gigawhat>
* added puppet agent option "trusted_node_data"
* Beta Suse Support
2014-06-13 Stephen Johnson <[email protected]> - 0.0.22
* corrected the package name for FreeBSD <oillogicalimbecile>
* Added listen parameter for puppet agent to listen for connections <pythianjoseph>
* Added support for dns_alt_names <jyundt>
* Fix default encoding in config.ru <dvorak>
* Added reportserver parameter for puppet agent to send transaction <pythianjoseph>
2014-06-25 Stephen Johnson <[email protected]> - 0.0.23
* Fixed mis quoting for a few variables <lavoiesi>
* Add initial support for directory environments <crayfishx>