bundles/cron: ensure cron is installed and running
This commit is contained in:
parent
a2501ed2cb
commit
7ac7c1a2b7
2 changed files with 27 additions and 0 deletions
12
bundles/cron/metadata.py
Normal file
12
bundles/cron/metadata.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'cron': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'cronie': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue