From 7dcff8106b03de09c11d6edb0c5003922f01297e Mon Sep 17 00:00:00 2001 From: Anton Fomenko Date: Mon, 8 Sep 2014 20:40:30 +0300 Subject: [PATCH] hieradata and manifest setting changes --- README | 6 +++--- environment.conf | 2 +- hieradata/{node/common.json => region/staging.json} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename hieradata/{node/common.json => region/staging.json} (100%) diff --git a/README b/README index bdd3925..0c170a8 100644 --- a/README +++ b/README @@ -6,10 +6,10 @@ │   └── clusters │   └── dev.pp -3. use hieradata/node/common.json for parameters and data +3. use hieradata/region/staging.json for parameters and data ├── hieradata -│   └── node -│   └── common.json +│   └── region +│   └── staging.json or use more specific place ├── hieradata diff --git a/environment.conf b/environment.conf index 2c0edf9..e4289a5 100644 --- a/environment.conf +++ b/environment.conf @@ -1,2 +1,2 @@ -manifest = manifests/site.pp +manifest = manifests/clusters/dev.pp environment_timeout = 0 diff --git a/hieradata/node/common.json b/hieradata/region/staging.json similarity index 100% rename from hieradata/node/common.json rename to hieradata/region/staging.json