Test #1 for error free 1st run

This commit is contained in:
Keith Whyte 2018-02-23 11:25:10 +00:00
parent 3326f105f1
commit 53ba6815a3
6 changed files with 36 additions and 43 deletions

View file

@ -45,8 +45,8 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
require => Class['rhizo_base::apt'],
}
file { '/usr/lib/freeswitch/mod/mod_cdr_pg_csv.so':
source => 'puppet:///modules/rhizo_base/usr/lib/freeswitch/mod/mod_cdr_pg_csv.so',
file { '/usr/lib/freeswitch/mod/mod_g729.so':
source => 'puppet:///modules/rhizo_base/mod_g729.so',
require => Package['freeswitch'],
}
@ -59,6 +59,7 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
ensure => directory,
owner => 'freeswitch',
group => 'freeswitch',
require => Package['freeswitch']
}
systemd::unit_file { 'freeswitch.service':