diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-03 15:36:26 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-03 15:36:26 +0100 |
commit | 6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (patch) | |
tree | 61909847f62cfc4be2f3e9e999dd9ea84ad94a48 /global-config | |
parent | 0f72662745cc83e074d55e6849bcab15246ce152 (diff) |
script-updates: add configuration versioning
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global-config b/global-config index 6e32e7f..b77336c 100644 --- a/global-config +++ b/global-config @@ -4,6 +4,10 @@ # # global configuration +# Make sure all configuration properties are up to date and this +# value is in sync with value in script 'global-functions'! +:global GlobalConfigVersion 0; + # This is used for DNS and backup file. :global "domain" "example.com"; :global "hostname-in-zone" true; |