parent
cc1b26be0c
commit
df38e127e1
|
@ -24,7 +24,5 @@ class php {
|
|||
require => Package['apache'],
|
||||
}
|
||||
|
||||
php::phpd { ['error_reporting', 'timezone', 'xdebug_settings' ]:
|
||||
require => Package['php'],
|
||||
}
|
||||
php::phpd { ['error_reporting', 'timezone', 'xdebug_settings' ]: }
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@ define php::phpd {
|
|||
file { "/etc/php.d/$name.ini":
|
||||
content => template("php/$name.ini.erb"),
|
||||
notify => Service['apache'],
|
||||
require => Package['php'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue