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'