summaryrefslogtreecommitdiff
path: root/spec/fixtures/releases/jamtur01-apache/manifests/php.pp
blob: 0827e80432f151b6c081d463f7004cf242a3a3f5 (plain)
1
2
3
4
5
class apache::php{
  package{'libapache2-mod-php5':
    ensure => present,
  }
}