OP#410 fix username
This commit is contained in:
@@ -143,7 +143,7 @@ class confdroid_apache::server::dirs (
|
|||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $ae_run_dir,
|
path => $ae_run_dir,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => $ae_user_name,
|
group => 'apache',
|
||||||
mode => '0710',
|
mode => '0710',
|
||||||
selrange => s0,
|
selrange => s0,
|
||||||
selrole => object_r,
|
selrole => object_r,
|
||||||
@@ -185,8 +185,8 @@ class confdroid_apache::server::dirs (
|
|||||||
file { $ae_cache_httpd:
|
file { $ae_cache_httpd:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $ae_cache_httpd,
|
path => $ae_cache_httpd,
|
||||||
owner => $ae_user_name,
|
owner => 'apache',
|
||||||
group => $ae_user_name,
|
group => 'apache',
|
||||||
mode => '0700',
|
mode => '0700',
|
||||||
selrange => s0,
|
selrange => s0,
|
||||||
selrole => object_r,
|
selrole => object_r,
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ class confdroid_apache::server::files (
|
|||||||
file { $ae_index_file:
|
file { $ae_index_file:
|
||||||
ensure => file,
|
ensure => file,
|
||||||
path => $ae_index_file,
|
path => $ae_index_file,
|
||||||
owner => $ae_user_name,
|
owner => 'apache',
|
||||||
group => $ae_user_name,
|
group => 'apache',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
selrange => s0,
|
selrange => s0,
|
||||||
selrole => object_r,
|
selrole => object_r,
|
||||||
|
|||||||
Reference in New Issue
Block a user