summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-27 11:15:36 +0100
committervarac <varacanero@zeromail.org>2013-01-27 11:15:36 +0100
commit078bc9674c247cc2c3ad715eec57903138e481e1 (patch)
tree8808414a63573d138f904cda4a894705005071cf /provider_base/common.json
parentca6347905e4293883b196f6e2120754fb823ae49 (diff)
added 'development' hiera hash to exclude certain class for better testing
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 74eb494c..8ffe8cd4 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -25,5 +25,8 @@
"ca_cert": "= try_file :ca_cert"
},
"local": false,
- "service_type": "internal_service"
+ "service_type": "internal_service",
+ "development": {
+ "site_config": true
+ }
}