Vagrant: Install mailx, vim-enhanced.

Fixes #5707
This commit is contained in:
Michael Friedrich 2014-03-04 16:19:28 +01:00
parent f86cb48563
commit 05810f053d

View File

@ -12,6 +12,10 @@ file { '/etc/httpd/conf.d/icinga2-doc.conf':
notify => Service['apache']
}
package { [ 'vim-enhanced', 'mailx' ]:
ensure => 'installed'
}
file { '/etc/motd':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/motd',
owner => root,