Skip to content

Commit

Permalink
remove unused class param
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 6d1bd10 commit f3ed098
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@
# @param enable_xdmod_export
# Whether to set up xdmod_export for ACCESS metrics
#
# @param navbar_items
# Hash of custom items to add to the navbar
# If left undefined, use the default navbar
#
# @example
# include profile_ondemand
class profile_ondemand (
String $nodejs_version,
String $ruby_version,
Hash $crons,
Boolean $enable_xdmod_export = false,
Hash $navbar_items = undef,
) {
include apache::mod::rewrite
include apache::mod::env
Expand Down

0 comments on commit f3ed098

Please sign in to comment.