Skip to content

$template_option if not working in puppet 4 #56

@ubellavance

Description

@ubellavance

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions