Don't override the default mime list, it breaks A LOT of things!

This commit is contained in:
Jake Howard 2018-03-04 21:16:03 +00:00
parent 6ec68eef81
commit 700af0c3c2
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -72,7 +72,7 @@ class config {
file { 'Default applications configuration':
ensure => file,
mode => '0644',
path => '/usr/share/applications/defaults.list',
path => '/home/jake/.config/mimeapps.list',
source => 'puppet:///modules/config/mimeapps.list'
}