commit | 441ba23591e52c941106611bc12007ba92019cc8 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Aug 19 14:00:27 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Aug 19 14:00:27 2016 +0200 |
tree | e142f8c3bd9879045209671d6e781ad49dbe04e4 | |
parent | 70fdd16479d46ae6bc86106a2447be059d4e421c [diff] [blame] |
working with postges
diff --git a/metadata/service/server/single.yml b/metadata/service/server/single.yml index e7fea72..631ba65 100644 --- a/metadata/service/server/single.yml +++ b/metadata/service/server/single.yml
@@ -3,8 +3,15 @@ classes: - service.artifactory.support parameters: + _param: + artifactory_edition: oss artifactory: server: enabled: true bind: address: 0.0.0.0 + edition: ${_param:artifactory_edition} + version: 4 + source: + engine: pkg +