summaryrefslogtreecommitdiff
path: root/manifests/web/lighttpd/base.pp
blob: 43ad48ff7347401ccf70454db8940853b8ffa4c0 (plain)
1
2
3
4
5
6
7
class lighttpd::base::git::web inherits 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" ],
    }
}