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