Skip to content

Commit 3459cd6

Browse files
committed
Update custom_ini path
1 parent ab4c105 commit 3459cd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

manifests/framework.pp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
logoutput => true
2222
}
2323

24-
php::ini { "${ini_file}":
24+
php::ini { "phalcon-custom-ini":
2525
target => $ini_file,
2626
sapi_target => 'all',
27+
template => '/php/extra-ini.erb',
2728
require => [Class['php']]
2829
}
2930

@@ -66,7 +67,7 @@
6667
value => 'phalcon.so',
6768
target => "${php::config_dir}/${ini_file}",
6869
require => [
69-
Php::Ini[$ini_file],
70+
Php::Ini['phalcom-custom-ini'],
7071
Class['php'],
7172
Exec['remove-phalcon-src-2.0']]
7273
}
@@ -93,7 +94,7 @@
9394
target => "${php::config_dir}/${ini_file}",
9495
value => 'phalcon.so',
9596
require => [
96-
Php::Ini[$ini_file],
97+
Php::Ini['phalcom-custom-ini'],
9798
Class['php'],
9899
Exec['remove-phalcon-src-1.x']]
99100
}

0 commit comments

Comments
 (0)