Class: Sprinkle::Installers::Deb
- Defined in:
- lib/sprinkle/installers/deb.rb
Overview
Deb Package Installer
The Deb installer installs deb packages sourced from a remote URL
Example Usage
Installing the magic_beans deb.
package :magic_beans do
deb 'http://debs.example.com/magic_beans.deb'
end
Instance Attribute Summary collapse
-
#packages ⇒ Object
:nodoc:.
Attributes inherited from Installer
#delivery, #options, #package, #post, #pre
Attributes included from Configurable
Instance Method Summary collapse
-
#initialize(parent, packages, &block) ⇒ Deb
constructor
:nodoc:.
Methods inherited from Installer
Methods included from Configurable
#assert_delivery, #defaults, #method_missing, #option?
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sprinkle::Configurable
Instance Attribute Details
#packages ⇒ Object
:nodoc:
16 17 18 |
# File 'lib/sprinkle/installers/deb.rb', line 16 def packages @packages end |