Remove the "ensure => stopped" from the services definition.

This commit is contained in:
Ciaby 2015-07-07 15:23:26 +02:00
parent d652133a80
commit e4f455e842
3 changed files with 0 additions and 3 deletions

View file

@ -54,7 +54,6 @@ class rhizo_base::freeswitch {
}
service { 'freeswitch':
ensure => stopped,
enable => false,
require => Package['freeswitch']
}