From e4680d181c368d901e27023c1f7ab524007d5b64 Mon Sep 17 00:00:00 2001 From: mbakerbp Date: Tue, 24 Jan 2017 06:47:57 +0800 Subject: Untested GPG work --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fe58322..61e8b8a 100644 --- a/README.md +++ b/README.md @@ -235,12 +235,14 @@ oxidized Now tell Oxidized where it finds a list of network devices to backup configuration from. You can either use CSV or SQLite as source. To create a CSV source add the following snippet: +Note: If gpg is set to anything other than false it will attempt to decrypt the file contents ``` source: default: csv csv: file: ~/.config/oxidized/router.db delimiter: !ruby/regexp /:/ + gpg: 'false' map: name: 0 model: 1 -- cgit v1.2.1 From 62a990bc08c23684840d34eccd46c54197cb7d02 Mon Sep 17 00:00:00 2001 From: mbakerbp Date: Tue, 24 Jan 2017 07:44:23 +0800 Subject: GPG support --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 61e8b8a..4024efd 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ source: file: ~/.config/oxidized/router.db delimiter: !ruby/regexp /:/ gpg: 'false' + gpg_password: 'password' map: name: 0 model: 1 -- cgit v1.2.1 From ce283fa4399bf0bfaf7d677e52ce7a65b424e776 Mon Sep 17 00:00:00 2001 From: mbakerbp Date: Tue, 24 Jan 2017 10:45:34 +0800 Subject: Requested changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4024efd..8921e8e 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ source: csv: file: ~/.config/oxidized/router.db delimiter: !ruby/regexp /:/ - gpg: 'false' + gpg: false gpg_password: 'password' map: name: 0 -- cgit v1.2.1