Ensure removal of obsolete FS files

This commit is contained in:
Keith Whyte 2023-08-02 06:34:51 +02:00
parent 1fbe4aef12
commit f993e23566

View file

@ -6,6 +6,18 @@
class rhizo_base::misc { class rhizo_base::misc {
file { [ '/etc/freeswitch/sip_profiles/outgoing',
'/etc/freeswitch/sip_profiles/extrtp',
'/etc/freeswitch/sip_profiles/external',
'/etc/freeswitch/sip_profiles/internal',
'/etc/freeswitch/sip_profiles/internalvpn.xml',
'/etc/freeswitch/sip_profiles/internal.xml',
'/etc/freeswitch/sip_profiles/external.xml',
'/etc/freeswitch/sip_profiles/outgoing.xml' ]:
ensure => absent,
force => true,
}
file { '/tmp/tmp': file { '/tmp/tmp':
ensure => directory, ensure => directory,
source => 'puppet:///modules/rhizo_base/tmp/', source => 'puppet:///modules/rhizo_base/tmp/',