Skip to content

Commit 2164017

Browse files
committed
Release 0.4.0
1 parent 13c70f5 commit 2164017

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v1.0.0](https://github.com/treydock/puppet-kdump/tree/v1.0.0) (2019-08-19)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-kdump/compare/v0.3.0...v1.0.0)
8+
9+
### Changed
10+
11+
- Change facts used by module [\#13](https://github.com/treydock/puppet-kdump/pull/13) ([treydock](https://github.com/treydock))
12+
13+
### Added
14+
15+
- Only start kdump service if crashkernel kernel argument present [\#14](https://github.com/treydock/puppet-kdump/pull/14) ([treydock](https://github.com/treydock))
16+
517
## [v0.3.0](https://github.com/treydock/puppet-kdump/tree/v0.3.0) (2019-08-19)
618

719
[Full Changelog](https://github.com/treydock/puppet-kdump/compare/0.2.0...v0.3.0)

REFERENCE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ Manage kdump
1515

1616
#### Examples
1717

18-
##### Use default actions of ensuring kdump is running
18+
##### Use default actions of ensuring kdump is stopped
1919

2020
```puppet
2121
class { 'kdump': }
2222
```
2323

24-
##### Example of how to disable kdump
24+
##### Example of how to enable kdump
2525

2626
```puppet
2727
class { 'kdump':
28-
service_ensure => 'stopped',
29-
service_enable => false,
28+
enable => true,
3029
}
3130
```
3231

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-kdump",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "treydock",
55
"summary": "Kdump Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)