summaryrefslogtreecommitdiff
path: root/habitat/config
diff options
context:
space:
mode:
authorechohack <echohack@users.noreply.github.com>2019-06-13 11:29:36 -0700
committerechohack <echohack@users.noreply.github.com>2019-06-17 18:06:42 -0700
commitf59239c0977b9ae58936264fe9a6a26d1143f677 (patch)
treea0648eb670cf6a0d805e74c66faba25aabf7f19e /habitat/config
parente4490790fb0e075c3d685dc245b258f929e64c73 (diff)
downloadchef-f59239c0977b9ae58936264fe9a6a26d1143f677.tar.gz
added scaffolding-chef plan
Signed-off-by: echohack <echohack@users.noreply.github.com>
Diffstat (limited to 'habitat/config')
-rw-r--r--habitat/config/client.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/habitat/config/client.rb b/habitat/config/client.rb
deleted file mode 100644
index db38c62510..0000000000
--- a/habitat/config/client.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-chef_repo_path "{{pkg.svc_data_path}}/chef"
-file_backup_path "{{pkg.svc_data_path}}/{{cfg.file_backup_path}}"
-pid_file "{{pkg.svc_data_path}}/{{cfg.pid_file}}"
-data_collector.server_url "{{cfg.data_collector.url}}"
-data_collector.token "{{cfg.data_collector.token}}"
-data_collector.mode "{{cfg.data_collector.mode}}".to_sym
-data_collector.raise_on_failure {{cfg.data_collector.raise_on_failure}}
-minimal_ohai {{cfg.minimal_ohai}}
-local_mode {{cfg.local_mode}}
-{{#if cfg.chef-client.node_name ~}}
-node_name "{{cfg.node_name}}"
-{{/if ~}}
-splay {{cfg.splay}}
-interval {{cfg.interval}}
-log_location {{cfg.log_location}}
-log_level "{{cfg.log_level}}".to_sym
-{{#if cfg.use_member_id_as_uuid ~}}
-chef_guid "{{svc.me.member_id}}"
-{{/if ~}}