[Puppet Users] Re: plusignment syntax?

2012-07-20 Thread jcbollinger
On Friday, July 20, 2012 2:58:15 AM UTC-5, Brett Maton wrote: > > > I'm trying to add elements to an array with the plusingment operator. > However the following results in > > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Syntax error at '+>'; expected '}' at > /e

[Puppet Users] Re: plusignment syntax?

2012-07-20 Thread matonb
This does work though: class php::params { case $osmajor { '5': { $phpService = 'php53' $Modules = [ 'php-pecl-memcache', ] } default: { $phpService = 'php' $Modules = [ 'php-pecl-memcached