Displaying 1 result from an estimated 1 matches for "php_zend".
2011 Sep 11
3
cucumber puppet - ymllookups
...d 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 passed any values, but there is a bunch of ymllookups that pull
values in from l...