You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
I have compiled a custom php module on ubuntu and am having trouble getting it to be enabled instead of just installed.
The module package includes the file /etc/php5/mods-available/${name}.ini , and puppet is able to find the right package to install from the repo at php5-${name}, but I do not automatically get a link in /etc/php5/apache/conf.d so that the module will be enabled.
I was wondering if this behavior is expected? I looked at a few other php modules apt packages and it looks like they do typically have the ${name}.ini included in the package. I assume the typical manual way of doing this is to issue a php5enmod on ubuntu.
It appears that the rest of the php modules i have installed via puppet do get a symlink in the relevant conf.d directory. Is that because their postist script is doing the equivalent of php5enmod, or am I missing some puppet option?