Don't override the default mime list, it breaks A LOT of things!
This commit is contained in:
parent
6ec68eef81
commit
700af0c3c2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class config {
|
||||||
file { 'Default applications configuration':
|
file { 'Default applications configuration':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
path => '/usr/share/applications/defaults.list',
|
path => '/home/jake/.config/mimeapps.list',
|
||||||
source => 'puppet:///modules/config/mimeapps.list'
|
source => 'puppet:///modules/config/mimeapps.list'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue