summaryrefslogtreecommitdiff
path: root/distro/debian/etc/default
diff options
context:
space:
mode:
Diffstat (limited to 'distro/debian/etc/default')
-rw-r--r--distro/debian/etc/default/chef-client4
-rw-r--r--distro/debian/etc/default/chef-expander8
-rw-r--r--distro/debian/etc/default/chef-server9
-rw-r--r--distro/debian/etc/default/chef-server-webui9
-rw-r--r--distro/debian/etc/default/chef-solr8
5 files changed, 38 insertions, 0 deletions
diff --git a/distro/debian/etc/default/chef-client b/distro/debian/etc/default/chef-client
new file mode 100644
index 0000000000..a6413a30d4
--- /dev/null
+++ b/distro/debian/etc/default/chef-client
@@ -0,0 +1,4 @@
+LOGFILE=/var/log/chef/client.log
+CONFIG=/etc/chef/client.rb
+INTERVAL=1800
+SPLAY=20
diff --git a/distro/debian/etc/default/chef-expander b/distro/debian/etc/default/chef-expander
new file mode 100644
index 0000000000..3d855705ba
--- /dev/null
+++ b/distro/debian/etc/default/chef-expander
@@ -0,0 +1,8 @@
+LOGFILE=/var/log/chef/expander.log
+CONFIG=/etc/chef/solr.rb
+USER=chef
+GROUP=chef
+# Sleep to give daemon enough time to fully start or stop.
+DIETIME=5
+STARTTIME=5
+CHEF_EXPANDER_ARGS="-n 1 -i 1"
diff --git a/distro/debian/etc/default/chef-server b/distro/debian/etc/default/chef-server
new file mode 100644
index 0000000000..b91a3ce81c
--- /dev/null
+++ b/distro/debian/etc/default/chef-server
@@ -0,0 +1,9 @@
+LOGFILE=/var/log/chef/server.log
+CONFIG=/etc/chef/server.rb
+ADAPTER=thin
+PORT=4000
+USER=chef
+GROUP=chef
+# Sleep to give daemon enough time to fully start or stop.
+STARTTIME=10
+DIETIME=5
diff --git a/distro/debian/etc/default/chef-server-webui b/distro/debian/etc/default/chef-server-webui
new file mode 100644
index 0000000000..50dd22a288
--- /dev/null
+++ b/distro/debian/etc/default/chef-server-webui
@@ -0,0 +1,9 @@
+LOGFILE=/var/log/chef/server-webui.log
+CONFIG=/etc/chef/webui.rb
+ADAPTER=thin
+PORT=4040
+USER=chef
+GROUP=chef
+# Sleep to give daemon enough time to fully start or stop.
+STARTTIME=10
+DIETIME=5
diff --git a/distro/debian/etc/default/chef-solr b/distro/debian/etc/default/chef-solr
new file mode 100644
index 0000000000..7f5220c058
--- /dev/null
+++ b/distro/debian/etc/default/chef-solr
@@ -0,0 +1,8 @@
+LOGFILE=/var/log/chef/solr.log
+CONFIG=/etc/chef/solr.rb
+USER=chef
+GROUP=chef
+# Sleep to give daemon enough time to fully start or stop.
+DIETIME=5
+STARTTIME=5
+MAXTRIES=20