Commit 4da51861 authored by Scotty Logan's avatar Scotty Logan
Browse files

ignoring localedef errors

parent 9fa540e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ class base (
      command     => "/usr/bin/localedef -v -c -i ${lang} -f ${charset} ${locale}",
      subscribe   => File['/etc/locale.conf'],
      refreshonly => true,
      returns     => [ 0, 1 ],
    }
  }
}