From a3fbf41e493b80cad3a6297a55482a4b119b306a Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 4 Mar 2011 20:27:32 -0700 Subject: [PATCH] set up some light data in the config files --- conf/master | 17 +++++++++++++++++ conf/minion | 11 +++++++++++ 2 files changed, 28 insertions(+) diff --git a/conf/master b/conf/master index e69de29bb2d..b61e5808e8c 100644 --- a/conf/master +++ b/conf/master @@ -0,0 +1,17 @@ +# The address of the interface to bind to +#interface: 0.0.0.0 +# The port used by the publisher +#publish_port: 4505 +# The number of worker threads to start +#worker_threads: 5 +# The port used by the communication interface +#ret_port: 4506 +# The number of threads used by the local communicator +#local_threads: 5 +# The port that the local command listener uses +#local_port: 4507 +# Directory used to store public key data +#pki_dir: /etc/salt/pki +# Directory to store job and cache data +#cachedir: /var/cache/salt + diff --git a/conf/minion b/conf/minion index e69de29bb2d..1f37e53ab96 100644 --- a/conf/minion +++ b/conf/minion @@ -0,0 +1,11 @@ +# Set the location of the salt master server +#master: mcp +# Set the post used by the master reply and autnentication server +#master_port: 4506 +# The directory to store the pki information in +#pki_dir: /etc/salt/pki +# Explicitly declare the hostname rather than detecting it +#hostname: +# Where cace data goes +#cachedir: /var/cache/salt +