# Vhosts not in LDAP (too much options)
file { "/etc/apache2/sites-enabled-noldap":
owner => root,
group => root,
source => "puppet://$fileserver/files/apps/apache/sites-enabled-$wwwpool",
recurse => true,
require => File["/etc/apache2/apache2.conf"],
notify => Service["apache2"]
}