Install logrotate formula during SaltMaster bootstrap
Logrotate is basic system functionality we should manage on each host.
Since we are going to add it to linux.single metadata, it should be
preinstalled on cfg node to render pillar successfully.
Change-Id: I72aecb3a9ce4010e5cb43fa323c8b7e54c5f9243
Related-Prod: PROD-19346
diff --git a/classes/cluster/virtual-mcp11-dvr/.env b/classes/cluster/virtual-mcp11-dvr/.env
index 86d851f..4119a14 100644
--- a/classes/cluster/virtual-mcp11-dvr/.env
+++ b/classes/cluster/virtual-mcp11-dvr/.env
@@ -1 +1 @@
-EXTRA_FORMULAS="ntp sphinx nginx heka grafana rsyslog prometheus telegraf memcached collectd fluentd"
\ No newline at end of file
+EXTRA_FORMULAS="ntp sphinx nginx heka grafana rsyslog prometheus telegraf memcached collectd fluentd logrotate"
\ No newline at end of file