|
125 | 125 | }, |
126 | 126 | }), |
127 | 127 | 'fpm': { |
| 128 | + 'user': 'root', |
| 129 | + 'group': 'root', |
128 | 130 | 'service': { |
129 | 131 | 'enabled': True, |
130 | 132 | 'opts': {}, |
|
450 | 452 | }, |
451 | 453 | }), |
452 | 454 | 'fpm': { |
| 455 | + 'user': 'root', |
| 456 | + 'group': 'root', |
453 | 457 | 'service': { |
454 | 458 | 'enabled': True, |
455 | 459 | 'opts': {}, |
|
773 | 777 | }, |
774 | 778 | }, grain="os"), |
775 | 779 | 'fpm': { |
| 780 | + 'user': 'root', |
| 781 | + 'group': 'root', |
776 | 782 | 'service': { |
777 | 783 | 'enabled': True, |
778 | 784 | 'opts': {}, |
|
1143 | 1149 | }, |
1144 | 1150 | }, grain="os"), |
1145 | 1151 | 'fpm': { |
| 1152 | + 'user': 'root', |
| 1153 | + 'group': 'root', |
1146 | 1154 | 'service': { |
1147 | 1155 | 'enabled': True, |
1148 | 1156 | 'opts': {}, |
|
1513 | 1521 | }, |
1514 | 1522 | }, grain="os"), |
1515 | 1523 | 'fpm': { |
| 1524 | + 'user': 'root', |
| 1525 | + 'group': 'root', |
1516 | 1526 | 'service': { |
1517 | 1527 | 'enabled': True, |
1518 | 1528 | 'opts': {}, |
|
1902 | 1912 | }, |
1903 | 1913 | }, grain="os"), |
1904 | 1914 | 'fpm': { |
| 1915 | + 'user': 'root', |
| 1916 | + 'group': 'root', |
1905 | 1917 | 'service': { |
1906 | 1918 | 'enabled': True, |
1907 | 1919 | 'opts': {}, |
|
2282 | 2294 | }, |
2283 | 2295 | }), |
2284 | 2296 | 'fpm': { |
| 2297 | + 'user': 'root', |
| 2298 | + 'group': 'root', |
2285 | 2299 | 'service': { |
2286 | 2300 | 'enabled': True, |
2287 | 2301 | 'opts': {}, |
|
2581 | 2595 | 'ini': '/etc/php5/fpm/php.ini', |
2582 | 2596 | 'pools': '/etc/php5/fpm/pool.d', |
2583 | 2597 | 'service': 'php5-fpm', |
| 2598 | + 'user': 'root', |
| 2599 | + 'group': 'root', |
2584 | 2600 | 'defaults': odict([ |
2585 | 2601 | ('global', odict([ |
2586 | 2602 | ('pid', '/var/run/php5-fpm.pid'), |
|
2684 | 2700 | 'ini': '/etc/php/fpm-php' + phpng_version + '/php.ini', |
2685 | 2701 | 'pools': '/etc/php/fpm-php' + phpng_version + '/fpm.d', |
2686 | 2702 | 'service': 'php-fpm', |
| 2703 | + 'user': 'root', |
| 2704 | + 'group': 'root', |
2687 | 2705 | 'defaults': odict([ |
2688 | 2706 | ('global', odict([ |
2689 | 2707 | ('pid', '/var/run/php-fpm-php' + phpng_version + '.pid'), |
|
2768 | 2786 | 'ini': '/etc/' + path_suffix + 'php.ini', |
2769 | 2787 | 'pools': '/etc/' + path_suffix + 'php-fpm.d', |
2770 | 2788 | 'service': rh_prefix + 'php-fpm', |
| 2789 | + 'user': 'root', |
| 2790 | + 'group': 'root', |
2771 | 2791 | 'defaults': { |
2772 | 2792 | 'global': { |
2773 | 2793 | 'pid': '/var/' + path_suffix + 'run/php-fpm/php-fpm.pid', |
|
2814 | 2834 | 'ini': '/etc/php.ini', |
2815 | 2835 | 'pools': '/etc/php-fpm.d', |
2816 | 2836 | 'service': 'php-fpm', |
| 2837 | + 'user': 'root', |
| 2838 | + 'group': 'root', |
2817 | 2839 | 'defaults': { |
2818 | 2840 | 'global': { |
2819 | 2841 | 'pid': '/var/run/php-fpm/php-fpm.pid', |
|
2859 | 2881 | 'ini': '/etc/php/php.ini', |
2860 | 2882 | 'pools': '/etc/php/fpm.d', |
2861 | 2883 | 'service': 'php-fpm', |
| 2884 | + 'user': 'root', |
| 2885 | + 'group': 'root', |
2862 | 2886 | 'defaults': { |
2863 | 2887 | 'global': { |
2864 | 2888 | 'pid': '/run/php-fpm/php-fpm.pid', |
|
2909 | 2933 | 'xml': 'php' + freebsd_phpng_version + '-xml', |
2910 | 2934 | 'zip': 'php' + freebsd_phpng_version + '-zip', |
2911 | 2935 | }, |
| 2936 | + 'fpm': { |
| 2937 | + 'conf': '/usr/local/etc/php-fpm.conf', |
| 2938 | + 'ini': '/usr/local/etc/php.ini', |
| 2939 | + 'pools': '/usr/local/etc/fpm.d', |
| 2940 | + 'service': 'php-fpm', |
| 2941 | + 'user': 'root', |
| 2942 | + 'group': 'wheel', |
| 2943 | + 'defaults': { |
| 2944 | + 'global': { |
| 2945 | + 'pid': 'run/php-fpm.pid', |
| 2946 | + 'error_log': 'log/php-fpm.log', |
| 2947 | + }, |
| 2948 | + 'include': '/usr/local/etc/php-fpm.d/*.conf', |
| 2949 | + }, |
| 2950 | + }, |
2912 | 2951 | }, |
2913 | 2952 | }), |
2914 | 2953 | 'fpm': { |
|
0 commit comments