search for: prod_webserver

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

2011 Sep 11
3
cucumber puppet - ymllookups
...t I can use to test all the developer contributed modules against before they get merged into trunk. I want to run a test like this: Feature: php In order to run a client webserver As an admin I want zend php to be installed Scenario: Installing PHP Given a node of class "roles::prod_webserver" with parameters: | name | value | | php_type | php_zend | When I compile the catalog Then package "zend-server-ce-php-5.3" should be "present" ...... ...... The issue here is that class roles::prod_webserver doesn''t expect to be...