Skip to content

Commit cae3116

Browse files
committed
Fix typo in test command
1 parent 27743e3 commit cae3116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.53'
17+
version '1.0.54'

manifests/framework.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
command => "./install-test",
4949
cwd => '/tmp/cphalcon/ext',
5050
require => [Exec['git-pull-phalcon']],
51-
onlyif => 'test -f /tmp/cphalcon/ext/install-test',
51+
onlyif => 'test -f /tmp/cphalcon/ext/test-install',
5252
logoutput => true
5353
}
5454
}
@@ -66,7 +66,7 @@
6666
target => "${php::config_dir}/${ini_file}",
6767
require => [
6868
File["${php::config_dir}/${ini_file}"],
69-
Exec['install-phalcon-2.0']],
69+
Exec['remove-phalcon-src-2.0']],
7070
loglevel => 'notice'
7171
}
7272
} else {

0 commit comments

Comments
 (0)