Skip to content

Instantly share code, notes, and snippets.

@riton
Last active November 22, 2019 18:47
Show Gist options
  • Save riton/12ff064c2e94fe77ccb0810f88ecf638 to your computer and use it in GitHub Desktop.
Save riton/12ff064c2e94fe77ccb0810f88ecf638 to your computer and use it in GitHub Desktop.
puppet-modules-update-dephell-03
# Original code
# from https://github.com/puppetlabs/puppetlabs-apache/blob/master/manifests/listen.pp
define apache::listen {
# [... EDITED ...]
concat::fragment { "Listen ${listen_addr_port}":
# [... EDITED ...]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment