search for: _zone

Displaying 2 results from an estimated 2 matches for "_zone".

Did you mean: zone
2013 Jul 12
1
ERB template pain
...''GG'' }, prod => { id => 1, name => ''Info'' } } In some other class, which I apply to a node I have defined file from a templete, where I want to use those values depending on the zone property. <% $zone = scope.lookupvar(''y::_zone'') $c_data = scope.lookupvar(''x::control[${zone}]'') -%> The zone property is OK and equals to dev. I can''t access the $c_data as in looks like nil (undefined). And I need to output something as: ID=<%= $c_data[''id''] %> which fails wi...
2002 Dec 19
0
Another Little Patch
...rewall =================================================================== RCS file: /usr/local/cvs/Shorewall/firewall,v retrieving revision 1.146 diff -a -u -r1.146 firewall --- firewall 19 Dec 2002 20:14:10 -0000 1.146 +++ firewall 19 Dec 2002 21:14:14 -0000 @@ -597,7 +597,7 @@ eval ${interface}_zone="$z" eval ${interface}_options=\"$options\" - for option in `separate_list $options`; do + for option in $options; do case $option in dhcp|noping|filterping|routestopped|norfc1918|multi|tcpflags) ;; @@ -2160,8 +2160,8 @@ if [ "$loglevel&q...