Skip to content

Instantly share code, notes, and snippets.

View saschpe's full-sized avatar
Transmogrifying coffee into code

Sascha Peilicke saschpe

Transmogrifying coffee into code
View GitHub Profile
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)
+