This code doesn't seem to be working in puppet 4: ``` $template_option = $template ? { '' => '', default => "--template=${template}" } ``` Adding a vhost without specifying the template doesn't work. The if must be revised.