Displaying 1 result from an estimated 1 matches for "myprivatenetwork".
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...;s new concepts and features.
Anyway consider this for the sake of argument:
- node server1.hostingcompanyAlpha.com
-- hosted on a dedicated server at provider Alpha
-- production
- node server2.hostingcompanyBeta.net
-- hosted on a dedicated server at provider Beta
-- production
- node staging.myprivatenetwork.priv
-- hosted on my customer''s private network
-- staging/QA
- node dev.myprivatenetwork.priv
-- hosted on my customer''s private network
-- development server
Those four nodes must host the same elements:
- Apache HTTPD with multiple VHosts
- PHP
- Extra software ...
There ar...