Ensure removal of obsolete FS files
This commit is contained in:
parent
1fbe4aef12
commit
f993e23566
1 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,18 @@
|
|||
|
||||
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':
|
||||
ensure => directory,
|
||||
source => 'puppet:///modules/rhizo_base/tmp/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue