class ActiveScripts::Packages::Nginx
Private Instance Methods
install()
click to toggle source
INFO: ActiveScripts::Packages::Nginx
contains code that
execute the Nginx package.
# File lib/active_scripts/packages/nginx.rb, line 10 def install notify_command_todo! end
uninstall()
click to toggle source
# File lib/active_scripts/packages/nginx.rb, line 18 def uninstall notify_command_todo! end
upgrade()
click to toggle source
# File lib/active_scripts/packages/nginx.rb, line 14 def upgrade notify_command_todo! end