crowbar/crowbar-core

View on GitHub
chef/roles/crowbar.rb

Summary

Maintainability
A
0 mins
Test Coverage
name "crowbar"
description "Crowbar role - Setup the rails app"
run_list("recipe[crowbar::role_crowbar]")
default_attributes(
  crowbar: { admin_node: true }
)
override_attributes()