Exception: ReposMissingError
- Defined in:
- lib/poolparty/plugins/chef/chef_deploy.rb
Instance Method Summary collapse
-
#initialize ⇒ ReposMissingError
constructor
A new instance of ReposMissingError.
Constructor Details
#initialize ⇒ ReposMissingError
Returns a new instance of ReposMissingError.
52 53 54 |
# File 'lib/poolparty/plugins/chef/chef_deploy.rb', line 52 def initialize super("You must include the repo to deploy with chef_deploy") end |