Skip to content

Instantly share code, notes, and snippets.

@big-samantha
Created September 22, 2012 20:04
Show Gist options
  • Save big-samantha/3767642 to your computer and use it in GitHub Desktop.
Save big-samantha/3767642 to your computer and use it in GitHub Desktop.
#Include all vhosts to push to apache servers
class apache_manage::vhosts {
include
'apache_manage::vhosts::zachary_enterawesome_com'
}
class { 'apache_manage::vhosts': require => Class['apache_manage'] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment