[DRE-commits] [librarian-puppet] 74/153: Issue #150 Allow dependencies other than Puppet modules
Stig Sandbeck Mathisen
ssm at debian.org
Wed Jun 1 20:30:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit bd3d865b4e122903c857853282072439a3af1c31
Author: Carlos Sanchez <carlos at apache.org>
Date: Wed Nov 19 09:33:07 2014 +0100
Issue #150 Allow dependencies other than Puppet modules
---
Changelog.md | 2 ++
lib/librarian/puppet/source/local.rb | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 09b169d..f132263 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@
### 2.1.0
+ * [Issue #150](https://github.com/rodjek/librarian-puppet/issues/150) Allow dependencies other than Puppet modules
* [Issue #269](https://github.com/rodjek/librarian-puppet/issues/269) Better error message if metadata.json is bad
* [Issue #264](https://github.com/rodjek/librarian-puppet/issues/264) Copying files can cause permission problems on Windows
@@ -16,6 +17,7 @@
### 1.5.0
+ * [Issue #150](https://github.com/rodjek/librarian-puppet/issues/150) Allow dependencies other than Puppet modules
* [Issue #269](https://github.com/rodjek/librarian-puppet/issues/269) Better error message if metadata.json is bad
* [Issue #264](https://github.com/rodjek/librarian-puppet/issues/264) Copying files can cause permission problems on Windows
diff --git a/lib/librarian/puppet/source/local.rb b/lib/librarian/puppet/source/local.rb
index 84f22d7..84356c9 100644
--- a/lib/librarian/puppet/source/local.rb
+++ b/lib/librarian/puppet/source/local.rb
@@ -163,8 +163,8 @@ module Librarian
return true if path.join('manifests').exist?
return true if path.join('lib').join('puppet').exist?
return true if path.join('lib').join('facter').exist?
- debug { "Could not find manifests, lib/puppet or lib/facter under #{path}, assuming is not a puppet module" }
- false
+ debug { "Could not find manifests, lib/puppet or lib/facter under #{path}, maybe it is not a puppet module" }
+ true
end
end
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list