This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/crowbar_framework/app/models/service_object.rb b/crowbar_framework/app/models/service_object.rb | |
index 5f24184..b60483e 100644 | |
--- a/crowbar_framework/app/models/service_object.rb | |
+++ b/crowbar_framework/app/models/service_object.rb | |
@@ -1027,6 +1027,8 @@ class ServiceObject | |
# XXX: This should not be done this way. Something else should request this. | |
system("sudo -i /opt/dell/bin/single_chef_client.sh") if CHEF_ONLINE and !ran_admin | |
+ apply_role_post_chef_call(old_role, role, all_nodes) | |
+ |
NewerOlder