Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active August 29, 2015 14:11
Show Gist options
  • Save jpadams/2a7ce578ab07a630af9b to your computer and use it in GitHub Desktop.
Save jpadams/2a7ce578ab07a630af9b to your computer and use it in GitHub Desktop.
class profile::ntp ($servers_array) {
class { 'ntp':
servers => $servers_array,
}
}
class profile::apache {
include apache
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment