Skip to content

Instantly share code, notes, and snippets.

@ares
Created February 8, 2022 16:59
Show Gist options
  • Save ares/272930db603023f9e7519f0c11db7d72 to your computer and use it in GitHub Desktop.
Save ares/272930db603023f9e7519f0c11db7d72 to your computer and use it in GitHub Desktop.
<% if puppet_enabled %>
<% if host_param_true?('enable-puppetlabs-repo') || host_param_true?('enable-official-puppet7-repo') || host_param_true?('enable-puppetlabs-puppet6-repo')|| host_param_true?('enable-puppetlabs-puppet5-repo') -%>
<%= snippet 'puppetlabs_repo' %>
<% end -%>
<%= snippet 'puppet_setup' %>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment