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 d545f1f commit d943071Copy full SHA for d943071
manifests/framework.pp
@@ -21,9 +21,10 @@
21
logoutput => true
22
}
23
24
- php::ini { "phalcon-custom-ini":
+ php::ini { "${ini_file}":
25
target => $ini_file,
26
sapi_target => 'all',
27
+ value => ["extension"],
28
template => 'extra-ini.erb',
29
require => [Class['php']]
30
@@ -67,7 +68,7 @@
67
68
value => 'phalcon.so',
69
target => "${php::config_dir}/${ini_file}",
70
require => [
- Php::Ini["phalcon-custom-ini"],
71
+ Php::Ini["${ini_file}"],
72
Class['php'],
73
Exec['remove-phalcon-src-2.0']]
74
@@ -94,7 +95,7 @@
94
95
96
97
98
99
100
Exec['remove-phalcon-src-1.x']]
101
0 commit comments