summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster/base.pp
blob: 8c9015350802dbad111116804e16f34ae3a0eb16 (plain)
1
2
3
4
5
6
7
8
9
class puppet::puppetmaster::cluster::base inherits puppet::puppetmaster::base {

  include mongrel, nginx
  
  File[puppet_config] {
    require +> [ Package[mongrel], Package[nginx], File[nginx_config] ],
  }
}