We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e4ec9 commit 6af1aedCopy full SHA for 6af1aed
manifests/framework.pp
@@ -45,7 +45,7 @@
45
}
46
} else {
47
exec { 'install-phalcon-2.0':
48
- command => "/tmp/cphalcon/ext/install-test",
+ command => "./install-test",
49
cwd => '/tmp/cphalcon/ext',
50
require => [Exec['git-pull-phalcon']],
51
onlyif => 'test -f /tmp/cphalcon/ext/install-test',
0 commit comments