Skip to content

Instantly share code, notes, and snippets.

@binford2k
Created September 21, 2018 19:42
Show Gist options
  • Save binford2k/b24c4c1b794faa41710da55763911cc7 to your computer and use it in GitHub Desktop.
Save binford2k/b24c4c1b794faa41710da55763911cc7 to your computer and use it in GitHub Desktop.
define nginx::conf (
Optional[String] $source = undef,
Enum[
'reload','restart',
'configtest','upgrade',
] $service_action = 'upgrade',
) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment