Skip to content

Instantly share code, notes, and snippets.

@jpadams
Created December 13, 2014 17:50
Show Gist options
  • Save jpadams/954ff03a34b23ca93a71 to your computer and use it in GitHub Desktop.
Save jpadams/954ff03a34b23ca93a71 to your computer and use it in GitHub Desktop.
if $osfamily == 'RedHat' {
include profile::ntp
if $physicalprocessorcount > 2 {
include profile::apache
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment