Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 72d9e58 commit 2da1ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/navbar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
mode => '0644',
content => join([
'# File managed by Puppet - DO NOT EDIT',
stdlib::to_yaml($_content),
to_yaml($_content),
'',
], '\n'),
}
Expand Down

0 comments on commit 2da1ed6

Please sign in to comment.