From d41b90de6273ddb3104e5401aec4c88275d37366 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Fri, 14 Feb 2020 10:41:10 +0000 Subject: [PATCH] add deprecation notice --- .prospectus | 15 --------------- README.md | 2 ++ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .prospectus diff --git a/.prospectus b/.prospectus deleted file mode 100644 index 11a25a2..0000000 --- a/.prospectus +++ /dev/null @@ -1,15 +0,0 @@ -require 'json' -my_json = JSON.parse(File.read('metadata.json')) -my_slug = my_json['source'].split('/').pop(2).join('/') - -Prospectus.extra_dep('file', 'prospectus_puppet') -Prospectus.extra_dep('file', 'prospectus_travis') -Prospectus.extra_dep('file', 'prospectus_gems') - -item do - noop - - extend ProspectusTravis::Build.new(my_slug) - extend ProspectusPuppet::Deps - extend ProspectusGems::Gemspec.new -end diff --git a/README.md b/README.md index df34dc5..e9feea8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**Deprecation Notice:** I'm in the process of revamping my puppet work, this repo is currently not up to date. + puppet-ssh ==============