Enable Service[apache]

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-30 12:04:48 +02:00
parent 97a2e84d16
commit 7c6672fc36
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class apache {
service { $apache:
ensure => running,
enable => true,
alias => 'apache',
require => Package['apache'],
}