From 1242a72afa47537759da9d909e8d2f2c89ae7508 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 5 Jan 2011 08:14:58 -0500 Subject: [PATCH] update skel config --- Gemfile.lock | 2 +- skel/config.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 21bd936..5a1e21e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - apache-config-generator (0.2.6) + apache-config-generator (0.2.7) rainbow GEM diff --git a/skel/config.yml b/skel/config.yml index 725c336..e5b1d0d 100644 --- a/skel/config.yml +++ b/skel/config.yml @@ -1,3 +1,4 @@ source: "source" -destination: "conf.d" +destination: "conf.d-original" +symlink: "conf.d" rotate_logs_path: '/path/to/apache/bin/rotatelogs'