Skip to content

Commit

Permalink
Fix fpm package name suffix for RHEL, fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 16, 2015
1 parent ad89b9a commit 9f90be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
$dev_package_suffix = 'devel'
$fpm_config_file = '/etc/php-fpm.conf'
$fpm_inifile = '/etc/php.ini'
$fpm_package_suffix = 'php-fpm'
$fpm_package_suffix = 'fpm'
$fpm_pool_dir = '/etc/php-fpm.d'
$fpm_service_name = 'php-fpm'
$fpm_user = 'apache'
Expand Down

0 comments on commit 9f90be3

Please sign in to comment.