Skip to content

Commit

Permalink
try to fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 2da1ed6 commit 8c46d95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/navbar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
) {
if $include_default {
$_content = {
nav_bar => join([
nav_bar => [
'apps',
'files',
'jobs',
'clusters',
'interactive apps',
$navbar_items,
'sessions',
]),
help_bar => join([
],
help_bar => [
$helpbar_items,
'develop',
'help',
'user',
'logout',
]),
],
}
} else {
if ! $navbar_items and ! $helpbar_items {
Expand All @@ -50,6 +50,6 @@
'# File managed by Puppet - DO NOT EDIT',
to_yaml($_content),
'',
], '\n'),
], "\n"),
}
}

0 comments on commit 8c46d95

Please sign in to comment.