rhizo_base: Whitespace fixes
This commit should not change behavior.
This commit is contained in:
parent
f2ebee2018
commit
633c08fcf5
4 changed files with 16 additions and 16 deletions
|
@ -53,7 +53,7 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
|
||||||
[ 'freeswitch-mod-g729' ]:
|
[ 'freeswitch-mod-g729' ]:
|
||||||
ensure => purged,
|
ensure => purged,
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/default/freeswitch':
|
file { '/etc/default/freeswitch':
|
||||||
source => 'puppet:///modules/rhizo_base/etc/default/freeswitch',
|
source => 'puppet:///modules/rhizo_base/etc/default/freeswitch',
|
||||||
|
@ -68,11 +68,11 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
|
||||||
|
|
||||||
systemd::unit_file { 'freeswitch.service':
|
systemd::unit_file { 'freeswitch.service':
|
||||||
source => "puppet:///modules/rhizo_base/freeswitch.service",
|
source => "puppet:///modules/rhizo_base/freeswitch.service",
|
||||||
}
|
}
|
||||||
|
|
||||||
systemd::tmpfile { 'freeswitch.tmpfile':
|
systemd::tmpfile { 'freeswitch.tmpfile':
|
||||||
source => "puppet:///modules/rhizo_base/freeswitch.tmpfile",
|
source => "puppet:///modules/rhizo_base/freeswitch.tmpfile",
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue