Commit b2714c80 authored by Nathan Ward's avatar Nathan Ward
Browse files

Allow anyone to read the dictionary

parent ca994084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ class freeradius (
  concat { "${freeradius::fr_basepath}/dictionary":
    owner   => 'root',
    group   => $freeradius::fr_group,
    mode    => '0640',
    mode    => '0644',
    require => [Package[$freeradius::fr_package], Group[$freeradius::fr_group]],
  }
  concat::fragment { 'dictionary_header':
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ describe 'freeradius' do
        is_expected.to contain_concat('/etc/raddb/dictionary')
          .with(
            'group'   => 'radiusd',
            'mode'    => '0640',
            'mode'    => '0644',
            'owner'   => 'root',
          )
          .that_requires('Package[freeradius]')