Skip to content

Commit

Permalink
Update changelog, fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Feb 7, 2024
1 parent 02577af commit 8265b65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# deric-beegfs Changelog

## 2024-02-07 Release 0.8.1

- Fix unknown variables, revert to using inheritance [#35](https://github.com/deric/puppet-beegfs/issues/35)

[Full changes](https://github.com/deric/puppet-beegfs/compare/v0.8.0...v0.8.1)


## 2024-02-03 Release 0.8.0

- Add optional `sys_file_event_log_mask` parameter [#33](https://github.com/deric/puppet-beegfs/pull/33)
Expand Down
1 change: 0 additions & 1 deletion manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
Boolean $manage_service = true,
Optional[String] $sys_file_event_log_mask = undef,
) inherits beegfs {

ensure_packages($kernel_packages, {
'ensure' => $kernel_ensure,
}
Expand Down
1 change: 0 additions & 1 deletion manifests/meta.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
Optional[Stdlib::AbsolutePath] $conn_auth_file = $beegfs::conn_auth_file,
Optional[String] $sys_file_event_log_target = undef,
) inherits beegfs {

package { 'beegfs-meta':
ensure => $package_ensure,
require => Class['beegfs::install'],
Expand Down
1 change: 0 additions & 1 deletion manifests/mgmtd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
Stdlib::Port $mgmtd_udp_port = $beegfs::mgmtd_udp_port,
Optional[Stdlib::AbsolutePath] $conn_auth_file = $beegfs::conn_auth_file,
) inherits beegfs {

$_release_major = beegfs::release_to_major($beegfs::release)

package { 'beegfs-mgmtd':
Expand Down
1 change: 0 additions & 1 deletion manifests/storage.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
Boolean $enable_rdma = $beegfs::enable_rdma,
Optional[Stdlib::AbsolutePath] $conn_auth_file = $beegfs::conn_auth_file,
) inherits beegfs {

$_release_major = beegfs::release_to_major($beegfs::release)

file { $storage_directory:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deric-beegfs",
"version": "0.9.0",
"version": "0.8.1",
"author": "deric",
"summary": "Manage BeeGFS parallel filesystem installations",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8265b65

Please sign in to comment.