Skip to content

Commit

Permalink
Merge pull request Normation#425 from VinceMacBuche/bug_5186/migratio…
Browse files Browse the repository at this point in the history
…n_script_role

Fixes #5186: Rename role properties
  • Loading branch information
jooooooon committed Jun 30, 2014
2 parents d06cb22 + 346a381 commit 684f261
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rudder-webapp/SOURCES/rudder-upgrade
Expand Up @@ -566,11 +566,11 @@ check_and_add_config_property rudder.debug.nodeconfiguration.path "#
rudder.debug.nodeconfiguration.path=/var/log/rudder/nodeConfigurations"

# - 2.11.0 : Add properties to define the role of servers
check_and_add_config_property rudder.server-roles.webapp "
check_and_add_config_property rudder.server-roles.web "
#
# Rudder roles definition
#
# Allow to define which hosts have the roles ldap, db and front when
# Allow to define which hosts have the roles ldap, db and relay-top when
# using a split architecture of Rudder
# The file containing the roles will be generated in:
# /var/rudder/configuration-repository/inputs/rudder-server-roles.conf
Expand All @@ -589,11 +589,11 @@ rudder.server-roles.inventory-endpoint=autodetect
# The hosts with the db role
rudder.server-roles.db=autodetect
# The hosts with the front role
rudder.server-roles.front=autodetect
# The hosts with the relay-top role
rudder.server-roles.relay-top=autodetect
# The hosts with the webapp role
rudder.server-roles.webapp=autodetect"
rudder.server-roles.web=autodetect"


# For every upgrade, we force the root server to run a new inventory on the next CFEngine run
Expand Down

0 comments on commit 684f261

Please sign in to comment.