summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/fcgiwrap.pp
blob: fa667d191894138c64f87c2c498be14bfbf82c16 (plain)
1
2
3
4
5
6
7
8
class profiles::fcgiwrap {
  ensure_packages(['fcgiwrap'])

  service { 'fcgiwrap.socket':
    ensure => running,
    enable => true,
  }
}