Class: Gordon::Skeleton::Types::Nginx
- Inherits:
-
Object
- Object
- Gordon::Skeleton::Types::Nginx
show all
- Includes:
- Base
- Defined in:
- lib/gordon/skeleton/types.rb
Instance Method Summary
collapse
Methods included from Base
#get_os_package_name, #path, #requires_app_name?
Instance Method Details
#get_default_path ⇒ Object
26
|
# File 'lib/gordon/skeleton/types.rb', line 26
def get_default_path ; '/usr/share/nginx/html' ; end
|
#get_os_package_map ⇒ Object
24
|
# File 'lib/gordon/skeleton/types.rb', line 24
def get_os_package_map ; { centos: :nginx, debian: :nginx } ; end
|