* Add Postfix to the recommended packages.

This commit is contained in:
gardouille 2015-12-11 09:07:28 +01:00
parent 6575e2d3e1
commit 88158e8814
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@
* The PVE Kernel is newer than the default Debian one, so doesn't need grub-set-default anymore.
* Remove OpenVZ configuration for the Hypervisor.
* Ensure to run a 'full-upgrade' once repository added.
* Add Postfix to the recommended packages.

View File

@ -12,7 +12,7 @@ class proxmox4::params {
$kernel_pkg_name = [ 'pve-kernel-4.2.6-1-pve' ]
# Recommended packages
$rec_pkg_name = [ 'ntp', 'ssh', 'lvm2', 'bridge-utils' ]
$rec_pkg_name = [ 'bridge-utils', 'lvm2', 'ntp', 'postfix', 'ssh' ]
# Old useless packages
$old_pkg_ensure = 'absent'