zend-patterns / ZendServerPuppet

ZendServerPuppet
Apache License 2.0
6 stars 16 forks source link

$template_option if not working in puppet 4 #56

Open ubellavance opened 7 years ago

ubellavance commented 7 years ago

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.

ubellavance commented 7 years ago

Please create and assign a label named "puppet4"