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 #3762 - Prevent global parameters script to fail installation of rudder-webapp #85

Merged
merged 2 commits into from Jul 18, 2013
Merged

Fixes #3762 - Prevent global parameters script to fail installation of rudder-webapp #85

merged 2 commits into from Jul 18, 2013

Conversation

nperron
Copy link
Contributor

@nperron nperron commented Jul 18, 2013

Fixes #3762 - Prevent global parameters script to fail installation of rudder-webapp

@Kegeruneku
Copy link

Approved.

# - 2.7.0 : Migration LDAP to add the global parameter ou
LDAP_TEST_GLOBAL_PARAMETER=$(/opt/rudder/sbin/slapcat 2>/dev/null | grep "dn: ou=Parameters,ou=Rudder,cn=rudder-configuration" | wc -l)
if [ ${LDAP_TEST_GLOBAL_PARAMETER} -eq 0 ]; then
echo "INFO: The Rudder OpenLDAP schema is not up to date, adding Global Parameter ou."
Copy link
Member

Choose a reason for hiding this comment

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

This should be "echo -n", and finish with "...".

You made the new conventions just earlier this week, please respect your own creation!!!

@nperron
Copy link
Contributor Author

nperron commented Jul 18, 2013

Pull Request Updated

@nperron
Copy link
Contributor Author

nperron commented Jul 18, 2013

PR reupdated

nperron pushed a commit that referenced this pull request Jul 18, 2013
…_parameters_scripts_to_fail_installation_of_rudder_webapp

Fixes #3762 - Prevent global parameters script to fail installation of rudder-webapp
@nperron nperron merged commit a17006f into Normation:master Jul 18, 2013
@nperron nperron deleted the ust_33749/int/3762_prevent_global_parameters_scripts_to_fail_installation_of_rudder_webapp branch July 18, 2013 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants