[%#
Variables passed in:
pkgs - String containing all of the installed legacy EA3 RPMs
For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates
-%]
[%-
PROCESS "include/colors.tmpl";
PROCESS "include/styles.tmpl";
PROCESS 'include/code_block.tmpl';
WRAPPER 'wrapper/main.html.tmpl';
-%]
<p>
[% CPANEL.locale.maketext("You’re receiving this notification because your server has legacy EasyApache 3 RPMs installed. We removed support for EA3 in [asis,cPanel amp() WHM] version 76.") %]
</p>
<p>
[% CPANEL.locale.maketext("To remove these files, run the following command in either WHM’s Terminal interface or on the command line:") %]
</p>
<p>
[% code_block(formatted_code => 'yum -y remove ' _ NOTICE.pkgs) %]
</p>
[% END %]