class nodo::subsystem::fontconfig { package { 'fontconfig': ensure => present, } exec { 'fontconfig-reconfigure': command => 'dpkg-reconfigure fontconfig', refreshonly => true, user => 'root', } }