search for: devproductname01

Displaying 1 result from an estimated 1 matches for "devproductname01".

2007 Apr 04
6
Best practice, dev/test/staging/production environments
I like the Stanford Best Practices guide for puppet. One thing I didn''t see it address was handling of separate environments, for example Dev, Test, Staging, Production. My thoughts on this so far, are: brainstorm #1) Handle environment differences with metadata: node devProductName01 { $env = "dev" include ProductName-webserver } node testProductName01 { $env = "test" include ProductName-webserver } class ProductName-webserver inherits webserver { file { "/etc/httpd/conf/httpd.conf": content => template("/pupp...