add file control for main log files
This commit is contained in:
@@ -43,6 +43,7 @@ class alloy_cd::main::files (
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'adm',
|
group => 'adm',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
|
notify => Service[$ay_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/var/log/secure':
|
file { '/var/log/secure':
|
||||||
@@ -50,5 +51,6 @@ class alloy_cd::main::files (
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'adm',
|
group => 'adm',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
|
notify => Service[$ay_service],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user