-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.kitchen.yml
41 lines (38 loc) · 831 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[basic_vsftpd::default]
attributes:
- name: chroot_list
run_list:
- recipe[basic_vsftpd::default]
- recipe[basic_vsftpd::chroot_list]
attributes:
basic_vsftpd:
chroot_list:
- chroot1
- chroot2
- name: userlist
run_list:
- recipe[basic_vsftpd::default]
- recipe[basic_vsftpd::userlist]
attributes:
basic_vsftpd:
userlist:
- user1
- user2
- name: user_conf_resource
run_list:
- recipe[basic_vsftpd::default]
- recipe[basic_vsftpd::_user_conf_resource]
attributes:
basic_vsftpd:
config:
user_config_dir: /etc/vsftpd/users