Method: Specinfra::Command::Freebsd::V10::Package.install
- Defined in:
- lib/specinfra/command/freebsd/v10/package.rb
permalink .install(package, version = nil, option = '') ⇒ Object
[View source]
23 24 25 |
# File 'lib/specinfra/command/freebsd/v10/package.rb', line 23 def install(package, version=nil, option='') "pkg install -y #{option} #{package}" end |