lib/rconf/configurators/packages_configurator.rb in rconf-0.9.25 vs lib/rconf/configurators/packages_configurator.rb in rconf-0.10.0
- old
+ new
@@ -17,14 +17,14 @@
register :packages
description 'Installs packages defined for running platform'
- settings :debian => 'Packages to be installed on Debian based Linux',
- :centos => 'Packages to be installed on RedHat / Centos',
- :windows => 'Softwared to be downloaded and installed on Windows',
- :darwin => 'Brew packages to be installed on Mac OS X (https://github.com/mxcl/homebrew)',
- :abort_on_failure => 'Whether to abort if packages failed to install (false by default)'
+ setting 'debian', 'Packages to be installed on Debian based Linux'
+ setting 'centos', 'Packages to be installed on RedHat / Centos'
+ setting 'windows', 'Softwared to be downloaded and installed on Windows'
+ setting 'darwin', 'Brew packages to be installed on Mac OS X (https://github.com/mxcl/homebrew)'
+ setting 'abort_on_failure', 'Whether to abort if packages failed to install (false by default)'
# Let package manager check for idempotency, return false
#
# === Return
# false:: Always return false