class Gordon::Skeleton::Types::Apache
Public Instance Methods
get_default_path()
click to toggle source
# File lib/gordon/skeleton/types.rb, line 34 def get_default_path ; '/var/www/html' ; end
get_os_package_map()
click to toggle source
# File lib/gordon/skeleton/types.rb, line 32 def get_os_package_map ; { centos: :httpd, debian: :apache2 } ; end