Last active
April 18, 2018 18:13
-
-
Save binford2k/65b2b21d9fc468f98b5458ac7f3418c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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