Skip to content

Commit d4e4ec9

Browse files
committed
Improve tasks inter-dependency
1 parent 72a220b commit d4e4ec9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependency 'puppetlabs/apt','>=1.0.0'
1414
dependency 'example42/php','>=2.0.17'
1515
dependency 'example42/puppi','>=1.0.0'
1616

17-
version '1.0.52'
17+
version '1.0.53'

manifests/framework.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
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':
@@ -84,7 +84,7 @@
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':

0 commit comments

Comments
 (0)