diff options
author | elijah <elijah@riseup.net> | 2013-12-29 22:16:03 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-02 12:10:52 -0800 |
commit | fefab2386f0fbd9f218dc0b361eb833875c27f56 (patch) | |
tree | a02c4a6759341a6a0fd162557b7a1dffaf3dcd92 /provider_base/provider.json | |
parent | c07e0f2f5ddd17c7d7bdb6a1afc4748b401f14ae (diff) |
added support for minimum client version checking
Diffstat (limited to 'provider_base/provider.json')
-rw-r--r-- | provider_base/provider.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/provider_base/provider.json b/provider_base/provider.json index 5b335e8a..8864e24d 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -50,5 +50,9 @@ "unlimited_prefix": "UNLIMITED" } }, - "hiera_sync_destination": "/etc/leap" + "hiera_sync_destination": "/etc/leap", + "client_version": { + "min": "0.5", + "max": null + } } |