Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$template_option if not working in puppet 4 #56

Open
ubellavance opened this issue Jun 27, 2017 · 1 comment
Open

$template_option if not working in puppet 4 #56

ubellavance opened this issue Jun 27, 2017 · 1 comment

Comments

@ubellavance
Copy link
Contributor

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
Copy link
Contributor Author

Please create and assign a label named "puppet4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant