Skip to content
Snippets Groups Projects
Commit 7281290f authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

Restart aes_login daily

parent 92245fa1
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!15Devel
Pipeline #62133 passed
......@@ -87,6 +87,17 @@ class aes::aes_sw {
| MSCRON
}
file { '/etc/cron.daily/aes_login':
ensure => file,
owner => root,
group => root,
mode => '0700',
content => @(MSCRON),
#!/bin/sh
/usr/bin/systemctl restart aes_login
| MSCRON
}
# todo: logrotate
service { 'aes_ms' :
ensure => 'running',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment