rhizo_base: Whitespace fixes

This commit should not change behavior.
This commit is contained in:
Matt Johnson 2019-07-14 23:45:01 -05:00 committed by Keith Whyte
parent f2ebee2018
commit 633c08fcf5
4 changed files with 16 additions and 16 deletions

View file

@ -53,7 +53,7 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
[ 'freeswitch-mod-g729' ]:
ensure => purged,
require => Class['rhizo_base::apt'],
}
}
file { '/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':
source => "puppet:///modules/rhizo_base/freeswitch.service",
}
}
systemd::tmpfile { 'freeswitch.tmpfile':
source => "puppet:///modules/rhizo_base/freeswitch.tmpfile",
}
}
}