fixes typo
This commit is contained in:
@@ -93,23 +93,6 @@ class cd_apache::server::files (
|
||||
notify => Service['httpd'],
|
||||
}
|
||||
|
||||
# manage index.html
|
||||
|
||||
file { $ae_index_file:
|
||||
ensure => file,
|
||||
path => $ae_index_file,
|
||||
owner => $ae_user_name,
|
||||
group => $ae_user_name,
|
||||
mode => '0644',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => httpd_sys_content_t,
|
||||
seluser => system_u,
|
||||
content => template($ae_index_erb),
|
||||
notify => Service['httpd'],
|
||||
}
|
||||
|
||||
|
||||
if $ae_allow_user_dirs == true {
|
||||
|
||||
# manage userdir.conf
|
||||
@@ -129,4 +112,21 @@ class cd_apache::server::files (
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# manage index.html
|
||||
|
||||
file { $ae_index_file:
|
||||
ensure => file,
|
||||
path => $ae_index_file,
|
||||
owner => $ae_user_name,
|
||||
group => $ae_user_name,
|
||||
mode => '0644',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => httpd_sys_content_t,
|
||||
seluser => system_u,
|
||||
content => template($ae_index_erb),
|
||||
notify => Service['httpd'],
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user