# begin vhost for <%= @fqdn %> > ServerName <%= @fqdn %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config > Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All # end site config # end vhost for <%= @fqdn %>