Commit 8eacab27 authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Added reference to trigger as well

parent 770ab904
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -158,6 +158,16 @@ class freeradius (
    }
  }

  # Add trigger.conf snmp trap configuration 
  file { "${freeradius::fr_basepath}/trigger.conf":
    ensure  => file,
    mode    => '0644',
    owner   => 'root',
    group   => $freeradius::fr_group,
    content => template('freeradius/trigger.conf.erb'),
    require => [Package[$freeradius::fr_package], Group[$freeradius::fr_group]],
    notify  => Service['radiusd'],
  }
  # Set up concat policy file, as there is only one global policy
  # We also add standard header and footer
  concat { 'freeradius policy.conf':