summaryrefslogtreecommitdiff
path: root/manifests/web/lighttpd/base.pp
blob: 26fd225f2c40b6664769376c7abecb58583bf63b (plain)
1
2
3
4
5
6
7
class git::web::lighttpd::base {
    File['/etc/lighttpd/lighttpd.conf']{
        source => [ "puppet://$server/files/git/web/${fqdn}/lighttpd.conf",
                    "puppet://$server/files/git/web/lighttpd.conf",
                    "puppet://$server/git/web/lighttpd.conf" ],
    }
}