Skip to content

Commit

Permalink
Remove useless notice
Browse files Browse the repository at this point in the history
This was probably added while refactoring templates to help diagnose
issues and should have been removed before the relevant PR was merged
but slip through.

This serve no purpose and only log useless information in the
puppetserver log so get rid of it.
  • Loading branch information
smortex committed Nov 17, 2023
1 parent fad5928 commit 6fb3741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,6 @@
'error_documents_path' => $error_documents_path,
}

notice $conf_template

file { "${apache::conf_dir}/${apache::params::conf_file}":
ensure => file,
mode => $apache::file_mode,
Expand Down

0 comments on commit 6fb3741

Please sign in to comment.