# exit policies define tor::daemon::exit_policy( $ensure = 'present', $accept = [], $reject = [], $reject_private = 1, ) { if $ensure == 'present' { concat::fragment { "07.exit_policy.${name}": content => template('tor/torrc.exit_policy.erb'), order => '07', target => $tor::daemon::config_file, } } }