Spell checkers unfortunately don't come packaged for regions, so after installing English, French and German dictionaries I get this huge collection:
$ find /usr/share/myspell/dicts/ -name '*.dic' | cut -d '/' -f 6 | cut -d '.' -f 1 | sort
de_AT
de_BE
de_CH
de_DE
de_LI
de_LU
en_AG
en_AU
en_BS
en_BW
en_BZ
en_CA
en_DK
en_GB
en_GH
en_HK
en_IE
en_IN
en_JM
en_NA
en_NG
en_NZ
en_PH
en_SG
en_TT
en_US
en_ZA
en_ZW
fr_BE
fr_CA
fr_CH
fr_FR
fr_LU
English as spoken in Denmark, where it's not even an official language? Anyway, I'd like to keep de_CH*, de_DE*, en_GB*, en_US*, and fr_FR*, and delete all other files. Is there a way to achieve that using Puppet?