Skip to content

Commit 6fb3741

Browse files
committed
Remove useless notice
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.
1 parent fad5928 commit 6fb3741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manifests/init.pp

-2
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,6 @@
808808
'error_documents_path' => $error_documents_path,
809809
}
810810

811-
notice $conf_template
812-
813811
file { "${apache::conf_dir}/${apache::params::conf_file}":
814812
ensure => file,
815813
mode => $apache::file_mode,

0 commit comments

Comments
 (0)