aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
blob: 96ae58d90b2672385f41704cd1ed86ca8ef893d5 (plain)
1
2
3
4
5
6
7
8
class websites {
    # should expire on June 2011
    class donate {
        apache::vhost_other_app { "donate.$domain":
            vhost_file => "websites/vhost_donate.conf",
        }
    }
}