Refactor configuration
- split client SLS to config and repo
- replace modules artifactory_config and artifactory_repo by the single
module named `artifactory`
Change-Id: I0fa2dadc2443dbbd40bb10f3745dc4330f0c4578
diff --git a/README.rst b/README.rst
index f9be099..60ac3ec 100644
--- a/README.rst
+++ b/README.rst
@@ -84,6 +84,20 @@
repo_type: remote
url: "http://totheremoterepo:80/"
+
+Repository configuration
+========================
+
+Sample pillar above shows basic repository configuration, but you can use any parameters
+described in https://www.jfrog.com/confluence/display/RTF/Repository+Configuration+JSON
+
+This module does direct map from pillar parameters to repository JSON description
+with two aliases for compatibility:
+
+ * repo_type -> rclass
+ * package_type -> packageType
+
+
Read more
=========
@@ -91,6 +105,7 @@
* https://www.jfrog.com/confluence/display/RTF/PostgreSQL
* https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-REPOSITORIES
* https://www.jfrog.com/confluence/display/RTF/Repository+Configuration+JSON
+
Documentation and Bugs
======================