diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-17 03:04:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-17 03:04:13 +0000 |
commit | 4fd12f1d18eaee79a299102df370281acf4dfac3 (patch) | |
tree | 3658ea45be68e41616b7c91679fed68bb038b451 /docker/create-config-dir.sh | |
parent | 1c486d57a89ed37b435bd344175301caaa32a489 (diff) | |
parent | ad2ea290bed17bff9b53ac225d3604ed642ee8bc (diff) |
Merge "docker: new hybrid deployment architecture and configuration"
Diffstat (limited to 'docker/create-config-dir.sh')
-rw-r--r-- | docker/create-config-dir.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/create-config-dir.sh b/docker/create-config-dir.sh new file mode 100644 index 00000000..1be1a56f --- /dev/null +++ b/docker/create-config-dir.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This is where we stack puppet configuration (for now)... +mkdir -p /var/lib/config-data + +# This is the docker-puppet configs end in +mkdir -p /var/lib/docker-puppet |