# Sets up fciwrap, probably to be used in conjunction with nginx class profiles::fcgiwrap { ensure_packages(['fcgiwrap']) service { 'fcgiwrap.socket': ensure => running, enable => true, } }