Skip to content

$template_option if not working in puppet 4 #56

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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