diff options
Diffstat (limited to 'omnibus/.kitchen.yml')
-rw-r--r-- | omnibus/.kitchen.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/omnibus/.kitchen.yml b/omnibus/.kitchen.yml index 7ca0af7f25..fa3e8c85ce 100644 --- a/omnibus/.kitchen.yml +++ b/omnibus/.kitchen.yml @@ -102,6 +102,13 @@ suites: install_dir: /opt/angrychef run_list: - omnibus::default + - name: chef-fips + attributes: + omnibus: + <<: *attribute_defaults + install_dir: /opt/chef-fips + run_list: + - omnibus::default - name: chef provisioner: chef_omnibus_install_options: -P angrychef |