-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.rb
21 lines (14 loc) · 860 Bytes
/
base.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'base'
default_source :supermarket
cookbook 'leds_handler', path: '/Users/mattray/ws/cookbooks/leds_handler'
cookbook 'mattray', path: '/Users/mattray/ws/cookbooks/mattray'
cookbook 'systemd_timesyncd', path: '/Users/mattray/ws/cookbooks/systemd_timesyncd'
run_list 'mattray', 'apt::cacher-client', 'chef-client::config', 'openssh', 'systemd_timesyncd', 'leds_handler::leds_off'
default['apt']['cacher_client']['cacher_server']['host'] = 'cubert'
default['apt']['cacher_client']['cacher_server']['port'] = 3142
default['apt']['cacher_client']['cacher_server']['proxy_ssl'] = true
default['chef_client']['conf_dir'] = '/etc/cinc'
default['chef_client']['bin'] = '/opt/cinc/bin/chef-client'
default['mattray']['cinc']['version'] = '17.9.52'
default['systemd_timesyncd']['ntp'] = ['10.0.0.1']
override['ohai']['disabled_plugins'] = %w(dmi shard_seed)