This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 require php
99
1010 exec { 'download-php-composer' :
11- command => " curl -sS -o ${php::config::root} /bin/composer http ://getcomposer.org/download/1.0.0-alpha7 /composer.phar" ,
12- unless => " [ -f ${php::config::root} /bin/composer ] && [ \" `md5 -q ${php::config::root} /bin/composer`\" = \" ef51599395560988ea3e16912bfd70f8 \" ]" ,
11+ command => " curl -sS -o ${php::config::root} /bin/composer https ://getcomposer.org/download/1.0.0-alpha8 /composer.phar" ,
12+ unless => " [ -f ${php::config::root} /bin/composer ] && [ \" `md5 -q ${php::config::root} /bin/composer`\" = \" df1001975035f07d09307bf1f1e62584 \" ]" ,
1313 cwd => $php::config::root ,
1414 require => Exec[' phpenv-setup-root-repo' ]
1515 } ->
Original file line number Diff line number Diff line change 77 should include_class ( "php" )
88
99 should contain_exec ( "download-php-composer" ) . with ( {
10- :command => "curl -sS -o /test/boxen/phpenv/bin/composer http ://getcomposer.org/download/1.0.0-alpha7 /composer.phar" ,
11- :unless => "[ -f /test/boxen/phpenv/bin/composer ] && [ \" `md5 -q /test/boxen/phpenv/bin/composer`\" = \" ef51599395560988ea3e16912bfd70f8 \" ]" ,
10+ :command => "curl -sS -o /test/boxen/phpenv/bin/composer https ://getcomposer.org/download/1.0.0-alpha8 /composer.phar" ,
11+ :unless => "[ -f /test/boxen/phpenv/bin/composer ] && [ \" `md5 -q /test/boxen/phpenv/bin/composer`\" = \" df1001975035f07d09307bf1f1e62584 \" ]" ,
1212 :cwd => "/test/boxen/phpenv" ,
1313 :require => "Exec[phpenv-setup-root-repo]"
1414 } )
You can’t perform that action at this time.
0 commit comments