This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
128 lines (97 loc) · 4.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
* Wed Dec 07 2016 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.0-0
- Use simp_options module for global catalysts
* Thu Dec 01 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.0.0-0
- Updated to use the environment-aware rsync in SIMP 6
* Mon Nov 21 2016 Chris Tessmer <chris.tessmer@onyxpoint.com> - 5.0.0-0
- Complaince Map removal and general housekeeping
- templates updated to new syntax
- some spec tests were fixed.
* Fri Sep 30 2016 Trevor Vaughan <tvaughan@onyxpoint.com> - 5.0.0-0
- Updated to use the version of 'simpcat' that does not conflict with
'puppetlabs/concat'.
* Thu Feb 18 2016 Chris Tessmer <chris.tessmer@onyxpoint.com> - 4.1.0-5
- Minor linting fixes
* Mon Nov 09 2015 Chris Tessmer <chris.tessmer@onypoint.com> - 4.1.0-4
- migration to simplib and simpcat (lib/ only)
* Fri Jan 16 2015 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-3
- Changed puppet-server requirement to puppet
* Sun Jun 22 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-2
- Removed MD5 file checksums for FIPS compliance.
* Mon May 19 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-1
- Removed stock classes and corresponding spec tests so they can be ported to the SIMP module.
* Wed Apr 30 2014 Kendall Moore <kmoore@keywcorp.com> - 4.1.0-0
- Refactored all manifests to pass lint tests.
- Removed all singleton defines.
- Added spec tests.
* Tue Apr 22 2014 Trevor Vaughan <tvaughan@onyxpoint.com> - 4.1.0-0
- Updated to use hiera to replace all globals.
* Thu Feb 13 2014 Kendall Moore <kmoore@keywcorp.com> - 2.0.1-2
- Updated all boolean strings to native booleans.
* Mon Oct 07 2013 Kendall Moore <kmoore@keywcorp.com> - 2.0.1-1
- Updated all erb templates to properly scope variables.
* Fri Jul 26 2013 Trevor Vaughan <tvaughan@onyxpoint.com> - 2.0.1-0
- Changed all calls to file_line to simp_file_line.
* Mon Feb 25 2013 Maintenance
2.0.0-9
- Added a call to $::rsync_timeout to the rsync call since it is now required.
- Edited the Cucumber test to include correct class.
* Mon Jan 07 2013 Maintenance
2.0.0-8
- Created a Cucumber test to install and configure an snmpd stock server
and ensure that the snmpd service is running.
* Wed Apr 11 2012 Maintenance
2.0.0-7
- Now use the Puppet Labs stdlib function 'file_line' instead of
'functions::append_if_no_such_line'
- Moved mit-tests to /usr/share/simp...
- Updated pp files to better meet Puppet's recommended style guide.
* Fri Mar 02 2012 Maintenance
2.0.0-6
- Improved test stubs.
* Mon Dec 19 2011 Maintenance
2.0.0-5
- Updated the spec file to not require a separate file list.
- Added a '1' after dontLogTCPWrappersConnects to make it actually take effect.
* Mon Dec 05 2011 Maintenance
2.0.0-4
- No longer restart snmpd every time an rsync happens. This was due to the
extended ACLs getting overwritten which should not have been done.
* Mon Nov 14 2011 Maintenance
2.0.0-3
- Updated to add a stock class and fix some issues with running as a non-root
user. Snmpd now runs as snmpd/snmpd by default under uid/gid 333.
* Mon Oct 10 2011 Maintenance
2.0.0-2
- Updated to put quotes around everything that need it in a comparison
statement so that puppet > 2.5 doesn't explode with an undef error.
* Fri Feb 11 2011 Maintenance - 2.0.0-1
- Changed all instances of defined(Class['foo']) to defined('foo') per the
directions from the Puppet mailing list.
- Updated to use rsync native type
- Updated to use concat_build and concat_fragment types.
* Tue Jan 11 2011 Maintenance
2.0.0-0
- Refactored for SIMP-2.0.0-alpha release
* Fri Nov 05 2010 Maintenance - 1.0-3
- /etc/snmp/snmpd.conf is now owned by root.snmp
* Tue Oct 26 2010 Maintenance - 1.0-2
- Converting all spec files to check for directories prior to copy.
* Thu Sep 09 2010 Maintenance
1.0-1
- Replaced tcpwrappers::tcpwrappers_allow with tcpwrappers::allow.
* Tue May 25 2010 Maintenance
1.0-0
- Renamed the snmp module to snmpd as it should have been to begin with.
* Tue Apr 27 2010 Maintenance
0.1-3
- Had misplaced '$' signs in the main define.
* Thu Jan 28 2010 Maintenance
0.1-2
- Now ensure that all snmp templates pre-fill return string values. Previously,
this could have ended up with a 'nil' evaluation and execution falut.
* Mon Nov 02 2009 Morgan Haskel <morgan.haskel@onyxpoint.com> - 0.1-1
- Tested version with all modules.
- SNMPD should be fully templated.
- snmptrapd has not yet been covered.
* Tue Oct 20 2009 Morgan Haskel <morgan.haskel@onyxpoint.com> - 0.1-0
- Initial Release