Skip to content

Instantly share code, notes, and snippets.

@big-samantha
Created September 22, 2012 19:18
Show Gist options
  • Save big-samantha/3767493 to your computer and use it in GitHub Desktop.
Save big-samantha/3767493 to your computer and use it in GitHub Desktop.
class apache::mod::php {
apache::mod { 'php5': }
file { "${apache::params::moddir}/php.conf":
ensure => link,
target => "$apache::params::modsource/php5.conf",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment