diff options
Diffstat (limited to 'sdc-os-chef/sdc-cassandra/chef-solo/solo.json')
-rw-r--r-- | sdc-os-chef/sdc-cassandra/chef-solo/solo.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-os-chef/sdc-cassandra/chef-solo/solo.json b/sdc-os-chef/sdc-cassandra/chef-solo/solo.json new file mode 100644 index 0000000000..97b1efe282 --- /dev/null +++ b/sdc-os-chef/sdc-cassandra/chef-solo/solo.json @@ -0,0 +1,6 @@ +{ + "run_list": [ + "role[cassandra-actions]" + ] +} + |