Fix the Puppet manifests.

Fixes #5752
This commit is contained in:
Gunnar Beutner 2014-03-13 13:35:06 +01:00
parent 51dc2bea2d
commit 51f30f28dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ file { '/etc/httpd/conf.d/icinga2-doc.conf':
notify => Service['apache'] notify => Service['apache']
} }
package { [ 'vim-enhanced', 'mailx' ]: package { 'vim-enhanced':
ensure => 'installed' ensure => 'installed'
} }