Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created April 26, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/0f66424c0fbe9760ba8015bc54686d24 to your computer and use it in GitHub Desktop.
Save b4ldr/0f66424c0fbe9760ba8015bc54686d24 to your computer and use it in GitHub Desktop.
class profile::standard (
Boolean $has_default_mail_relay = lookup('profile::standard::has_default_mail_relay', {'default_value' => true}),
Boolean $has_admin = lookup('profile::standard::has_admin', {'default_value' => true}),
) {
class {'standard':
has_default_mail_relay => $has_default_mail_relay
has_admin => $has_admin
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment