Skip to content

Commit d545f1f

Browse files
committed
Update custom file dependency name
1 parent 9b46b87 commit d545f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/framework.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
value => 'phalcon.so',
6868
target => "${php::config_dir}/${ini_file}",
6969
require => [
70-
Php::Ini['phalcom-custom-ini'],
70+
Php::Ini["phalcon-custom-ini"],
7171
Class['php'],
7272
Exec['remove-phalcon-src-2.0']]
7373
}
@@ -94,7 +94,7 @@
9494
target => "${php::config_dir}/${ini_file}",
9595
value => 'phalcon.so',
9696
require => [
97-
Php::Ini['phalcom-custom-ini'],
97+
Php::Ini["phalcon-custom-ini"],
9898
Class['php'],
9999
Exec['remove-phalcon-src-1.x']]
100100
}

0 commit comments

Comments
 (0)