summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
blob: 0b679247aed9cb6e89ec5d8d17a119dbbc1e01d2 (plain)
1
2
3
4
5
6
7
8
class lighttpd::debian inherits lighttpd::base {
  file{
    '/var/www/lighttpd':
      ensure => directory;
    '/var/www/index.lighttpd.html':
      ensure => absent,
  }
}