Skip to content

Instantly share code, notes, and snippets.

@lukeab
Created July 4, 2016 10:45
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 lukeab/6566c40d44c4536d3a992153d7870f87 to your computer and use it in GitHub Desktop.
Save lukeab/6566c40d44c4536d3a992153d7870f87 to your computer and use it in GitHub Desktop.
simple list extensin
$packages= [
$phpmysql,
"${phpprefix}-pdo",
"${phpprefix}-gd",
"${phpprefix}-soap",
"${phpprefix}-mbstring",
"${phpprefix}-xml",
"${phpprefix}-opcache",
]
if ($::webapp::php_devel) {
$packages += [
"${phpprefix}-devel",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment