Skip to content

Instantly share code, notes, and snippets.

@binford2k
Last active April 18, 2018 18:13
Show Gist options
  • Save binford2k/65b2b21d9fc468f98b5458ac7f3418c5 to your computer and use it in GitHub Desktop.
Save binford2k/65b2b21d9fc468f98b5458ac7f3418c5 to your computer and use it in GitHub Desktop.
class profile::webserver {
class{'::apache': }
apache::vhost { "vhost.example.com":
port => '80',
docroot => '/var/www/vhost',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment