Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

apache:vhosts should create file at ${apache::config_dir}/vhosts.d (SLES) #67

@nalbion

Description

@nalbion

apache/manifests/init.pp:

$vdir = $::operatingsystem ? {
    /(?i:Ubuntu|Debian|Mint)/ => "${apache::config_dir}/sites-available",
    SLES                      => "${apache::config_dir}/vhosts.d",
    default                   => "${apache::config_dir}/conf.d",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions