X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index a1a674889..c136565f1 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -33,6 +33,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: backup + run_list: + - recipe[backup::default] - name: bind run_list: - recipe[bind::default] @@ -51,6 +54,18 @@ suites: - name: clamav run_list: - recipe[clamav::default] + - name: db-backup + run_list: + - recipe[db::backup] + - name: db-base + run_list: + - recipe[db::base] + - name: db-master + run_list: + - recipe[db::master] + - name: db-slave + run_list: + - recipe[db::slave] - name: devices run_list: - recipe[devices::default] @@ -169,6 +184,9 @@ suites: - name: planet run_list: - recipe[planet::default] + - name: planet-current + run_list: + - recipe[planet::current] - name: planet-dump run_list: - recipe[planet::dump]