mirror of https://github.com/Icinga/icinga2.git
Vagrant: Make sure apache and mysql are enabled.
This commit is contained in:
parent
bccf1ce00f
commit
bde4f112ad
|
@ -25,6 +25,7 @@ class apache {
|
|||
}
|
||||
|
||||
service { $apache:
|
||||
enable => true,
|
||||
ensure => running,
|
||||
alias => 'apache',
|
||||
require => Package['apache']
|
||||
|
|
|
@ -24,6 +24,7 @@ class mysql {
|
|||
}
|
||||
|
||||
service { 'mysqld':
|
||||
enable => true,
|
||||
ensure => running,
|
||||
require => Package['mysql-server']
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue