class Gordon::Skeleton::Types::Nginx

Public Instance Methods

get_default_path() click to toggle source
# File lib/gordon/skeleton/types.rb, line 26
def get_default_path ; '/usr/share/nginx/html' ; end
get_os_package_map() click to toggle source
# File lib/gordon/skeleton/types.rb, line 24
def get_os_package_map ; { centos: :nginx, debian: :nginx } ; end