File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ dependency 'puppetlabs/apt','>=1.0.0'
1414dependency ' example42/php' ,' >=2.0.17'
1515dependency ' example42/puppi' ,' >=1.0.0'
1616
17- version ' 1.0.52 '
17+ version ' 1.0.53 '
Original file line number Diff line number Diff line change 3434 Class[' phalconphp::deps::zephir' ],
3535 Exec[' git-pull-phalcon' ]],
3636 onlyif => ' test -f /tmp/cphalcon/config.json' ,
37- logoutput => true ,
37+ logoutput => true
3838 }
3939
4040 exec { 'install-phalcon-2.0' :
4141 command => ' zephir build' ,
4242 cwd => ' /tmp/cphalcon' ,
4343 require => [Exec[' generate-phalcon-2.0' ]],
44- logoutput => true ,
44+ logoutput => true
4545 }
4646 } else {
4747 exec { 'install-phalcon-2.0' :
4848 command => " /tmp/cphalcon/ext/install-test" ,
4949 cwd => ' /tmp/cphalcon/ext' ,
5050 require => [Exec[' git-pull-phalcon' ]],
5151 onlyif => ' test -f /tmp/cphalcon/ext/install-test' ,
52- logoutput => true ,
52+ logoutput => true
5353 }
5454 }
5555
5656 exec { 'remove-phalcon-src-2.0' :
5757 cwd => ' /tmp' ,
5858 command => ' rm ./cphalcon -R -f' ,
5959 require => [Exec[' install-phalcon-2.0' ]],
60- logoutput => true ,
60+ logoutput => true
6161 }
6262
6363 php::augeas { 'php-load-phalcon-2.0' :
8484 require => [
8585 Exec[' git-pull-phalcon' ],
8686 Exec[' install-phalcon-1.x' ]],
87- logoutput => true ,
87+ logoutput => true
8888 }
8989
9090 php::augeas { 'php-load-phalcon-1.x' :
You can’t perform that action at this time.
0 commit comments