Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3044 Fixes #3062: correct the module installation and reporting on the technique apache2 installation #11

Conversation

ncharles
Copy link
Member

Correct the issues of http://www.rudder-project.org/redmine/issues/3044 and http://www.rudder-project.org/redmine/issues/3062

  • broken reporting
  • tentative to install module $(apache_modules)

# Modules
"apache_modules" slist => {&APACHE_MODULES: { "expires", "alias", "&it&" };separator=", "&};
# Modules that are are checked if the list of module is defined
"apache_modules" slist => { "expires", "alias", &APACHE_MODULES: { "&it&" };separator=", "& };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not re-use the list above that you added ("apache_modules_defined"), rather than have more StringTemplate replacement here, for a variable we already have the values of? This seems counter productive to me - we should have as much CFEngine-pure code as possible.

@jooooooon
Copy link
Member

Aside from my comments inline in the diff, this change looks good to me. Thanks for clarifying it Nico!

@jooooooon
Copy link
Member

Apart from one typo in the "donfigured", this is fine. Please fix typo and go ahead and merge!

ncharles added a commit that referenced this pull request Jan 4, 2013
…ll_and_reporting_3062_3044

Fixes #3044 Fixes #3062: correct the module installation and reporting on the technique apache2 installation
@ncharles ncharles merged commit 6a22c57 into Normation:branches/rudder/2.3 Jan 4, 2013
jooooooon added a commit to jooooooon/rudder-techniques that referenced this pull request Jan 16, 2013
…nge_rsyslog_initd_invocation_to_restart_in_packaging

Fixes #3176: Change every rsyslog init.d invocation to restart instead o...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants